COLOR #87947C

HEX: #87947C RGB: (135,148,124)

Color info

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

RGB color model

#87947C color RGB value is (135,148,124).

RGB: (135,148,124) (53%, 58%, 49%)

RGB channels and saturation

R 135 of 255 = 53%
G 148 of 255 = 58%
B 124 of 255 = 49%

135
148
124

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

Portions of RGB colors in percentages

R + G + B = 135 + 148 + 124 = 407 (100%)
R 135 of 407 ~ 33.17%
G 148 of 407 ~ 36.36%
B 124 of 407 ~ 30.47'%

%33.17
%36.36
%30.47

CMYK color model

#87947C color CMYK value is (9,0,16,42).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 41.96%

CMYK: (9,0,16,42)
C9M0Y16K42 (9%, 0%, 16%, 42%)
(0.09 / 0.00 / 0.16 / 0.42)

CMYK percentages

%8.78
%0
%16.22
%41.96

Codes

Color #87947C in popluar color models

87 94 7C
RGB 135 148 124
HSL 93° 10.08% 53.33%
HSB/HSV 93° 16.22% 58.04%
CMYK 8.78% 0.00% 16.22%
41.96%

Color #87947C in popluar number systems.

HEX 87 94 7C
Decimal 135 148 124
Binary 10000111 10010100 1111100
Octal 207 224 174

Shades and tints

Shades of #87947C

#87947C
(135,148,124)
#7B8771
(123,135,113)
#6F7A66
(111,122,102)
#636D5B
(99,109,91)
#576050
(87,96,80)
#4B5345
(75,83,69)
#3F463A
(63,70,58)
#33392F
(51,57,47)
#272C24
(39,44,36)
#1B1F19
(27,31,25)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #87947C

#87947C
(135,148,124)
#919D87
(145,157,135)
#9BA692
(155,166,146)
#A5AF9D
(165,175,157)
#AFB8A8
(175,184,168)
#B9C1B3
(185,193,179)
#C3CABE
(195,202,190)
#CDD3C9
(205,211,201)
#D7DCD4
(215,220,212)
#E1E5DF
(225,229,223)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87947C; }

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

This text font color is #87947C.

Background Color

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

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

This div background color is #87947C.

Border color

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

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

This div border color is #87947C.

Opacity

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

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

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

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

This text has shadow with #87947C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87947C.

Preview

Color preview on black background

This text has color #87947C on black background.


Color preview on white background

This text has color #87947C on white background.


Black color preview on #87947C background

This text has black color on #87947C background.


White color preview on #87947C background

This text has white color on #87947C background.


Related colors

Complementary color

Complementary color for #hex is #786B83.


I love getcolorcode.com

Triadic colors

1 #7C8794 and #947C87 with #87947C are triadic colors.

2 #7C9487 and #94877C with #87947C are triadic colors.