Color Hex Logo

#408712 Color Hex

#408712
(64,135,18)
0 Favorites   0 Comments

Color spaces of #408712

RGB 6413518
HSL0.270.760.30
HSV96°87°53°
CMYK 0.530.000.87   0.47
XYZ10.887518.46163.5619
Yxy18.46160.33080.5610
Hunter Lab42.9670-29.961725.1618
CIE-Lab50.0513-41.875149.9172

#408712 color RGB value is (64,135,18).

#408712 hex color red value is 64, green value is 135 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #408712 hue: 0.27 , saturation: 0.76 and the lightness value of 408712 is 0.30.

The process color (four color CMYK) of #408712 color hex is 0.53, 0.00, 0.87, 0.47. Web safe color of #408712 is #339900. Color #408712 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000111 00010010
Octal 100 207 22
Decimal 64 135 18
Hex 40 87 12

RGB Percentages of Color #408712

%29.49
%62.21
%8.29

CMYK Percentages of Color #408712

%53
%0
%87
%47

Triadic Colors of #408712

#408712 #124087 #871240

Analogous Colors of #408712

#408712 #12871f #7b8712

Monochromatic Colors of #408712

#408712

Complementary Color

#408712 #591287

#408712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#408712 Color CSS Codes

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

#408712 Text Font Color

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

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


#408712 Background Color

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

This div background color is #408712


#408712 Border Color

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

This div border color is #408712


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,135,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #408712; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #408712;
  -webkit-box-shadow: 1px 1px 3px 2px #408712;
  box-shadow:         1px 1px 3px 2px #408712; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408712


Comments

No comments written yet.

Please login to write comment.