Color Hex Logo

#809f5e Color Hex

#809F5E
(128,159,94)
0 Favorites   0 Comments

Color spaces of #809f5e

RGB 12815994
HSL0.250.260.50
HSV89°41°62°
CMYK 0.190.000.41   0.38
XYZ23.320630.193615.1885
Yxy30.19360.33940.4395
Hunter Lab54.9487-20.403622.0756
CIE-Lab61.8209-22.416130.4494

#809f5e color RGB value is (128,159,94).

#809f5e hex color red value is 128, green value is 159 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #809f5e hue: 0.25 , saturation: 0.26 and the lightness value of 809f5e is 0.50.

The process color (four color CMYK) of #809f5e color hex is 0.19, 0.00, 0.41, 0.38. Web safe color of #809f5e is #999966. Color #809f5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011111 01011110
Octal 200 237 136
Decimal 128 159 94
Hex 80 9F 5E

RGB Percentages of Color #809f5e

%33.60
%41.73
%24.67

CMYK Percentages of Color #809f5e

%19
%0
%41
%38

Triadic Colors of #809f5e

#809f5e #5e809f #9f5e80

Analogous Colors of #809f5e

#809f5e #609f5e #9f9e5e

Monochromatic Colors of #809f5e

#809f5e

Complementary Color

#809f5e #7d5e9f

#809f5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809f5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#809f5e Color CSS Codes

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

#809f5e Text Font Color

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

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


#809f5e Background Color

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

This div background color is #809f5e


#809f5e Border Color

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

This div border color is #809f5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,159,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #809f5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #809f5e;
  -webkit-box-shadow: 1px 1px 3px 2px #809f5e;
  box-shadow:         1px 1px 3px 2px #809f5e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809f5e


Comments

No comments written yet.

Please login to write comment.