COLOR #876D42

HEX: #876D42
RGB: (135,109,66)

Color info

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

RGB color model

#876D42 color RGB value is (135,109,66).

  • red value is 135;
  • green value is 109;
  • blue value is 66.
RGB:
(135,109,66)
(53%,43%,26%)

RGB channels and saturation

R 135 of 255 = 53%
G 109 of 255 = 43%
B 66 of 255 = 26%

135
109
66

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

Portions of RGB colors in percentages

R + G + B =
135 + 109 + 66 = 310 (100%)
R 135 of 310 ~ 43.55%
G 109 of 310 ~ 35.16%
B 66 of 310 ~ 21.29%

%43.55
%35.16
%21.29

CMYK color model

#876D42 color CMYK value is (0,19,51,47).

  • cyan value is 0.00%
  • magenta value is 19.26%
  • yellow value is 51.11%
  • key color value is 47.06%
CMYK:
(0,19,51,47)
C0M19Y51K47 
(0%,19%,51%,47%)
(0.00/0.19/0.51/0.47)	

CMYK percentages

%0
%19.26
%51.11
%47.06

Codes

Color #876D42 in popluar color models

876D42
RGB13510966
HSL37°34.33%39.41%
HSB/HSV37°51.11%52.94%
CMYK0.00%19.26%51.11%
47.06%

Color #876D42 in popluar number systems.

HEX876D42
Decimal13510966
Binary1000011111011011000010
Octal207155102

Shades and tints

Shades of #876D42

#876D42
(135,109,66)
#7B643C
(123,100,60)
#6F5B36
(111,91,54)
#635230
(99,82,48)
#57492A
(87,73,42)
#4B4024
(75,64,36)
#3F371E
(63,55,30)
#332E18
(51,46,24)
#272512
(39,37,18)
#1B1C0C
(27,28,12)
#0F1306
(15,19,6)
#000000
(0,0,0)

Tints of #876D42

#876D42
(135,109,66)
#917A53
(145,122,83)
#9B8764
(155,135,100)
#A59475
(165,148,117)
#AFA186
(175,161,134)
#B9AE97
(185,174,151)
#C3BBA8
(195,187,168)
#CDC8B9
(205,200,185)
#D7D5CA
(215,213,202)
#E1E2DB
(225,226,219)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876D42; }

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

This text font color is #876D42.


Background Color

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

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

This div background color is #876D42.


Border color

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

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

This div border color is #876D42.


Opacity

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

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

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

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

This text has shadow with #876D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876D42 on black background.


Color preview on white background

This text has color #876D42 on white background.



Black color preview on #876D42 background

This text has black color on #876D42 background.


White color preview on #876D42 background

This text has white color on #876D42 background.