COLOR #87716D

HEX: #87716D
RGB: (135,113,109)

Color info

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

RGB color model

#87716D color RGB value is (135,113,109).

  • red value is 135;
  • green value is 113;
  • blue value is 109.
RGB:
(135,113,109)
(53%,44%,43%)

RGB channels and saturation

R 135 of 255 = 53%
G 113 of 255 = 44%
B 109 of 255 = 43%

135
113
109

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

Portions of RGB colors in percentages

R + G + B =
135 + 113 + 109 = 357 (100%)
R 135 of 357 ~ 37.82%
G 113 of 357 ~ 31.65%
B 109 of 357 ~ 30.53%

%37.82
%31.65
%30.53

CMYK color model

#87716D color CMYK value is (0,16,19,47).

  • cyan value is 0.00%
  • magenta value is 16.30%
  • yellow value is 19.26%
  • key color value is 47.06%
CMYK:
(0,16,19,47)
C0M16Y19K47 
(0%,16%,19%,47%)
(0.00/0.16/0.19/0.47)	

CMYK percentages

%0
%16.3
%19.26
%47.06

Codes

Color #87716D in popluar color models

87716D
RGB135113109
HSL10.66%47.84%
HSB/HSV19.26%52.94%
CMYK0.00%16.30%19.26%
47.06%

Color #87716D in popluar number systems.

HEX87716D
Decimal135113109
Binary1000011111100011101101
Octal207161155

Shades and tints

Shades of #87716D

#87716D
(135,113,109)
#7B6764
(123,103,100)
#6F5D5B
(111,93,91)
#635352
(99,83,82)
#574949
(87,73,73)
#4B3F40
(75,63,64)
#3F3537
(63,53,55)
#332B2E
(51,43,46)
#272125
(39,33,37)
#1B171C
(27,23,28)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #87716D

#87716D
(135,113,109)
#917D7A
(145,125,122)
#9B8987
(155,137,135)
#A59594
(165,149,148)
#AFA1A1
(175,161,161)
#B9ADAE
(185,173,174)
#C3B9BB
(195,185,187)
#CDC5C8
(205,197,200)
#D7D1D5
(215,209,213)
#E1DDE2
(225,221,226)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87716D color. Also use rgb(135,113,109) instead hex code.

Text Font Color

.myTextColor { color: #87716D; }

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

This text font color is #87716D.


Background Color

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

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

This div background color is #87716D.


Border color

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

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

This div border color is #87716D.


Opacity

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

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

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

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

This text has shadow with #87716D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87716D on black background.


Color preview on white background

This text has color #87716D on white background.



Black color preview on #87716D background

This text has black color on #87716D background.


White color preview on #87716D background

This text has white color on #87716D background.