COLOR #87706F

HEX: #87706F
RGB: (135,112,111)

Color info

#87706F contains red, green and blue colors in about the same proportion. Web safe color of #87706F is #996666 (or #966).

RGB color model

#87706F color RGB value is (135,112,111).

  • red value is 135;
  • green value is 112;
  • blue value is 111.
RGB:
(135,112,111)
(53%,44%,44%)

RGB channels and saturation

R 135 of 255 = 53%
G 112 of 255 = 44%
B 111 of 255 = 44%

135
112
111

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

Portions of RGB colors in percentages

R + G + B =
135 + 112 + 111 = 358 (100%)
R 135 of 358 ~ 37.71%
G 112 of 358 ~ 31.28%
B 111 of 358 ~ 31.01%

%37.71
%31.28
%31.01

CMYK color model

#87706F color CMYK value is (0,17,18,47).

  • cyan value is 0.00%
  • magenta value is 17.04%
  • yellow value is 17.78%
  • key color value is 47.06%
CMYK:
(0,17,18,47)
C0M17Y18K47 
(0%,17%,18%,47%)
(0.00/0.17/0.18/0.47)	

CMYK percentages

%0
%17.04
%17.78
%47.06

Codes

Color #87706F in popluar color models

87706F
RGB135112111
HSL9.76%48.24%
HSB/HSV17.78%52.94%
CMYK0.00%17.04%17.78%
47.06%

Color #87706F in popluar number systems.

HEX87706F
Decimal135112111
Binary1000011111100001101111
Octal207160157

Shades and tints

Shades of #87706F

#87706F
(135,112,111)
#7B6665
(123,102,101)
#6F5C5B
(111,92,91)
#635251
(99,82,81)
#574847
(87,72,71)
#4B3E3D
(75,62,61)
#3F3433
(63,52,51)
#332A29
(51,42,41)
#27201F
(39,32,31)
#1B1615
(27,22,21)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #87706F

#87706F
(135,112,111)
#917D7C
(145,125,124)
#9B8A89
(155,138,137)
#A59796
(165,151,150)
#AFA4A3
(175,164,163)
#B9B1B0
(185,177,176)
#C3BEBD
(195,190,189)
#CDCBCA
(205,203,202)
#D7D8D7
(215,216,215)
#E1E5E4
(225,229,228)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87706F color. Also use rgb(135,112,111) instead hex code.

Text Font Color

.myTextColor { color: #87706F; }

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

This text font color is #87706F.


Background Color

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

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

This div background color is #87706F.


Border color

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

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

This div border color is #87706F.


Opacity

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

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

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

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

This text has shadow with #87706F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87706F on black background.


Color preview on white background

This text has color #87706F on white background.



Black color preview on #87706F background

This text has black color on #87706F background.


White color preview on #87706F background

This text has white color on #87706F background.