COLOR #87957D

HEX: #87957D
RGB: (135,149,125)

Color info

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

RGB color model

#87957D color RGB value is (135,149,125).

  • red value is 135;
  • green value is 149;
  • blue value is 125.
RGB:
(135,149,125)
(53%,58%,49%)

RGB channels and saturation

R 135 of 255 = 53%
G 149 of 255 = 58%
B 125 of 255 = 49%

135
149
125

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

Portions of RGB colors in percentages

R + G + B =
135 + 149 + 125 = 409 (100%)
R 135 of 409 ~ 33.01%
G 149 of 409 ~ 36.43%
B 125 of 409 ~ 30.56%

%33.01
%36.43
%30.56

CMYK color model

#87957D color CMYK value is (9,0,16,42).

  • cyan value is 9.40%
  • magenta value is 0.00%
  • yellow value is 16.11%
  • key color value is 41.57%
CMYK:
(9,0,16,42)
C9M0Y16K42 
(9%,0%,16%,42%)
(0.09/0.00/0.16/0.42)	

CMYK percentages

%9.4
%0
%16.11
%41.57

Codes

Color #87957D in popluar color models

87957D
RGB135149125
HSL95°10.17%53.73%
HSB/HSV95°16.11%58.43%
CMYK9.40%0.00%16.11%
41.57%

Color #87957D in popluar number systems.

HEX87957D
Decimal135149125
Binary10000111100101011111101
Octal207225175

Shades and tints

Shades of #87957D

#87957D
(135,149,125)
#7B8872
(123,136,114)
#6F7B67
(111,123,103)
#636E5C
(99,110,92)
#576151
(87,97,81)
#4B5446
(75,84,70)
#3F473B
(63,71,59)
#333A30
(51,58,48)
#272D25
(39,45,37)
#1B201A
(27,32,26)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #87957D

#87957D
(135,149,125)
#919E88
(145,158,136)
#9BA793
(155,167,147)
#A5B09E
(165,176,158)
#AFB9A9
(175,185,169)
#B9C2B4
(185,194,180)
#C3CBBF
(195,203,191)
#CDD4CA
(205,212,202)
#D7DDD5
(215,221,213)
#E1E6E0
(225,230,224)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87957D color. Also use rgb(135,149,125) instead hex code.

Text Font Color

.myTextColor { color: #87957D; }

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

This text font color is #87957D.


Background Color

.myBgColor { background-color: #87957D; }

<div style="background-color:#87957D">Inner text</div>

This div background color is #87957D.


Border color

.myBorderColor { border: 1px solid #87957D; }

<div style="border:3px solid #87957D">Div</div>

This div border color is #87957D.


Opacity

.myOpacity80 { color: #87957D; opacity: 0.8; }

<p style="color:#87957D;opacity:0.8;">80%</p>

Text with #87957D 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 #87957D;}

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

This text has shadow with #87957D color.

.textShadow {text-shadow: 3px 3px 1px #87957D, 3px 3px 1px red;}

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

This text has shadow with #87957D primary color and red secondary color.


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

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

This text has shadow with #87957D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87957D on black background.


Color preview on white background

This text has color #87957D on white background.



Black color preview on #87957D background

This text has black color on #87957D background.


White color preview on #87957D background

This text has white color on #87957D background.