COLOR #87947F

HEX: #87947F
RGB: (135,148,127)

Color info

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

RGB color model

#87947F color RGB value is (135,148,127).

  • red value is 135;
  • green value is 148;
  • blue value is 127.
RGB:
(135,148,127)
(53%,58%,50%)

RGB channels and saturation

R 135 of 255 = 53%
G 148 of 255 = 58%
B 127 of 255 = 50%

135
148
127

R + G + B ~ 54%. #87947F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 148 + 127 = 410 (100%)
R 135 of 410 ~ 32.93%
G 148 of 410 ~ 36.1%
B 127 of 410 ~ 30.98%

%32.93
%36.1
%30.98

CMYK color model

#87947F color CMYK value is (9,0,14,42).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 14.19%
  • key color value is 41.96%
CMYK:
(9,0,14,42)
C9M0Y14K42 
(9%,0%,14%,42%)
(0.09/0.00/0.14/0.42)	

CMYK percentages

%8.78
%0
%14.19
%41.96

Codes

Color #87947F in popluar color models

87947F
RGB135148127
HSL97°8.94%53.92%
HSB/HSV97°14.19%58.04%
CMYK8.78%0.00%14.19%
41.96%

Color #87947F in popluar number systems.

HEX87947F
Decimal135148127
Binary10000111100101001111111
Octal207224177

Shades and tints

Shades of #87947F

#87947F
(135,148,127)
#7B8774
(123,135,116)
#6F7A69
(111,122,105)
#636D5E
(99,109,94)
#576053
(87,96,83)
#4B5348
(75,83,72)
#3F463D
(63,70,61)
#333932
(51,57,50)
#272C27
(39,44,39)
#1B1F1C
(27,31,28)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #87947F

#87947F
(135,148,127)
#919D8A
(145,157,138)
#9BA695
(155,166,149)
#A5AFA0
(165,175,160)
#AFB8AB
(175,184,171)
#B9C1B6
(185,193,182)
#C3CAC1
(195,202,193)
#CDD3CC
(205,211,204)
#D7DCD7
(215,220,215)
#E1E5E2
(225,229,226)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87947F color. Also use rgb(135,148,127) instead hex code.

Text Font Color

.myTextColor { color: #87947F; }

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

This text font color is #87947F.


Background Color

.myBgColor { background-color: #87947F; }

<div style="background-color:#87947F">Inner text</div>

This div background color is #87947F.


Border color

.myBorderColor { border: 1px solid #87947F; }

<div style="border:3px solid #87947F">Div</div>

This div border color is #87947F.


Opacity

.myOpacity80 { color: #87947F; opacity: 0.8; }

<p style="color:#87947F;opacity:0.8;">80%</p>

Text with #87947F 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 #87947F;}

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

This text has shadow with #87947F color.

.textShadow {text-shadow: 3px 3px 1px #87947F, 3px 3px 1px red;}

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

This text has shadow with #87947F primary color and red secondary color.


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

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

This text has shadow with #87947F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87947F on black background.


Color preview on white background

This text has color #87947F on white background.



Black color preview on #87947F background

This text has black color on #87947F background.


White color preview on #87947F background

This text has white color on #87947F background.