COLOR #87916E

HEX: #87916E
RGB: (135,145,110)

Color info

#87916E contains red, green and blue colors in about the same proportion. Web safe color of #87916E is #999966 (or #996).

RGB color model

#87916E color RGB value is (135,145,110).

  • red value is 135;
  • green value is 145;
  • blue value is 110.
RGB:
(135,145,110)
(53%,57%,43%)

RGB channels and saturation

R 135 of 255 = 53%
G 145 of 255 = 57%
B 110 of 255 = 43%

135
145
110

R + G + B ~ 51%. #87916E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 145 + 110 = 390 (100%)
R 135 of 390 ~ 34.62%
G 145 of 390 ~ 37.18%
B 110 of 390 ~ 28.21%

%34.62
%37.18
%28.21

CMYK color model

#87916E color CMYK value is (7,0,24,43).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 43.14%
CMYK:
(7,0,24,43)
C7M0Y24K43 
(7%,0%,24%,43%)
(0.07/0.00/0.24/0.43)	

CMYK percentages

%6.9
%0
%24.14
%43.14

Codes

Color #87916E in popluar color models

87916E
RGB135145110
HSL77°13.73%50.00%
HSB/HSV77°24.14%56.86%
CMYK6.90%0.00%24.14%
43.14%

Color #87916E in popluar number systems.

HEX87916E
Decimal135145110
Binary10000111100100011101110
Octal207221156

Shades and tints

Shades of #87916E

#87916E
(135,145,110)
#7B8464
(123,132,100)
#6F775A
(111,119,90)
#636A50
(99,106,80)
#575D46
(87,93,70)
#4B503C
(75,80,60)
#3F4332
(63,67,50)
#333628
(51,54,40)
#27291E
(39,41,30)
#1B1C14
(27,28,20)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #87916E

#87916E
(135,145,110)
#919B7B
(145,155,123)
#9BA588
(155,165,136)
#A5AF95
(165,175,149)
#AFB9A2
(175,185,162)
#B9C3AF
(185,195,175)
#C3CDBC
(195,205,188)
#CDD7C9
(205,215,201)
#D7E1D6
(215,225,214)
#E1EBE3
(225,235,227)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87916E color. Also use rgb(135,145,110) instead hex code.

Text Font Color

.myTextColor { color: #87916E; }

<p style="color:#87916E">This sample text font color is #87916E.</p>

This text font color is #87916E.


Background Color

.myBgColor { background-color: #87916E; }

<div style="background-color:#87916E">Inner text</div>

This div background color is #87916E.


Border color

.myBorderColor { border: 1px solid #87916E; }

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

This div border color is #87916E.


Opacity

.myOpacity80 { color: #87916E; opacity: 0.8; }

<p style="color:#87916E;opacity:0.8;">80%</p>

Text with #87916E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #87916E;}

<p style="text-shadow: 3px 3px 1px #87916E">Text here.</p>

This text has shadow with #87916E color.

.textShadow {text-shadow: 3px 3px 1px #87916E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #87916E, 5px 5px 20px red">Text here.</p>

This text has shadow with #87916E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87916E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#87916E, Direction=45, Strength=4)">Text</p>

This text has shadow with #87916E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #87916E;
  -webkit-box-shadow:	1px 1px 3px 2px #87916E;
  box-shadow:		1px 1px 3px 2px #87916E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87916E;
-webkit-box-shadow: 1px 1px 3px 2px #87916E;
box-shadow:1px 1px 3px 2px #87916E;">
Div content here</div>
This div box has shadow with color #87916E.

Preview

Color preview on black background

This text has color #87916E on black background.


Color preview on white background

This text has color #87916E on white background.



Black color preview on #87916E background

This text has black color on #87916E background.


White color preview on #87916E background

This text has white color on #87916E background.