COLOR #876C43

HEX: #876C43
RGB: (135,108,67)

Color info

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

RGB color model

#876C43 color RGB value is (135,108,67).

  • red value is 135;
  • green value is 108;
  • blue value is 67.
RGB:
(135,108,67)
(53%,42%,26%)

RGB channels and saturation

R 135 of 255 = 53%
G 108 of 255 = 42%
B 67 of 255 = 26%

135
108
67

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

Portions of RGB colors in percentages

R + G + B =
135 + 108 + 67 = 310 (100%)
R 135 of 310 ~ 43.55%
G 108 of 310 ~ 34.84%
B 67 of 310 ~ 21.61%

%43.55
%34.84
%21.61

CMYK color model

#876C43 color CMYK value is (0,20,50,47).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 50.37%
  • key color value is 47.06%
CMYK:
(0,20,50,47)
C0M20Y50K47 
(0%,20%,50%,47%)
(0.00/0.20/0.50/0.47)	

CMYK percentages

%0
%20
%50.37
%47.06

Codes

Color #876C43 in popluar color models

876C43
RGB13510867
HSL36°33.66%39.61%
HSB/HSV36°50.37%52.94%
CMYK0.00%20.00%50.37%
47.06%

Color #876C43 in popluar number systems.

HEX876C43
Decimal13510867
Binary1000011111011001000011
Octal207154103

Shades and tints

Shades of #876C43

#876C43
(135,108,67)
#7B633D
(123,99,61)
#6F5A37
(111,90,55)
#635131
(99,81,49)
#57482B
(87,72,43)
#4B3F25
(75,63,37)
#3F361F
(63,54,31)
#332D19
(51,45,25)
#272413
(39,36,19)
#1B1B0D
(27,27,13)
#0F1207
(15,18,7)
#000000
(0,0,0)

Tints of #876C43

#876C43
(135,108,67)
#917954
(145,121,84)
#9B8665
(155,134,101)
#A59376
(165,147,118)
#AFA087
(175,160,135)
#B9AD98
(185,173,152)
#C3BAA9
(195,186,169)
#CDC7BA
(205,199,186)
#D7D4CB
(215,212,203)
#E1E1DC
(225,225,220)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876C43 color. Also use rgb(135,108,67) instead hex code.

Text Font Color

.myTextColor { color: #876C43; }

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

This text font color is #876C43.


Background Color

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

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

This div background color is #876C43.


Border color

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

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

This div border color is #876C43.


Opacity

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

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

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

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

This text has shadow with #876C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876C43 on black background.


Color preview on white background

This text has color #876C43 on white background.



Black color preview on #876C43 background

This text has black color on #876C43 background.


White color preview on #876C43 background

This text has white color on #876C43 background.