COLOR #87806C

HEX: #87806C
RGB: (135,128,108)

Color info

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

RGB color model

#87806C color RGB value is (135,128,108).

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

RGB channels and saturation

R 135 of 255 = 53%
G 128 of 255 = 50%
B 108 of 255 = 42%

135
128
108

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

Portions of RGB colors in percentages

R + G + B =
135 + 128 + 108 = 371 (100%)
R 135 of 371 ~ 36.39%
G 128 of 371 ~ 34.5%
B 108 of 371 ~ 29.11%

%36.39
%34.5
%29.11

CMYK color model

#87806C color CMYK value is (0,5,20,47).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 20.00%
  • key color value is 47.06%
CMYK:
(0,5,20,47)
C0M5Y20K47 
(0%,5%,20%,47%)
(0.00/0.05/0.20/0.47)	

CMYK percentages

%0
%5.19
%20
%47.06

Codes

Color #87806C in popluar color models

87806C
RGB135128108
HSL44°11.11%47.65%
HSB/HSV44°20.00%52.94%
CMYK0.00%5.19%20.00%
47.06%

Color #87806C in popluar number systems.

HEX87806C
Decimal135128108
Binary10000111100000001101100
Octal207200154

Shades and tints

Shades of #87806C

#87806C
(135,128,108)
#7B7563
(123,117,99)
#6F6A5A
(111,106,90)
#635F51
(99,95,81)
#575448
(87,84,72)
#4B493F
(75,73,63)
#3F3E36
(63,62,54)
#33332D
(51,51,45)
#272824
(39,40,36)
#1B1D1B
(27,29,27)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #87806C

#87806C
(135,128,108)
#918B79
(145,139,121)
#9B9686
(155,150,134)
#A5A193
(165,161,147)
#AFACA0
(175,172,160)
#B9B7AD
(185,183,173)
#C3C2BA
(195,194,186)
#CDCDC7
(205,205,199)
#D7D8D4
(215,216,212)
#E1E3E1
(225,227,225)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87806C; }

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

This text font color is #87806C.


Background Color

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

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

This div background color is #87806C.


Border color

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

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

This div border color is #87806C.


Opacity

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

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

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

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

This text has shadow with #87806C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87806C on black background.


Color preview on white background

This text has color #87806C on white background.



Black color preview on #87806C background

This text has black color on #87806C background.


White color preview on #87806C background

This text has white color on #87806C background.