COLOR #87976B

HEX: #87976B
RGB: (135,151,107)

Color info

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

RGB color model

#87976B color RGB value is (135,151,107).

  • red value is 135;
  • green value is 151;
  • blue value is 107.
RGB:
(135,151,107)
(53%,59%,42%)

RGB channels and saturation

R 135 of 255 = 53%
G 151 of 255 = 59%
B 107 of 255 = 42%

135
151
107

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

Portions of RGB colors in percentages

R + G + B =
135 + 151 + 107 = 393 (100%)
R 135 of 393 ~ 34.35%
G 151 of 393 ~ 38.42%
B 107 of 393 ~ 27.23%

%34.35
%38.42
%27.23

CMYK color model

#87976B color CMYK value is (11,0,29,41).

  • cyan value is 10.60%
  • magenta value is 0.00%
  • yellow value is 29.14%
  • key color value is 40.78%
CMYK:
(11,0,29,41)
C11M0Y29K41 
(11%,0%,29%,41%)
(0.11/0.00/0.29/0.41)	

CMYK percentages

%10.6
%0
%29.14
%40.78

Codes

Color #87976B in popluar color models

87976B
RGB135151107
HSL82°17.46%50.59%
HSB/HSV82°29.14%59.22%
CMYK10.60%0.00%29.14%
40.78%

Color #87976B in popluar number systems.

HEX87976B
Decimal135151107
Binary10000111100101111101011
Octal207227153

Shades and tints

Shades of #87976B

#87976B
(135,151,107)
#7B8A62
(123,138,98)
#6F7D59
(111,125,89)
#637050
(99,112,80)
#576347
(87,99,71)
#4B563E
(75,86,62)
#3F4935
(63,73,53)
#333C2C
(51,60,44)
#272F23
(39,47,35)
#1B221A
(27,34,26)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #87976B

#87976B
(135,151,107)
#91A078
(145,160,120)
#9BA985
(155,169,133)
#A5B292
(165,178,146)
#AFBB9F
(175,187,159)
#B9C4AC
(185,196,172)
#C3CDB9
(195,205,185)
#CDD6C6
(205,214,198)
#D7DFD3
(215,223,211)
#E1E8E0
(225,232,224)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87976B color. Also use rgb(135,151,107) instead hex code.

Text Font Color

.myTextColor { color: #87976B; }

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

This text font color is #87976B.


Background Color

.myBgColor { background-color: #87976B; }

<div style="background-color:#87976B">Inner text</div>

This div background color is #87976B.


Border color

.myBorderColor { border: 1px solid #87976B; }

<div style="border:3px solid #87976B">Div</div>

This div border color is #87976B.


Opacity

.myOpacity80 { color: #87976B; opacity: 0.8; }

<p style="color:#87976B;opacity:0.8;">80%</p>

Text with #87976B 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 #87976B;}

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

This text has shadow with #87976B color.

.textShadow {text-shadow: 3px 3px 1px #87976B, 3px 3px 1px red;}

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

This text has shadow with #87976B primary color and red secondary color.


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

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

This text has shadow with #87976B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87976B on black background.


Color preview on white background

This text has color #87976B on white background.



Black color preview on #87976B background

This text has black color on #87976B background.


White color preview on #87976B background

This text has white color on #87976B background.