Color Hex Logo

#80871f Color Hex

#80871F
(128,135,31)
0 Favorites   0 Comments

Color spaces of #80871f

RGB 12813531
HSL0.180.630.33
HSV64°77°53°
CMYK 0.050.000.77   0.47
XYZ17.813422.01614.6070
Yxy22.01610.40090.4955
Hunter Lab46.9213-14.345827.0235
CIE-Lab54.0441-15.777951.0737

#80871f color RGB value is (128,135,31).

#80871f hex color red value is 128, green value is 135 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #80871f hue: 0.18 , saturation: 0.63 and the lightness value of 80871f is 0.33.

The process color (four color CMYK) of #80871f color hex is 0.05, 0.00, 0.77, 0.47. Web safe color of #80871f is #999933. Color #80871f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000111 00011111
Octal 200 207 37
Decimal 128 135 31
Hex 80 87 1F

RGB Percentages of Color #80871f

%43.54
%45.92
%10.54

CMYK Percentages of Color #80871f

%5
%0
%77
%47

Triadic Colors of #80871f

#80871f #1f8087 #871f80

Analogous Colors of #80871f

#80871f #4c871f #875a1f

Monochromatic Colors of #80871f

#80871f

Complementary Color

#80871f #261f87

#80871f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80871f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80871f Color CSS Codes

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

#80871f Text Font Color

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

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


#80871f Background Color

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

This div background color is #80871f


#80871f Border Color

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

This div border color is #80871f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,135,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80871f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80871f;
  -webkit-box-shadow: 1px 1px 3px 2px #80871f;
  box-shadow:         1px 1px 3px 2px #80871f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80871f

#80871f Color Palettes


Comments

No comments written yet.

Please login to write comment.