COLOR #87806E

HEX: #87806E
RGB: (135,128,110)

Color info

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

RGB color model

#87806E color RGB value is (135,128,110).

  • red value is 135;
  • green value is 128;
  • blue value is 110.
RGB:
(135,128,110)
(53%,50%,43%)

RGB channels and saturation

R 135 of 255 = 53%
G 128 of 255 = 50%
B 110 of 255 = 43%

135
128
110

R + G + B ~ 49%. #87806E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 128 + 110 = 373 (100%)
R 135 of 373 ~ 36.19%
G 128 of 373 ~ 34.32%
B 110 of 373 ~ 29.49%

%36.19
%34.32
%29.49

CMYK color model

#87806E color CMYK value is (0,5,19,47).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 18.52%
  • key color value is 47.06%
CMYK:
(0,5,19,47)
C0M5Y19K47 
(0%,5%,19%,47%)
(0.00/0.05/0.19/0.47)	

CMYK percentages

%0
%5.19
%18.52
%47.06

Codes

Color #87806E in popluar color models

87806E
RGB135128110
HSL43°10.20%48.04%
HSB/HSV43°18.52%52.94%
CMYK0.00%5.19%18.52%
47.06%

Color #87806E in popluar number systems.

HEX87806E
Decimal135128110
Binary10000111100000001101110
Octal207200156

Shades and tints

Shades of #87806E

#87806E
(135,128,110)
#7B7564
(123,117,100)
#6F6A5A
(111,106,90)
#635F50
(99,95,80)
#575446
(87,84,70)
#4B493C
(75,73,60)
#3F3E32
(63,62,50)
#333328
(51,51,40)
#27281E
(39,40,30)
#1B1D14
(27,29,20)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #87806E

#87806E
(135,128,110)
#918B7B
(145,139,123)
#9B9688
(155,150,136)
#A5A195
(165,161,149)
#AFACA2
(175,172,162)
#B9B7AF
(185,183,175)
#C3C2BC
(195,194,188)
#CDCDC9
(205,205,201)
#D7D8D6
(215,216,214)
#E1E3E3
(225,227,227)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87806E color. Also use rgb(135,128,110) instead hex code.

Text Font Color

.myTextColor { color: #87806E; }

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

This text font color is #87806E.


Background Color

.myBgColor { background-color: #87806E; }

<div style="background-color:#87806E">Inner text</div>

This div background color is #87806E.


Border color

.myBorderColor { border: 1px solid #87806E; }

<div style="border:3px solid #87806E">Div</div>

This div border color is #87806E.


Opacity

.myOpacity80 { color: #87806E; opacity: 0.8; }

<p style="color:#87806E;opacity:0.8;">80%</p>

Text with #87806E 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 #87806E;}

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

This text has shadow with #87806E color.

.textShadow {text-shadow: 3px 3px 1px #87806E, 3px 3px 1px red;}

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

This text has shadow with #87806E primary color and red secondary color.


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

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

This text has shadow with #87806E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87806E on black background.


Color preview on white background

This text has color #87806E on white background.



Black color preview on #87806E background

This text has black color on #87806E background.


White color preview on #87806E background

This text has white color on #87806E background.