COLOR #87515C

HEX: #87515C RGB: (135,81,92)

Color info

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

RGB color model

#87515C color RGB value is (135,81,92).

RGB: (135,81,92) (53%, 32%, 36%)

RGB channels and saturation

R 135 of 255 = 53%
G 81 of 255 = 32%
B 92 of 255 = 36%

135
81
92

R + G + B ~ 40%. #87515C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 81 + 92 = 308 (100%)
R 135 of 308 ~ 43.83%
G 81 of 308 ~ 26.3%
B 92 of 308 ~ 29.87'%

%43.83
%26.3
%29.87

CMYK color model

#87515C color CMYK value is (0,40,32,47).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 31.85%
  • key color value is 47.06%

CMYK: (0,40,32,47)
C0M40Y32K47 (0%, 40%, 32%, 47%)
(0.00 / 0.40 / 0.32 / 0.47)

CMYK percentages

%0
%40
%31.85
%47.06

Codes

Color #87515C in popluar color models

87 51 5C
RGB 135 81 92
HSL 348° 25.00% 42.35%
HSB/HSV 348° 40.00% 52.94%
CMYK 0.00% 40.00% 31.85%
47.06%

Color #87515C in popluar number systems.

HEX 87 51 5C
Decimal 135 81 92
Binary 10000111 1010001 1011100
Octal 207 121 134

Shades and tints

Shades of #87515C

#87515C
(135,81,92)
#7B4A54
(123,74,84)
#6F434C
(111,67,76)
#633C44
(99,60,68)
#57353C
(87,53,60)
#4B2E34
(75,46,52)
#3F272C
(63,39,44)
#332024
(51,32,36)
#27191C
(39,25,28)
#1B1214
(27,18,20)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #87515C

#87515C
(135,81,92)
#91606A
(145,96,106)
#9B6F78
(155,111,120)
#A57E86
(165,126,134)
#AF8D94
(175,141,148)
#B99CA2
(185,156,162)
#C3ABB0
(195,171,176)
#CDBABE
(205,186,190)
#D7C9CC
(215,201,204)
#E1D8DA
(225,216,218)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87515C color. Also use rgb(135,81,92) instead hex code.

Text Font Color

.myTextColor { color: #87515C; }

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

This text font color is #87515C.

Background Color

.myBgColor { background-color: #87515C; }

<div style="background-color:#87515C">Inner text</div>

This div background color is #87515C.

Border color

.myBorderColor { border: 1px solid #87515C; }

<div style="border:3px solid #87515C">Div</div>

This div border color is #87515C.

Opacity

.myOpacity80 { color: #87515C; opacity: 0.8; }

<p style="color:#87515C;opacity:0.8;">80%</p>

Text with #87515C 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 #87515C;}

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

This text has shadow with #87515C color.


.textShadow {text-shadow: 3px 3px 1px #87515C', 3px 3px 1px red;}

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

This text has shadow with #87515C primary color and red secondary color.


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

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

This text has shadow with #87515C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87515C; -webkit-box-shadow: 1px 1px 3px 2px #87515C; box-shadow:1px 1px 3px 2px #87515C;">
Div content here
</div>

This div box has shadow with color #87515C.

Preview

Color preview on black background

This text has color #87515C on black background.


Color preview on white background

This text has color #87515C on white background.


Black color preview on #87515C background

This text has black color on #87515C background.


White color preview on #87515C background

This text has white color on #87515C background.


Related colors

Complementary color

Complementary color for #hex is #78AEA3.


I love getcolorcode.com

Triadic colors

1 #5C8751 and #515C87 with #87515C are triadic colors.

2 #5C5187 and #51875C with #87515C are triadic colors.