COLOR #87715A

HEX: #87715A
RGB: (135,113,90)

Color info

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

RGB color model

#87715A color RGB value is (135,113,90).

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

RGB channels and saturation

R 135 of 255 = 53%
G 113 of 255 = 44%
B 90 of 255 = 35%

135
113
90

R + G + B ~ 44%. #87715A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 113 + 90 = 338 (100%)
R 135 of 338 ~ 39.94%
G 113 of 338 ~ 33.43%
B 90 of 338 ~ 26.63%

%39.94
%33.43
%26.63

CMYK color model

#87715A color CMYK value is (0,16,33,47).

  • cyan value is 0.00%
  • magenta value is 16.30%
  • yellow value is 33.33%
  • key color value is 47.06%
CMYK:
(0,16,33,47)
C0M16Y33K47 
(0%,16%,33%,47%)
(0.00/0.16/0.33/0.47)	

CMYK percentages

%0
%16.3
%33.33
%47.06

Codes

Color #87715A in popluar color models

87715A
RGB13511390
HSL31°20.00%44.12%
HSB/HSV31°33.33%52.94%
CMYK0.00%16.30%33.33%
47.06%

Color #87715A in popluar number systems.

HEX87715A
Decimal13511390
Binary1000011111100011011010
Octal207161132

Shades and tints

Shades of #87715A

#87715A
(135,113,90)
#7B6752
(123,103,82)
#6F5D4A
(111,93,74)
#635342
(99,83,66)
#57493A
(87,73,58)
#4B3F32
(75,63,50)
#3F352A
(63,53,42)
#332B22
(51,43,34)
#27211A
(39,33,26)
#1B1712
(27,23,18)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #87715A

#87715A
(135,113,90)
#917D69
(145,125,105)
#9B8978
(155,137,120)
#A59587
(165,149,135)
#AFA196
(175,161,150)
#B9ADA5
(185,173,165)
#C3B9B4
(195,185,180)
#CDC5C3
(205,197,195)
#D7D1D2
(215,209,210)
#E1DDE1
(225,221,225)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87715A color. Also use rgb(135,113,90) instead hex code.

Text Font Color

.myTextColor { color: #87715A; }

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

This text font color is #87715A.


Background Color

.myBgColor { background-color: #87715A; }

<div style="background-color:#87715A">Inner text</div>

This div background color is #87715A.


Border color

.myBorderColor { border: 1px solid #87715A; }

<div style="border:3px solid #87715A">Div</div>

This div border color is #87715A.


Opacity

.myOpacity80 { color: #87715A; opacity: 0.8; }

<p style="color:#87715A;opacity:0.8;">80%</p>

Text with #87715A 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 #87715A;}

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

This text has shadow with #87715A color.

.textShadow {text-shadow: 3px 3px 1px #87715A, 3px 3px 1px red;}

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

This text has shadow with #87715A primary color and red secondary color.


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

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

This text has shadow with #87715A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87715A on black background.


Color preview on white background

This text has color #87715A on white background.



Black color preview on #87715A background

This text has black color on #87715A background.


White color preview on #87715A background

This text has white color on #87715A background.