Color Hex Logo

#406209 Color Hex

#406209
(64,98,9)
0 Favorites   0 Comments

Color spaces of #406209

RGB 64989
HSL0.230.830.21
HSV83°91°38°
CMYK 0.350.000.91   0.62
XYZ6.53139.84511.8145
Yxy9.84510.35900.5412
Hunter Lab31.3769-17.753718.5351
CIE-Lab37.5630-26.077841.2647

#406209 color RGB value is (64,98,9).

#406209 hex color red value is 64, green value is 98 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #406209 hue: 0.23 , saturation: 0.83 and the lightness value of 406209 is 0.21.

The process color (four color CMYK) of #406209 color hex is 0.35, 0.00, 0.91, 0.62. Web safe color of #406209 is #336600. Color #406209 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100010 00001001
Octal 100 142 11
Decimal 64 98 9
Hex 40 62 9

RGB Percentages of Color #406209

%37.43
%57.31
%5.26

CMYK Percentages of Color #406209

%35
%0
%91
%62

Triadic Colors of #406209

#406209 #094062 #620940

Analogous Colors of #406209

#406209 #146209 #625809

Monochromatic Colors of #406209

#406209

Complementary Color

#406209 #2b0962

#406209 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406209 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406209 Color CSS Codes

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

#406209 Text Font Color

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

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


#406209 Background Color

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

This div background color is #406209


#406209 Border Color

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

This div border color is #406209


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406209


Comments

No comments written yet.

Please login to write comment.