COLOR #87566B

HEX: #87566B
RGB: (135,86,107)

Color info

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

RGB color model

#87566B color RGB value is (135,86,107).

  • red value is 135;
  • green value is 86;
  • blue value is 107.
RGB:
(135,86,107)
(53%,34%,42%)

RGB channels and saturation

R 135 of 255 = 53%
G 86 of 255 = 34%
B 107 of 255 = 42%

135
86
107

R + G + B ~ 43%. #87566B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 86 + 107 = 328 (100%)
R 135 of 328 ~ 41.16%
G 86 of 328 ~ 26.22%
B 107 of 328 ~ 32.62%

%41.16
%26.22
%32.62

CMYK color model

#87566B color CMYK value is (0,36,21,47).

  • cyan value is 0.00%
  • magenta value is 36.30%
  • yellow value is 20.74%
  • key color value is 47.06%
CMYK:
(0,36,21,47)
C0M36Y21K47 
(0%,36%,21%,47%)
(0.00/0.36/0.21/0.47)	

CMYK percentages

%0
%36.3
%20.74
%47.06

Codes

Color #87566B in popluar color models

87566B
RGB13586107
HSL334°22.17%43.33%
HSB/HSV334°36.30%52.94%
CMYK0.00%36.30%20.74%
47.06%

Color #87566B in popluar number systems.

HEX87566B
Decimal13586107
Binary1000011110101101101011
Octal207126153

Shades and tints

Shades of #87566B

#87566B
(135,86,107)
#7B4F62
(123,79,98)
#6F4859
(111,72,89)
#634150
(99,65,80)
#573A47
(87,58,71)
#4B333E
(75,51,62)
#3F2C35
(63,44,53)
#33252C
(51,37,44)
#271E23
(39,30,35)
#1B171A
(27,23,26)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #87566B

#87566B
(135,86,107)
#916578
(145,101,120)
#9B7485
(155,116,133)
#A58392
(165,131,146)
#AF929F
(175,146,159)
#B9A1AC
(185,161,172)
#C3B0B9
(195,176,185)
#CDBFC6
(205,191,198)
#D7CED3
(215,206,211)
#E1DDE0
(225,221,224)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87566B color. Also use rgb(135,86,107) instead hex code.

Text Font Color

.myTextColor { color: #87566B; }

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

This text font color is #87566B.


Background Color

.myBgColor { background-color: #87566B; }

<div style="background-color:#87566B">Inner text</div>

This div background color is #87566B.


Border color

.myBorderColor { border: 1px solid #87566B; }

<div style="border:3px solid #87566B">Div</div>

This div border color is #87566B.


Opacity

.myOpacity80 { color: #87566B; opacity: 0.8; }

<p style="color:#87566B;opacity:0.8;">80%</p>

Text with #87566B 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 #87566B;}

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

This text has shadow with #87566B color.

.textShadow {text-shadow: 3px 3px 1px #87566B, 3px 3px 1px red;}

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

This text has shadow with #87566B primary color and red secondary color.


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

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

This text has shadow with #87566B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87566B on black background.


Color preview on white background

This text has color #87566B on white background.



Black color preview on #87566B background

This text has black color on #87566B background.


White color preview on #87566B background

This text has white color on #87566B background.