COLOR #876171

HEX: #876171
RGB: (135,97,113)

Color info

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

RGB color model

#876171 color RGB value is (135,97,113).

  • red value is 135;
  • green value is 97;
  • blue value is 113.
RGB:
(135,97,113)
(53%,38%,44%)

RGB channels and saturation

R 135 of 255 = 53%
G 97 of 255 = 38%
B 113 of 255 = 44%

135
97
113

R + G + B ~ 45%. #876171 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 97 + 113 = 345 (100%)
R 135 of 345 ~ 39.13%
G 97 of 345 ~ 28.12%
B 113 of 345 ~ 32.75%

%39.13
%28.12
%32.75

CMYK color model

#876171 color CMYK value is (0,28,16,47).

  • cyan value is 0.00%
  • magenta value is 28.15%
  • yellow value is 16.30%
  • key color value is 47.06%
CMYK:
(0,28,16,47)
C0M28Y16K47 
(0%,28%,16%,47%)
(0.00/0.28/0.16/0.47)	

CMYK percentages

%0
%28.15
%16.3
%47.06

Codes

Color #876171 in popluar color models

876171
RGB13597113
HSL335°16.38%45.49%
HSB/HSV335°28.15%52.94%
CMYK0.00%28.15%16.30%
47.06%

Color #876171 in popluar number systems.

HEX876171
Decimal13597113
Binary1000011111000011110001
Octal207141161

Shades and tints

Shades of #876171

#876171
(135,97,113)
#7B5967
(123,89,103)
#6F515D
(111,81,93)
#634953
(99,73,83)
#574149
(87,65,73)
#4B393F
(75,57,63)
#3F3135
(63,49,53)
#33292B
(51,41,43)
#272121
(39,33,33)
#1B1917
(27,25,23)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #876171

#876171
(135,97,113)
#916F7D
(145,111,125)
#9B7D89
(155,125,137)
#A58B95
(165,139,149)
#AF99A1
(175,153,161)
#B9A7AD
(185,167,173)
#C3B5B9
(195,181,185)
#CDC3C5
(205,195,197)
#D7D1D1
(215,209,209)
#E1DFDD
(225,223,221)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876171 color. Also use rgb(135,97,113) instead hex code.

Text Font Color

.myTextColor { color: #876171; }

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

This text font color is #876171.


Background Color

.myBgColor { background-color: #876171; }

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

This div background color is #876171.


Border color

.myBorderColor { border: 1px solid #876171; }

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

This div border color is #876171.


Opacity

.myOpacity80 { color: #876171; opacity: 0.8; }

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

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

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

This text has shadow with #876171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876171 on black background.


Color preview on white background

This text has color #876171 on white background.



Black color preview on #876171 background

This text has black color on #876171 background.


White color preview on #876171 background

This text has white color on #876171 background.