COLOR #876F5F

HEX: #876F5F
RGB: (135,111,95)

Color info

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

RGB color model

#876F5F color RGB value is (135,111,95).

  • red value is 135;
  • green value is 111;
  • blue value is 95.
RGB:
(135,111,95)
(53%,44%,37%)

RGB channels and saturation

R 135 of 255 = 53%
G 111 of 255 = 44%
B 95 of 255 = 37%

135
111
95

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

Portions of RGB colors in percentages

R + G + B =
135 + 111 + 95 = 341 (100%)
R 135 of 341 ~ 39.59%
G 111 of 341 ~ 32.55%
B 95 of 341 ~ 27.86%

%39.59
%32.55
%27.86

CMYK color model

#876F5F color CMYK value is (0,18,30,47).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 29.63%
  • key color value is 47.06%
CMYK:
(0,18,30,47)
C0M18Y30K47 
(0%,18%,30%,47%)
(0.00/0.18/0.30/0.47)	

CMYK percentages

%0
%17.78
%29.63
%47.06

Codes

Color #876F5F in popluar color models

876F5F
RGB13511195
HSL24°17.39%45.10%
HSB/HSV24°29.63%52.94%
CMYK0.00%17.78%29.63%
47.06%

Color #876F5F in popluar number systems.

HEX876F5F
Decimal13511195
Binary1000011111011111011111
Octal207157137

Shades and tints

Shades of #876F5F

#876F5F
(135,111,95)
#7B6557
(123,101,87)
#6F5B4F
(111,91,79)
#635147
(99,81,71)
#57473F
(87,71,63)
#4B3D37
(75,61,55)
#3F332F
(63,51,47)
#332927
(51,41,39)
#271F1F
(39,31,31)
#1B1517
(27,21,23)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #876F5F

#876F5F
(135,111,95)
#917C6D
(145,124,109)
#9B897B
(155,137,123)
#A59689
(165,150,137)
#AFA397
(175,163,151)
#B9B0A5
(185,176,165)
#C3BDB3
(195,189,179)
#CDCAC1
(205,202,193)
#D7D7CF
(215,215,207)
#E1E4DD
(225,228,221)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876F5F color. Also use rgb(135,111,95) instead hex code.

Text Font Color

.myTextColor { color: #876F5F; }

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

This text font color is #876F5F.


Background Color

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

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

This div background color is #876F5F.


Border color

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

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

This div border color is #876F5F.


Opacity

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

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

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

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

This text has shadow with #876F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876F5F on black background.


Color preview on white background

This text has color #876F5F on white background.



Black color preview on #876F5F background

This text has black color on #876F5F background.


White color preview on #876F5F background

This text has white color on #876F5F background.