COLOR #87886E

HEX: #87886E
RGB: (135,136,110)

Color info

#87886E contains red, green and blue colors in about the same proportion. Web safe color of #87886E is #999966 (or #996).

RGB color model

#87886E color RGB value is (135,136,110).

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

RGB channels and saturation

R 135 of 255 = 53%
G 136 of 255 = 53%
B 110 of 255 = 43%

135
136
110

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

Portions of RGB colors in percentages

R + G + B =
135 + 136 + 110 = 381 (100%)
R 135 of 381 ~ 35.43%
G 136 of 381 ~ 35.7%
B 110 of 381 ~ 28.87%

%35.43
%35.7
%28.87

CMYK color model

#87886E color CMYK value is (1,0,19,47).

  • cyan value is 0.74%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 46.67%
CMYK:
(1,0,19,47)
C1M0Y19K47 
(1%,0%,19%,47%)
(0.01/0.00/0.19/0.47)	

CMYK percentages

%0.74
%0
%19.12
%46.67

Codes

Color #87886E in popluar color models

87886E
RGB135136110
HSL62°10.57%48.24%
HSB/HSV62°19.12%53.33%
CMYK0.74%0.00%19.12%
46.67%

Color #87886E in popluar number systems.

HEX87886E
Decimal135136110
Binary10000111100010001101110
Octal207210156

Shades and tints

Shades of #87886E

#87886E
(135,136,110)
#7B7C64
(123,124,100)
#6F705A
(111,112,90)
#636450
(99,100,80)
#575846
(87,88,70)
#4B4C3C
(75,76,60)
#3F4032
(63,64,50)
#333428
(51,52,40)
#27281E
(39,40,30)
#1B1C14
(27,28,20)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #87886E

#87886E
(135,136,110)
#91927B
(145,146,123)
#9B9C88
(155,156,136)
#A5A695
(165,166,149)
#AFB0A2
(175,176,162)
#B9BAAF
(185,186,175)
#C3C4BC
(195,196,188)
#CDCEC9
(205,206,201)
#D7D8D6
(215,216,214)
#E1E2E3
(225,226,227)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87886E; }

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

This text font color is #87886E.


Background Color

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

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

This div background color is #87886E.


Border color

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

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

This div border color is #87886E.


Opacity

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

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

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

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

This text has shadow with #87886E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87886E on black background.


Color preview on white background

This text has color #87886E on white background.



Black color preview on #87886E background

This text has black color on #87886E background.


White color preview on #87886E background

This text has white color on #87886E background.