COLOR #876F4E

HEX: #876F4E
RGB: (135,111,78)

Color info

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

RGB color model

#876F4E color RGB value is (135,111,78).

  • red value is 135;
  • green value is 111;
  • blue value is 78.
RGB:
(135,111,78)
(53%,44%,31%)

RGB channels and saturation

R 135 of 255 = 53%
G 111 of 255 = 44%
B 78 of 255 = 31%

135
111
78

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

Portions of RGB colors in percentages

R + G + B =
135 + 111 + 78 = 324 (100%)
R 135 of 324 ~ 41.67%
G 111 of 324 ~ 34.26%
B 78 of 324 ~ 24.07%

%41.67
%34.26
%24.07

CMYK color model

#876F4E color CMYK value is (0,18,42,47).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 42.22%
  • key color value is 47.06%
CMYK:
(0,18,42,47)
C0M18Y42K47 
(0%,18%,42%,47%)
(0.00/0.18/0.42/0.47)	

CMYK percentages

%0
%17.78
%42.22
%47.06

Codes

Color #876F4E in popluar color models

876F4E
RGB13511178
HSL35°26.76%41.76%
HSB/HSV35°42.22%52.94%
CMYK0.00%17.78%42.22%
47.06%

Color #876F4E in popluar number systems.

HEX876F4E
Decimal13511178
Binary1000011111011111001110
Octal207157116

Shades and tints

Shades of #876F4E

#876F4E
(135,111,78)
#7B6547
(123,101,71)
#6F5B40
(111,91,64)
#635139
(99,81,57)
#574732
(87,71,50)
#4B3D2B
(75,61,43)
#3F3324
(63,51,36)
#33291D
(51,41,29)
#271F16
(39,31,22)
#1B150F
(27,21,15)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #876F4E

#876F4E
(135,111,78)
#917C5E
(145,124,94)
#9B896E
(155,137,110)
#A5967E
(165,150,126)
#AFA38E
(175,163,142)
#B9B09E
(185,176,158)
#C3BDAE
(195,189,174)
#CDCABE
(205,202,190)
#D7D7CE
(215,215,206)
#E1E4DE
(225,228,222)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876F4E color. Also use rgb(135,111,78) instead hex code.

Text Font Color

.myTextColor { color: #876F4E; }

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

This text font color is #876F4E.


Background Color

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

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

This div background color is #876F4E.


Border color

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

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

This div border color is #876F4E.


Opacity

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

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

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

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

This text has shadow with #876F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876F4E on black background.


Color preview on white background

This text has color #876F4E on white background.



Black color preview on #876F4E background

This text has black color on #876F4E background.


White color preview on #876F4E background

This text has white color on #876F4E background.