COLOR #876D6D

HEX: #876D6D
RGB: (135,109,109)

Color info

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

RGB color model

#876D6D color RGB value is (135,109,109).

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

RGB channels and saturation

R 135 of 255 = 53%
G 109 of 255 = 43%
B 109 of 255 = 43%

135
109
109

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

Portions of RGB colors in percentages

R + G + B =
135 + 109 + 109 = 353 (100%)
R 135 of 353 ~ 38.24%
G 109 of 353 ~ 30.88%
B 109 of 353 ~ 30.88%

%38.24
%30.88
%30.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.26%
  • yellow value is 19.26%
  • key color value is 47.06%
CMYK:
(0,19,19,47)
C0M19Y19K47 
(0%,19%,19%,47%)
(0.00/0.19/0.19/0.47)	

CMYK percentages

%0
%19.26
%19.26
%47.06

Codes

Color #876D6D in popluar color models

876D6D
RGB135109109
HSL10.66%47.84%
HSB/HSV19.26%52.94%
CMYK0.00%19.26%19.26%
47.06%

Color #876D6D in popluar number systems.

HEX876D6D
Decimal135109109
Binary1000011111011011101101
Octal207155155

Shades and tints

Shades of #876D6D

#876D6D
(135,109,109)
#7B6464
(123,100,100)
#6F5B5B
(111,91,91)
#635252
(99,82,82)
#574949
(87,73,73)
#4B4040
(75,64,64)
#3F3737
(63,55,55)
#332E2E
(51,46,46)
#272525
(39,37,37)
#1B1C1C
(27,28,28)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #876D6D

#876D6D
(135,109,109)
#917A7A
(145,122,122)
#9B8787
(155,135,135)
#A59494
(165,148,148)
#AFA1A1
(175,161,161)
#B9AEAE
(185,174,174)
#C3BBBB
(195,187,187)
#CDC8C8
(205,200,200)
#D7D5D5
(215,213,213)
#E1E2E2
(225,226,226)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876D6D; }

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

This text font color is #876D6D.


Background Color

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

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

This div background color is #876D6D.


Border color

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

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

This div border color is #876D6D.


Opacity

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

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

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

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

This text has shadow with #876D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876D6D on black background.


Color preview on white background

This text has color #876D6D on white background.



Black color preview on #876D6D background

This text has black color on #876D6D background.


White color preview on #876D6D background

This text has white color on #876D6D background.