Color Hex Logo

#87916d Color Hex

#87916D
(135,145,109)
0 Favorites   0 Comments

Color spaces of #87916d

RGB 135145109
HSL0.210.140.50
HSV77°25°57°
CMYK 0.070.000.25   0.43
XYZ22.877426.505818.3784
Yxy26.50580.33760.3912
Hunter Lab51.4838-10.778114.8736
CIE-Lab58.5141-10.158217.9428

#87916d color RGB value is (135,145,109).

#87916d hex color red value is 135, green value is 145 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #87916d hue: 0.21 , saturation: 0.14 and the lightness value of 87916d is 0.50.

The process color (four color CMYK) of #87916d color hex is 0.07, 0.00, 0.25, 0.43. Web safe color of #87916d is #999966. Color #87916d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10010001 01101101
Octal 207 221 155
Decimal 135 145 109
Hex 87 91 6D

RGB Percentages of Color #87916d

%34.70
%37.28
%28.02

CMYK Percentages of Color #87916d

%7
%0
%25
%43

Triadic Colors of #87916d

#87916d #6d8791 #916d87

Analogous Colors of #87916d

#87916d #75916d #91896d

Monochromatic Colors of #87916d

#87916d

Complementary Color

#87916d #776d91

#87916d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87916d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87916d Color CSS Codes

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

#87916d Text Font Color

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

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


#87916d Background Color

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

This div background color is #87916d


#87916d Border Color

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

This div border color is #87916d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87916d


Comments

No comments written yet.

Please login to write comment.