Color Hex Logo

#80872e Color Hex

#80872E
(128,135,46)
0 Favorites   0 Comments

Color spaces of #80872e

RGB 12813546
HSL0.180.490.35
HSV65°66°53°
CMYK 0.050.000.66   0.47
XYZ18.059222.11445.9015
Yxy22.11440.39200.4800
Hunter Lab47.0260-13.746725.4776
CIE-Lab54.1482-14.916545.2565

#80872e color RGB value is (128,135,46).

#80872e hex color red value is 128, green value is 135 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #80872e hue: 0.18 , saturation: 0.49 and the lightness value of 80872e is 0.35.

The process color (four color CMYK) of #80872e color hex is 0.05, 0.00, 0.66, 0.47. Web safe color of #80872e is #999933. Color #80872e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000111 00101110
Octal 200 207 56
Decimal 128 135 46
Hex 80 87 2E

RGB Percentages of Color #80872e

%41.42
%43.69
%14.89

CMYK Percentages of Color #80872e

%5
%0
%66
%47

Triadic Colors of #80872e

#80872e #2e8087 #872e80

Analogous Colors of #80872e

#80872e #53872e #87622e

Monochromatic Colors of #80872e

#80872e

Complementary Color

#80872e #352e87

#80872e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80872e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80872e Color CSS Codes

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

#80872e Text Font Color

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

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


#80872e Background Color

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

This div background color is #80872e


#80872e Border Color

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

This div border color is #80872e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80872e


Comments

No comments written yet.

Please login to write comment.