Color Hex Logo

#87802e Color Hex

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

Color spaces of #87802e

RGB 13512846
HSL0.150.490.35
HSV55°66°53°
CMYK 0.000.050.66   0.47
XYZ18.204020.78655.6375
Yxy20.78650.40790.4658
Hunter Lab45.5922-8.515124.5833
CIE-Lab52.7150-7.973043.9314

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

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

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

Base Numbers

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

RGB Percentages of Color #87802e

%43.69
%41.42
%14.89

CMYK Percentages of Color #87802e

%0
%5
%66
%47

Triadic Colors of #87802e

#87802e #2e8780 #802e87

Analogous Colors of #87802e

#87802e #62872e #87542e

Monochromatic Colors of #87802e

#87802e

Complementary Color

#87802e #2e3587

#87802e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87802e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87802e Color CSS Codes

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

#87802e Text Font Color

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

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


#87802e Background Color

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

This div background color is #87802e


#87802e Border Color

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

This div border color is #87802e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87802e


Comments

No comments written yet.

Please login to write comment.