Color Hex Logo

#425009 Color Hex

#425009
(66,80,9)
0 Favorites   0 Comments

Color spaces of #425009

RGB 66809
HSL0.200.800.17
HSV72°89°31°
CMYK 0.180.000.89   0.69
XYZ5.16476.91531.3210
Yxy6.91530.38540.5160
Hunter Lab26.2970-10.962415.4295
CIE-Lab31.6133-15.847736.1357

#425009 color RGB value is (66,80,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010000 00001001
Octal 102 120 11
Decimal 66 80 9
Hex 42 50 9

RGB Percentages of Color #425009

%42.58
%51.61
%5.81

CMYK Percentages of Color #425009

%18
%0
%89
%69

Triadic Colors of #425009

#425009 #094250 #500942

Analogous Colors of #425009

#425009 #1f5009 #503b09

Monochromatic Colors of #425009

#425009

Complementary Color

#425009 #170950

#425009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425009 Color CSS Codes

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

#425009 Text Font Color

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

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


#425009 Background Color

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

This div background color is #425009


#425009 Border Color

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

This div border color is #425009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425009


Comments

No comments written yet.

Please login to write comment.