Color Hex Logo

#87806d Color Hex

#87806D
(135,128,109)
0 Favorites   0 Comments

Color spaces of #87806d

RGB 135128109
HSL0.120.110.48
HSV44°19°53°
CMYK 0.000.050.19   0.47
XYZ20.471221.693417.5763
Yxy21.69340.34270.3631
Hunter Lab46.5762-3.053810.2292
CIE-Lab53.7002-0.719211.2749

#87806d color RGB value is (135,128,109).

#87806d hex color red value is 135, green value is 128 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #87806d hue: 0.12 , saturation: 0.11 and the lightness value of 87806d is 0.48.

The process color (four color CMYK) of #87806d color hex is 0.00, 0.05, 0.19, 0.47. Web safe color of #87806d is #999966. Color #87806d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000000 01101101
Octal 207 200 155
Decimal 135 128 109
Hex 87 80 6D

RGB Percentages of Color #87806d

%36.29
%34.41
%29.30

CMYK Percentages of Color #87806d

%0
%5
%19
%47

Triadic Colors of #87806d

#87806d #6d8780 #806d87

Analogous Colors of #87806d

#87806d #81876d #87736d

Monochromatic Colors of #87806d

#87806d

Complementary Color

#87806d #6d7487

#87806d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87806d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87806d Color CSS Codes

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

#87806d Text Font Color

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

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


#87806d Background Color

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

This div background color is #87806d


#87806d Border Color

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

This div border color is #87806d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87806d


Comments

No comments written yet.

Please login to write comment.