COLOR #87705E

HEX: #87705E
RGB: (135,112,94)

Color info

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

RGB color model

#87705E color RGB value is (135,112,94).

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

RGB channels and saturation

R 135 of 255 = 53%
G 112 of 255 = 44%
B 94 of 255 = 37%

135
112
94

R + G + B ~ 45%. #87705E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 112 + 94 = 341 (100%)
R 135 of 341 ~ 39.59%
G 112 of 341 ~ 32.84%
B 94 of 341 ~ 27.57%

%39.59
%32.84
%27.57

CMYK color model

#87705E color CMYK value is (0,17,30,47).

  • cyan value is 0.00%
  • magenta value is 17.04%
  • yellow value is 30.37%
  • key color value is 47.06%
CMYK:
(0,17,30,47)
C0M17Y30K47 
(0%,17%,30%,47%)
(0.00/0.17/0.30/0.47)	

CMYK percentages

%0
%17.04
%30.37
%47.06

Codes

Color #87705E in popluar color models

87705E
RGB13511294
HSL26°17.90%44.90%
HSB/HSV26°30.37%52.94%
CMYK0.00%17.04%30.37%
47.06%

Color #87705E in popluar number systems.

HEX87705E
Decimal13511294
Binary1000011111100001011110
Octal207160136

Shades and tints

Shades of #87705E

#87705E
(135,112,94)
#7B6656
(123,102,86)
#6F5C4E
(111,92,78)
#635246
(99,82,70)
#57483E
(87,72,62)
#4B3E36
(75,62,54)
#3F342E
(63,52,46)
#332A26
(51,42,38)
#27201E
(39,32,30)
#1B1616
(27,22,22)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #87705E

#87705E
(135,112,94)
#917D6C
(145,125,108)
#9B8A7A
(155,138,122)
#A59788
(165,151,136)
#AFA496
(175,164,150)
#B9B1A4
(185,177,164)
#C3BEB2
(195,190,178)
#CDCBC0
(205,203,192)
#D7D8CE
(215,216,206)
#E1E5DC
(225,229,220)
#EBF2EA
(235,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87705E color. Also use rgb(135,112,94) instead hex code.

Text Font Color

.myTextColor { color: #87705E; }

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

This text font color is #87705E.


Background Color

.myBgColor { background-color: #87705E; }

<div style="background-color:#87705E">Inner text</div>

This div background color is #87705E.


Border color

.myBorderColor { border: 1px solid #87705E; }

<div style="border:3px solid #87705E">Div</div>

This div border color is #87705E.


Opacity

.myOpacity80 { color: #87705E; opacity: 0.8; }

<p style="color:#87705E;opacity:0.8;">80%</p>

Text with #87705E 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 #87705E;}

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

This text has shadow with #87705E color.

.textShadow {text-shadow: 3px 3px 1px #87705E, 3px 3px 1px red;}

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

This text has shadow with #87705E primary color and red secondary color.


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

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

This text has shadow with #87705E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87705E on black background.


Color preview on white background

This text has color #87705E on white background.



Black color preview on #87705E background

This text has black color on #87705E background.


White color preview on #87705E background

This text has white color on #87705E background.