Color Hex Logo

#405009 Color Hex

#405009
(64,80,9)
0 Favorites   0 Comments

Color spaces of #405009

RGB 64809
HSL0.200.800.17
HSV74°89°31°
CMYK 0.200.000.89   0.69
XYZ5.03236.84701.3148
Yxy6.84700.38140.5189
Hunter Lab26.1668-11.463415.3376
CIE-Lab31.4560-16.802135.9365

#405009 color RGB value is (64,80,9).

#405009 hex color red value is 64, green value is 80 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #405009 hue: 0.20 , saturation: 0.80 and the lightness value of 405009 is 0.17.

The process color (four color CMYK) of #405009 color hex is 0.20, 0.00, 0.89, 0.69. Web safe color of #405009 is #336600. Color #405009 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010000 00001001
Octal 100 120 11
Decimal 64 80 9
Hex 40 50 9

RGB Percentages of Color #405009

%41.83
%52.29
%5.88

CMYK Percentages of Color #405009

%20
%0
%89
%69

Triadic Colors of #405009

#405009 #094050 #500940

Analogous Colors of #405009

#405009 #1d5009 #503d09

Monochromatic Colors of #405009

#405009

Complementary Color

#405009 #190950

#405009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#405009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#405009 Color CSS Codes

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

#405009 Text Font Color

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

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


#405009 Background Color

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

This div background color is #405009


#405009 Border Color

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

This div border color is #405009


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,80,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 #405009">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #405009


Comments

No comments written yet.

Please login to write comment.