COLOR #87656B

HEX: #87656B
RGB: (135,101,107)

Color info

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

RGB color model

#87656B color RGB value is (135,101,107).

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

RGB channels and saturation

R 135 of 255 = 53%
G 101 of 255 = 40%
B 107 of 255 = 42%

135
101
107

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

Portions of RGB colors in percentages

R + G + B =
135 + 101 + 107 = 343 (100%)
R 135 of 343 ~ 39.36%
G 101 of 343 ~ 29.45%
B 107 of 343 ~ 31.2%

%39.36
%29.45
%31.2

CMYK color model

#87656B color CMYK value is (0,25,21,47).

  • cyan value is 0.00%
  • magenta value is 25.19%
  • yellow value is 20.74%
  • key color value is 47.06%
CMYK:
(0,25,21,47)
C0M25Y21K47 
(0%,25%,21%,47%)
(0.00/0.25/0.21/0.47)	

CMYK percentages

%0
%25.19
%20.74
%47.06

Codes

Color #87656B in popluar color models

87656B
RGB135101107
HSL349°14.41%46.27%
HSB/HSV349°25.19%52.94%
CMYK0.00%25.19%20.74%
47.06%

Color #87656B in popluar number systems.

HEX87656B
Decimal135101107
Binary1000011111001011101011
Octal207145153

Shades and tints

Shades of #87656B

#87656B
(135,101,107)
#7B5C62
(123,92,98)
#6F5359
(111,83,89)
#634A50
(99,74,80)
#574147
(87,65,71)
#4B383E
(75,56,62)
#3F2F35
(63,47,53)
#33262C
(51,38,44)
#271D23
(39,29,35)
#1B141A
(27,20,26)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #87656B

#87656B
(135,101,107)
#917378
(145,115,120)
#9B8185
(155,129,133)
#A58F92
(165,143,146)
#AF9D9F
(175,157,159)
#B9ABAC
(185,171,172)
#C3B9B9
(195,185,185)
#CDC7C6
(205,199,198)
#D7D5D3
(215,213,211)
#E1E3E0
(225,227,224)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87656B; }

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

This text font color is #87656B.


Background Color

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

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

This div background color is #87656B.


Border color

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

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

This div border color is #87656B.


Opacity

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

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

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

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

This text has shadow with #87656B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87656B on black background.


Color preview on white background

This text has color #87656B on white background.



Black color preview on #87656B background

This text has black color on #87656B background.


White color preview on #87656B background

This text has white color on #87656B background.