COLOR #876D4B

HEX: #876D4B RGB: (135,109,75)

Color info

#876D4B contains mainly red and green colors. Web safe color of #876D4B is #996633 (or #963).

RGB color model

#876D4B color RGB value is (135,109,75).

RGB: (135,109,75) (53%, 43%, 29%)

RGB channels and saturation

R 135 of 255 = 53%
G 109 of 255 = 43%
B 75 of 255 = 29%

135
109
75

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

Portions of RGB colors in percentages

R + G + B = 135 + 109 + 75 = 319 (100%)
R 135 of 319 ~ 42.32%
G 109 of 319 ~ 34.17%
B 75 of 319 ~ 23.51'%

%42.32
%34.17
%23.51

CMYK color model

#876D4B color CMYK value is (0,19,44,47).

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

CMYK: (0,19,44,47)
C0M19Y44K47 (0%, 19%, 44%, 47%)
(0.00 / 0.19 / 0.44 / 0.47)

CMYK percentages

%0
%19.26
%44.44
%47.06

Codes

Color #876D4B in popluar color models

87 6D 4B
RGB 135 109 75
HSL 34° 28.57% 41.18%
HSB/HSV 34° 44.44% 52.94%
CMYK 0.00% 19.26% 44.44%
47.06%

Color #876D4B in popluar number systems.

HEX 87 6D 4B
Decimal 135 109 75
Binary 10000111 1101101 1001011
Octal 207 155 113

Shades and tints

Shades of #876D4B

#876D4B
(135,109,75)
#7B6445
(123,100,69)
#6F5B3F
(111,91,63)
#635239
(99,82,57)
#574933
(87,73,51)
#4B402D
(75,64,45)
#3F3727
(63,55,39)
#332E21
(51,46,33)
#27251B
(39,37,27)
#1B1C15
(27,28,21)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #876D4B

#876D4B
(135,109,75)
#917A5B
(145,122,91)
#9B876B
(155,135,107)
#A5947B
(165,148,123)
#AFA18B
(175,161,139)
#B9AE9B
(185,174,155)
#C3BBAB
(195,187,171)
#CDC8BB
(205,200,187)
#D7D5CB
(215,213,203)
#E1E2DB
(225,226,219)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876D4B; }

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

This text font color is #876D4B.

Background Color

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

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

This div background color is #876D4B.

Border color

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

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

This div border color is #876D4B.

Opacity

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

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

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

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

This text has shadow with #876D4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876D4B.

Preview

Color preview on black background

This text has color #876D4B on black background.


Color preview on white background

This text has color #876D4B on white background.


Black color preview on #876D4B background

This text has black color on #876D4B background.


White color preview on #876D4B background

This text has white color on #876D4B background.


Related colors

Complementary color

Complementary color for #hex is #7892B4.


I love getcolorcode.com

Triadic colors

1 #4B876D and #6D4B87 with #876D4B are triadic colors.

2 #4B6D87 and #6D874B with #876D4B are triadic colors.