COLOR #876C4D

HEX: #876C4D
RGB: (135,108,77)

Color info

#876C4D contains red, green and blue colors in about the same proportion. Web safe color of #876C4D is #996633 (or #963).

RGB color model

#876C4D color RGB value is (135,108,77).

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

RGB channels and saturation

R 135 of 255 = 53%
G 108 of 255 = 42%
B 77 of 255 = 30%

135
108
77

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

Portions of RGB colors in percentages

R + G + B =
135 + 108 + 77 = 320 (100%)
R 135 of 320 ~ 42.19%
G 108 of 320 ~ 33.75%
B 77 of 320 ~ 24.06%

%42.19
%33.75
%24.06

CMYK color model

#876C4D color CMYK value is (0,20,43,47).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 42.96%
  • key color value is 47.06%
CMYK:
(0,20,43,47)
C0M20Y43K47 
(0%,20%,43%,47%)
(0.00/0.20/0.43/0.47)	

CMYK percentages

%0
%20
%42.96
%47.06

Codes

Color #876C4D in popluar color models

876C4D
RGB13510877
HSL32°27.36%41.57%
HSB/HSV32°42.96%52.94%
CMYK0.00%20.00%42.96%
47.06%

Color #876C4D in popluar number systems.

HEX876C4D
Decimal13510877
Binary1000011111011001001101
Octal207154115

Shades and tints

Shades of #876C4D

#876C4D
(135,108,77)
#7B6346
(123,99,70)
#6F5A3F
(111,90,63)
#635138
(99,81,56)
#574831
(87,72,49)
#4B3F2A
(75,63,42)
#3F3623
(63,54,35)
#332D1C
(51,45,28)
#272415
(39,36,21)
#1B1B0E
(27,27,14)
#0F1207
(15,18,7)
#000000
(0,0,0)

Tints of #876C4D

#876C4D
(135,108,77)
#91795D
(145,121,93)
#9B866D
(155,134,109)
#A5937D
(165,147,125)
#AFA08D
(175,160,141)
#B9AD9D
(185,173,157)
#C3BAAD
(195,186,173)
#CDC7BD
(205,199,189)
#D7D4CD
(215,212,205)
#E1E1DD
(225,225,221)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876C4D; }

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

This text font color is #876C4D.


Background Color

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

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

This div background color is #876C4D.


Border color

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

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

This div border color is #876C4D.


Opacity

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

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

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

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

This text has shadow with #876C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876C4D on black background.


Color preview on white background

This text has color #876C4D on white background.



Black color preview on #876C4D background

This text has black color on #876C4D background.


White color preview on #876C4D background

This text has white color on #876C4D background.