COLOR #876B59

HEX: #876B59
RGB: (135,107,89)

Color info

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

RGB color model

#876B59 color RGB value is (135,107,89).

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

RGB channels and saturation

R 135 of 255 = 53%
G 107 of 255 = 42%
B 89 of 255 = 35%

135
107
89

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

Portions of RGB colors in percentages

R + G + B =
135 + 107 + 89 = 331 (100%)
R 135 of 331 ~ 40.79%
G 107 of 331 ~ 32.33%
B 89 of 331 ~ 26.89%

%40.79
%32.33
%26.89

CMYK color model

#876B59 color CMYK value is (0,21,34,47).

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 34.07%
  • key color value is 47.06%
CMYK:
(0,21,34,47)
C0M21Y34K47 
(0%,21%,34%,47%)
(0.00/0.21/0.34/0.47)	

CMYK percentages

%0
%20.74
%34.07
%47.06

Codes

Color #876B59 in popluar color models

876B59
RGB13510789
HSL23°20.54%43.92%
HSB/HSV23°34.07%52.94%
CMYK0.00%20.74%34.07%
47.06%

Color #876B59 in popluar number systems.

HEX876B59
Decimal13510789
Binary1000011111010111011001
Octal207153131

Shades and tints

Shades of #876B59

#876B59
(135,107,89)
#7B6251
(123,98,81)
#6F5949
(111,89,73)
#635041
(99,80,65)
#574739
(87,71,57)
#4B3E31
(75,62,49)
#3F3529
(63,53,41)
#332C21
(51,44,33)
#272319
(39,35,25)
#1B1A11
(27,26,17)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #876B59

#876B59
(135,107,89)
#917868
(145,120,104)
#9B8577
(155,133,119)
#A59286
(165,146,134)
#AF9F95
(175,159,149)
#B9ACA4
(185,172,164)
#C3B9B3
(195,185,179)
#CDC6C2
(205,198,194)
#D7D3D1
(215,211,209)
#E1E0E0
(225,224,224)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876B59; }

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

This text font color is #876B59.


Background Color

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

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

This div background color is #876B59.


Border color

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

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

This div border color is #876B59.


Opacity

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

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

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

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

This text has shadow with #876B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876B59 on black background.


Color preview on white background

This text has color #876B59 on white background.



Black color preview on #876B59 background

This text has black color on #876B59 background.


White color preview on #876B59 background

This text has white color on #876B59 background.