COLOR #876D4F

HEX: #876D4F RGB: (135,109,79)

Color info

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

RGB color model

#876D4F color RGB value is (135,109,79).

RGB: (135,109,79) (53%, 43%, 31%)

RGB channels and saturation

R 135 of 255 = 53%
G 109 of 255 = 43%
B 79 of 255 = 31%

135
109
79

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

Portions of RGB colors in percentages

R + G + B = 135 + 109 + 79 = 323 (100%)
R 135 of 323 ~ 41.8%
G 109 of 323 ~ 33.75%
B 79 of 323 ~ 24.46'%

%41.8
%33.75
%24.46

CMYK color model

#876D4F color CMYK value is (0,19,41,47).

  • cyan value is 0.00%
  • magenta value is 19.26%
  • yellow value is 41.48%
  • key color value is 47.06%

CMYK: (0,19,41,47)
C0M19Y41K47 (0%, 19%, 41%, 47%)
(0.00 / 0.19 / 0.41 / 0.47)

CMYK percentages

%0
%19.26
%41.48
%47.06

Codes

Color #876D4F in popluar color models

87 6D 4F
RGB 135 109 79
HSL 32° 26.17% 41.96%
HSB/HSV 32° 41.48% 52.94%
CMYK 0.00% 19.26% 41.48%
47.06%

Color #876D4F in popluar number systems.

HEX 87 6D 4F
Decimal 135 109 79
Binary 10000111 1101101 1001111
Octal 207 155 117

Shades and tints

Shades of #876D4F

#876D4F
(135,109,79)
#7B6448
(123,100,72)
#6F5B41
(111,91,65)
#63523A
(99,82,58)
#574933
(87,73,51)
#4B402C
(75,64,44)
#3F3725
(63,55,37)
#332E1E
(51,46,30)
#272517
(39,37,23)
#1B1C10
(27,28,16)
#0F1309
(15,19,9)
#000000
(0,0,0)

Tints of #876D4F

#876D4F
(135,109,79)
#917A5F
(145,122,95)
#9B876F
(155,135,111)
#A5947F
(165,148,127)
#AFA18F
(175,161,143)
#B9AE9F
(185,174,159)
#C3BBAF
(195,187,175)
#CDC8BF
(205,200,191)
#D7D5CF
(215,213,207)
#E1E2DF
(225,226,223)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876D4F color. Also use rgb(135,109,79) instead hex code.

Text Font Color

.myTextColor { color: #876D4F; }

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

This text font color is #876D4F.

Background Color

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

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

This div background color is #876D4F.

Border color

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

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

This div border color is #876D4F.

Opacity

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

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

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

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

This text has shadow with #876D4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876D4F.

Preview

Color preview on black background

This text has color #876D4F on black background.


Color preview on white background

This text has color #876D4F on white background.


Black color preview on #876D4F background

This text has black color on #876D4F background.


White color preview on #876D4F background

This text has white color on #876D4F background.


Related colors

Complementary color

Complementary color for #hex is #7892B0.


I love getcolorcode.com

Triadic colors

1 #4F876D and #6D4F87 with #876D4F are triadic colors.

2 #4F6D87 and #6D874F with #876D4F are triadic colors.