COLOR #876E5E

HEX: #876E5E
RGB: (135,110,94)

Color info

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

RGB color model

#876E5E color RGB value is (135,110,94).

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

RGB channels and saturation

R 135 of 255 = 53%
G 110 of 255 = 43%
B 94 of 255 = 37%

135
110
94

R + G + B ~ 44%. #876E5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 110 + 94 = 339 (100%)
R 135 of 339 ~ 39.82%
G 110 of 339 ~ 32.45%
B 94 of 339 ~ 27.73%

%39.82
%32.45
%27.73

CMYK color model

#876E5E color CMYK value is (0,19,30,47).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 30.37%
  • key color value is 47.06%
CMYK:
(0,19,30,47)
C0M19Y30K47 
(0%,19%,30%,47%)
(0.00/0.19/0.30/0.47)	

CMYK percentages

%0
%18.52
%30.37
%47.06

Codes

Color #876E5E in popluar color models

876E5E
RGB13511094
HSL23°17.90%44.90%
HSB/HSV23°30.37%52.94%
CMYK0.00%18.52%30.37%
47.06%

Color #876E5E in popluar number systems.

HEX876E5E
Decimal13511094
Binary1000011111011101011110
Octal207156136

Shades and tints

Shades of #876E5E

#876E5E
(135,110,94)
#7B6456
(123,100,86)
#6F5A4E
(111,90,78)
#635046
(99,80,70)
#57463E
(87,70,62)
#4B3C36
(75,60,54)
#3F322E
(63,50,46)
#332826
(51,40,38)
#271E1E
(39,30,30)
#1B1416
(27,20,22)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #876E5E

#876E5E
(135,110,94)
#917B6C
(145,123,108)
#9B887A
(155,136,122)
#A59588
(165,149,136)
#AFA296
(175,162,150)
#B9AFA4
(185,175,164)
#C3BCB2
(195,188,178)
#CDC9C0
(205,201,192)
#D7D6CE
(215,214,206)
#E1E3DC
(225,227,220)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876E5E color. Also use rgb(135,110,94) instead hex code.

Text Font Color

.myTextColor { color: #876E5E; }

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

This text font color is #876E5E.


Background Color

.myBgColor { background-color: #876E5E; }

<div style="background-color:#876E5E">Inner text</div>

This div background color is #876E5E.


Border color

.myBorderColor { border: 1px solid #876E5E; }

<div style="border:3px solid #876E5E">Div</div>

This div border color is #876E5E.


Opacity

.myOpacity80 { color: #876E5E; opacity: 0.8; }

<p style="color:#876E5E;opacity:0.8;">80%</p>

Text with #876E5E 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 #876E5E;}

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

This text has shadow with #876E5E color.

.textShadow {text-shadow: 3px 3px 1px #876E5E, 3px 3px 1px red;}

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

This text has shadow with #876E5E primary color and red secondary color.


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

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

This text has shadow with #876E5E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876E5E on black background.


Color preview on white background

This text has color #876E5E on white background.



Black color preview on #876E5E background

This text has black color on #876E5E background.


White color preview on #876E5E background

This text has white color on #876E5E background.