COLOR #87566D

HEX: #87566D
RGB: (135,86,109)

Color info

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

RGB color model

#87566D color RGB value is (135,86,109).

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

RGB channels and saturation

R 135 of 255 = 53%
G 86 of 255 = 34%
B 109 of 255 = 43%

135
86
109

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

Portions of RGB colors in percentages

R + G + B =
135 + 86 + 109 = 330 (100%)
R 135 of 330 ~ 40.91%
G 86 of 330 ~ 26.06%
B 109 of 330 ~ 33.03%

%40.91
%26.06
%33.03

CMYK color model

#87566D color CMYK value is (0,36,19,47).

  • cyan value is 0.00%
  • magenta value is 36.30%
  • yellow value is 19.26%
  • key color value is 47.06%
CMYK:
(0,36,19,47)
C0M36Y19K47 
(0%,36%,19%,47%)
(0.00/0.36/0.19/0.47)	

CMYK percentages

%0
%36.3
%19.26
%47.06

Codes

Color #87566D in popluar color models

87566D
RGB13586109
HSL332°22.17%43.33%
HSB/HSV332°36.30%52.94%
CMYK0.00%36.30%19.26%
47.06%

Color #87566D in popluar number systems.

HEX87566D
Decimal13586109
Binary1000011110101101101101
Octal207126155

Shades and tints

Shades of #87566D

#87566D
(135,86,109)
#7B4F64
(123,79,100)
#6F485B
(111,72,91)
#634152
(99,65,82)
#573A49
(87,58,73)
#4B3340
(75,51,64)
#3F2C37
(63,44,55)
#33252E
(51,37,46)
#271E25
(39,30,37)
#1B171C
(27,23,28)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #87566D

#87566D
(135,86,109)
#91657A
(145,101,122)
#9B7487
(155,116,135)
#A58394
(165,131,148)
#AF92A1
(175,146,161)
#B9A1AE
(185,161,174)
#C3B0BB
(195,176,187)
#CDBFC8
(205,191,200)
#D7CED5
(215,206,213)
#E1DDE2
(225,221,226)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87566D; }

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

This text font color is #87566D.


Background Color

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

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

This div background color is #87566D.


Border color

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

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

This div border color is #87566D.


Opacity

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

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

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

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

This text has shadow with #87566D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87566D on black background.


Color preview on white background

This text has color #87566D on white background.



Black color preview on #87566D background

This text has black color on #87566D background.


White color preview on #87566D background

This text has white color on #87566D background.