Color Hex Logo

#809060 Color Hex

#809060
(128,144,96)
0 Favorites   0 Comments

Color spaces of #809060

RGB 12814496
HSL0.220.200.47
HSV80°33°56°
CMYK 0.110.000.33   0.44
XYZ20.986725.380214.8591
Yxy25.38020.34280.4145
Hunter Lab50.3788-13.803617.7777
CIE-Lab57.4440-14.361523.6584

#809060 color RGB value is (128,144,96).

#809060 hex color red value is 128, green value is 144 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #809060 hue: 0.22 , saturation: 0.20 and the lightness value of 809060 is 0.47.

The process color (four color CMYK) of #809060 color hex is 0.11, 0.00, 0.33, 0.44. Web safe color of #809060 is #999966. Color #809060 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010000 01100000
Octal 200 220 140
Decimal 128 144 96
Hex 80 90 60

RGB Percentages of Color #809060

%34.78
%39.13
%26.09

CMYK Percentages of Color #809060

%11
%0
%33
%44

Triadic Colors of #809060

#809060 #608090 #906080

Analogous Colors of #809060

#809060 #689060 #908860

Monochromatic Colors of #809060

#809060

Complementary Color

#809060 #706090

#809060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#809060 Color CSS Codes

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

#809060 Text Font Color

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

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


#809060 Background Color

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

This div background color is #809060


#809060 Border Color

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

This div border color is #809060


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,144,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #809060; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #809060;
  -webkit-box-shadow: 1px 1px 3px 2px #809060;
  box-shadow:         1px 1px 3px 2px #809060; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,144,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809060


Comments

No comments written yet.

Please login to write comment.