COLOR #876B56

HEX: #876B56
RGB: (135,107,86)

Color info

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

RGB color model

#876B56 color RGB value is (135,107,86).

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

RGB channels and saturation

R 135 of 255 = 53%
G 107 of 255 = 42%
B 86 of 255 = 34%

135
107
86

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

Portions of RGB colors in percentages

R + G + B =
135 + 107 + 86 = 328 (100%)
R 135 of 328 ~ 41.16%
G 107 of 328 ~ 32.62%
B 86 of 328 ~ 26.22%

%41.16
%32.62
%26.22

CMYK color model

#876B56 color CMYK value is (0,21,36,47).

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 36.30%
  • key color value is 47.06%
CMYK:
(0,21,36,47)
C0M21Y36K47 
(0%,21%,36%,47%)
(0.00/0.21/0.36/0.47)	

CMYK percentages

%0
%20.74
%36.3
%47.06

Codes

Color #876B56 in popluar color models

876B56
RGB13510786
HSL26°22.17%43.33%
HSB/HSV26°36.30%52.94%
CMYK0.00%20.74%36.30%
47.06%

Color #876B56 in popluar number systems.

HEX876B56
Decimal13510786
Binary1000011111010111010110
Octal207153126

Shades and tints

Shades of #876B56

#876B56
(135,107,86)
#7B624F
(123,98,79)
#6F5948
(111,89,72)
#635041
(99,80,65)
#57473A
(87,71,58)
#4B3E33
(75,62,51)
#3F352C
(63,53,44)
#332C25
(51,44,37)
#27231E
(39,35,30)
#1B1A17
(27,26,23)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #876B56

#876B56
(135,107,86)
#917865
(145,120,101)
#9B8574
(155,133,116)
#A59283
(165,146,131)
#AF9F92
(175,159,146)
#B9ACA1
(185,172,161)
#C3B9B0
(195,185,176)
#CDC6BF
(205,198,191)
#D7D3CE
(215,211,206)
#E1E0DD
(225,224,221)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876B56; }

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

This text font color is #876B56.


Background Color

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

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

This div background color is #876B56.


Border color

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

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

This div border color is #876B56.


Opacity

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

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

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

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

This text has shadow with #876B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876B56 on black background.


Color preview on white background

This text has color #876B56 on white background.



Black color preview on #876B56 background

This text has black color on #876B56 background.


White color preview on #876B56 background

This text has white color on #876B56 background.