COLOR #87946C

HEX: #87946C
RGB: (135,148,108)

Color info

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

RGB color model

#87946C color RGB value is (135,148,108).

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

RGB channels and saturation

R 135 of 255 = 53%
G 148 of 255 = 58%
B 108 of 255 = 42%

135
148
108

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

Portions of RGB colors in percentages

R + G + B =
135 + 148 + 108 = 391 (100%)
R 135 of 391 ~ 34.53%
G 148 of 391 ~ 37.85%
B 108 of 391 ~ 27.62%

%34.53
%37.85
%27.62

CMYK color model

#87946C color CMYK value is (9,0,27,42).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 27.03%
  • key color value is 41.96%
CMYK:
(9,0,27,42)
C9M0Y27K42 
(9%,0%,27%,42%)
(0.09/0.00/0.27/0.42)	

CMYK percentages

%8.78
%0
%27.03
%41.96

Codes

Color #87946C in popluar color models

87946C
RGB135148108
HSL80°15.75%50.20%
HSB/HSV80°27.03%58.04%
CMYK8.78%0.00%27.03%
41.96%

Color #87946C in popluar number systems.

HEX87946C
Decimal135148108
Binary10000111100101001101100
Octal207224154

Shades and tints

Shades of #87946C

#87946C
(135,148,108)
#7B8763
(123,135,99)
#6F7A5A
(111,122,90)
#636D51
(99,109,81)
#576048
(87,96,72)
#4B533F
(75,83,63)
#3F4636
(63,70,54)
#33392D
(51,57,45)
#272C24
(39,44,36)
#1B1F1B
(27,31,27)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #87946C

#87946C
(135,148,108)
#919D79
(145,157,121)
#9BA686
(155,166,134)
#A5AF93
(165,175,147)
#AFB8A0
(175,184,160)
#B9C1AD
(185,193,173)
#C3CABA
(195,202,186)
#CDD3C7
(205,211,199)
#D7DCD4
(215,220,212)
#E1E5E1
(225,229,225)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87946C; }

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

This text font color is #87946C.


Background Color

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

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

This div background color is #87946C.


Border color

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

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

This div border color is #87946C.


Opacity

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

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

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

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

This text has shadow with #87946C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87946C on black background.


Color preview on white background

This text has color #87946C on white background.



Black color preview on #87946C background

This text has black color on #87946C background.


White color preview on #87946C background

This text has white color on #87946C background.