color codes Logo

#33832c color codes

#33832C
(51,131,44)
0 Favorites   0 Comments

Color spaces of #33832c

RGB 5113144
HSL0.320.500.34
HSV115°66°51°
CMYK 0.610.000.66   0.49
XYZ9.936217.11835.1633
Yxy17.11830.30840.5313
Hunter Lab41.3743-29.537521.5629
CIE-Lab48.4087-42.084338.6584

#33832c color RGB value is (51,131,44).

#33832c hex color red value is 51, green value is 131 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #33832c hue: 0.32 , saturation: 0.50 and the lightness value of 33832c is 0.34.

The process color (four color CMYK) of #33832c color code is 0.61, 0.00, 0.66, 0.49. Web safe color of #33832c is #339933. Color #33832c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10000011 00101100
Octal 63 203 54
Decimal 51 131 44
Hex 33 83 2C

RGB Percentages of Color #33832c

%22.57
%57.96
%19.47

CMYK Percentages of Color #33832c

%61
%0
%66
%49

Triadic Colors of #33832c

#33832c #2c3383 #832c33

Analogous Colors of #33832c

#33832c #2c8351 #5f832c

Monochromatic Colors of #33832c

#33832c

Complementary Color

#33832c #7c2c83

#33832c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33832c Color Preview on White Background

Lorem ipsum dolor sit amet.

#33832c Color CSS Codes

.mybgcolor {background-color:#33832c; } 
.myforecolor {color:#33832c; }
.mybordercolor {border:3px solid #33832c; }

#33832c Text Font Color

<p style="color:#33832c">Text here</p>

This sample text font color is #33832c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#33832c Background Color

<div style="background-color:#33832c">
Div content here</div>

This div background color is #33832c


#33832c Border Color

<div style="border:3px solid #33832c">
Div here</div>

This div border color is #33832c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,131,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33832c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33832c;
  -webkit-box-shadow: 1px 1px 3px 2px #33832c;
  box-shadow:         1px 1px 3px 2px #33832c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,131,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #33832c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #33832c;
  -webkit-box-shadow: 1px 1px 3px 2px #33832c;
  box-shadow:         1px 1px 3px 2px #33832c;">
Div content here</div>

This div box has shadow with color #33832c

#33832c Color Palettes


Comments

No comments written yet.

Please login to write comment.