COLOR #876E5C

HEX: #876E5C
RGB: (135,110,92)

Color info

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

RGB color model

#876E5C color RGB value is (135,110,92).

  • red value is 135;
  • green value is 110;
  • blue value is 92.
RGB:
(135,110,92)
(53%,43%,36%)

RGB channels and saturation

R 135 of 255 = 53%
G 110 of 255 = 43%
B 92 of 255 = 36%

135
110
92

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

Portions of RGB colors in percentages

R + G + B =
135 + 110 + 92 = 337 (100%)
R 135 of 337 ~ 40.06%
G 110 of 337 ~ 32.64%
B 92 of 337 ~ 27.3%

%40.06
%32.64
%27.3

CMYK color model

#876E5C color CMYK value is (0,19,32,47).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 31.85%
  • key color value is 47.06%
CMYK:
(0,19,32,47)
C0M19Y32K47 
(0%,19%,32%,47%)
(0.00/0.19/0.32/0.47)	

CMYK percentages

%0
%18.52
%31.85
%47.06

Codes

Color #876E5C in popluar color models

876E5C
RGB13511092
HSL25°18.94%44.51%
HSB/HSV25°31.85%52.94%
CMYK0.00%18.52%31.85%
47.06%

Color #876E5C in popluar number systems.

HEX876E5C
Decimal13511092
Binary1000011111011101011100
Octal207156134

Shades and tints

Shades of #876E5C

#876E5C
(135,110,92)
#7B6454
(123,100,84)
#6F5A4C
(111,90,76)
#635044
(99,80,68)
#57463C
(87,70,60)
#4B3C34
(75,60,52)
#3F322C
(63,50,44)
#332824
(51,40,36)
#271E1C
(39,30,28)
#1B1414
(27,20,20)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #876E5C

#876E5C
(135,110,92)
#917B6A
(145,123,106)
#9B8878
(155,136,120)
#A59586
(165,149,134)
#AFA294
(175,162,148)
#B9AFA2
(185,175,162)
#C3BCB0
(195,188,176)
#CDC9BE
(205,201,190)
#D7D6CC
(215,214,204)
#E1E3DA
(225,227,218)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876E5C color. Also use rgb(135,110,92) instead hex code.

Text Font Color

.myTextColor { color: #876E5C; }

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

This text font color is #876E5C.


Background Color

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

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

This div background color is #876E5C.


Border color

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

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

This div border color is #876E5C.


Opacity

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

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

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

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

This text has shadow with #876E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876E5C on black background.


Color preview on white background

This text has color #876E5C on white background.



Black color preview on #876E5C background

This text has black color on #876E5C background.


White color preview on #876E5C background

This text has white color on #876E5C background.