COLOR #876F58

HEX: #876F58
RGB: (135,111,88)

Color info

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

RGB color model

#876F58 color RGB value is (135,111,88).

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

RGB channels and saturation

R 135 of 255 = 53%
G 111 of 255 = 44%
B 88 of 255 = 35%

135
111
88

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

Portions of RGB colors in percentages

R + G + B =
135 + 111 + 88 = 334 (100%)
R 135 of 334 ~ 40.42%
G 111 of 334 ~ 33.23%
B 88 of 334 ~ 26.35%

%40.42
%33.23
%26.35

CMYK color model

#876F58 color CMYK value is (0,18,35,47).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 34.81%
  • key color value is 47.06%
CMYK:
(0,18,35,47)
C0M18Y35K47 
(0%,18%,35%,47%)
(0.00/0.18/0.35/0.47)	

CMYK percentages

%0
%17.78
%34.81
%47.06

Codes

Color #876F58 in popluar color models

876F58
RGB13511188
HSL29°21.08%43.73%
HSB/HSV29°34.81%52.94%
CMYK0.00%17.78%34.81%
47.06%

Color #876F58 in popluar number systems.

HEX876F58
Decimal13511188
Binary1000011111011111011000
Octal207157130

Shades and tints

Shades of #876F58

#876F58
(135,111,88)
#7B6550
(123,101,80)
#6F5B48
(111,91,72)
#635140
(99,81,64)
#574738
(87,71,56)
#4B3D30
(75,61,48)
#3F3328
(63,51,40)
#332920
(51,41,32)
#271F18
(39,31,24)
#1B1510
(27,21,16)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #876F58

#876F58
(135,111,88)
#917C67
(145,124,103)
#9B8976
(155,137,118)
#A59685
(165,150,133)
#AFA394
(175,163,148)
#B9B0A3
(185,176,163)
#C3BDB2
(195,189,178)
#CDCAC1
(205,202,193)
#D7D7D0
(215,215,208)
#E1E4DF
(225,228,223)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876F58; }

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

This text font color is #876F58.


Background Color

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

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

This div background color is #876F58.


Border color

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

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

This div border color is #876F58.


Opacity

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

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

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

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

This text has shadow with #876F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876F58 on black background.


Color preview on white background

This text has color #876F58 on white background.



Black color preview on #876F58 background

This text has black color on #876F58 background.


White color preview on #876F58 background

This text has white color on #876F58 background.