Color Hex Logo

#33870c Color Hex

#33870C
(51,135,12)
0 Favorites   0 Comments

Color spaces of #33870c

RGB 5113512
HSL0.280.840.29
HSV101°91°53°
CMYK 0.620.000.91   0.47
XYZ10.095618.05833.3013
Yxy18.05830.32100.5741
Hunter Lab42.4951-31.959925.1405
CIE-Lab49.5667-45.822850.6815

#33870c color RGB value is (51,135,12).

#33870c hex color red value is 51, green value is 135 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #33870c hue: 0.28 , saturation: 0.84 and the lightness value of 33870c is 0.29.

The process color (four color CMYK) of #33870c color hex is 0.62, 0.00, 0.91, 0.47. Web safe color of #33870c is #339900. Color #33870c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10000111 00001100
Octal 63 207 14
Decimal 51 135 12
Hex 33 87 C

RGB Percentages of Color #33870c

%25.76
%68.18
%6.06

CMYK Percentages of Color #33870c

%62
%0
%91
%47

Triadic Colors of #33870c

#33870c #0c3387 #870c33

Analogous Colors of #33870c

#33870c #0c8722 #71870c

Monochromatic Colors of #33870c

#33870c

Complementary Color

#33870c #600c87

#33870c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33870c Color Preview on White Background

Lorem ipsum dolor sit amet.

#33870c Color CSS Codes

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

#33870c Text Font Color

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

This sample text font color is #33870c
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.


#33870c Background Color

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

This div background color is #33870c


#33870c Border Color

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

This div border color is #33870c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33870c


Comments

No comments written yet.

Please login to write comment.