COLOR #876B5B

HEX: #876B5B
RGB: (135,107,91)

Color info

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

RGB color model

#876B5B color RGB value is (135,107,91).

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

RGB channels and saturation

R 135 of 255 = 53%
G 107 of 255 = 42%
B 91 of 255 = 36%

135
107
91

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

Portions of RGB colors in percentages

R + G + B =
135 + 107 + 91 = 333 (100%)
R 135 of 333 ~ 40.54%
G 107 of 333 ~ 32.13%
B 91 of 333 ~ 27.33%

%40.54
%32.13
%27.33

CMYK color model

#876B5B color CMYK value is (0,21,33,47).

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 32.59%
  • key color value is 47.06%
CMYK:
(0,21,33,47)
C0M21Y33K47 
(0%,21%,33%,47%)
(0.00/0.21/0.33/0.47)	

CMYK percentages

%0
%20.74
%32.59
%47.06

Codes

Color #876B5B in popluar color models

876B5B
RGB13510791
HSL22°19.47%44.31%
HSB/HSV22°32.59%52.94%
CMYK0.00%20.74%32.59%
47.06%

Color #876B5B in popluar number systems.

HEX876B5B
Decimal13510791
Binary1000011111010111011011
Octal207153133

Shades and tints

Shades of #876B5B

#876B5B
(135,107,91)
#7B6253
(123,98,83)
#6F594B
(111,89,75)
#635043
(99,80,67)
#57473B
(87,71,59)
#4B3E33
(75,62,51)
#3F352B
(63,53,43)
#332C23
(51,44,35)
#27231B
(39,35,27)
#1B1A13
(27,26,19)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #876B5B

#876B5B
(135,107,91)
#917869
(145,120,105)
#9B8577
(155,133,119)
#A59285
(165,146,133)
#AF9F93
(175,159,147)
#B9ACA1
(185,172,161)
#C3B9AF
(195,185,175)
#CDC6BD
(205,198,189)
#D7D3CB
(215,211,203)
#E1E0D9
(225,224,217)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876B5B color. Also use rgb(135,107,91) instead hex code.

Text Font Color

.myTextColor { color: #876B5B; }

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

This text font color is #876B5B.


Background Color

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

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

This div background color is #876B5B.


Border color

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

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

This div border color is #876B5B.


Opacity

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

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

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

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

This text has shadow with #876B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876B5B on black background.


Color preview on white background

This text has color #876B5B on white background.



Black color preview on #876B5B background

This text has black color on #876B5B background.


White color preview on #876B5B background

This text has white color on #876B5B background.