COLOR #877571

HEX: #877571
RGB: (135,117,113)

Color info

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

RGB color model

#877571 color RGB value is (135,117,113).

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

RGB channels and saturation

R 135 of 255 = 53%
G 117 of 255 = 46%
B 113 of 255 = 44%

135
117
113

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

Portions of RGB colors in percentages

R + G + B =
135 + 117 + 113 = 365 (100%)
R 135 of 365 ~ 36.99%
G 117 of 365 ~ 32.05%
B 113 of 365 ~ 30.96%

%36.99
%32.05
%30.96

CMYK color model

#877571 color CMYK value is (0,13,16,47).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 16.30%
  • key color value is 47.06%
CMYK:
(0,13,16,47)
C0M13Y16K47 
(0%,13%,16%,47%)
(0.00/0.13/0.16/0.47)	

CMYK percentages

%0
%13.33
%16.3
%47.06

Codes

Color #877571 in popluar color models

877571
RGB135117113
HSL11°8.87%48.63%
HSB/HSV11°16.30%52.94%
CMYK0.00%13.33%16.30%
47.06%

Color #877571 in popluar number systems.

HEX877571
Decimal135117113
Binary1000011111101011110001
Octal207165161

Shades and tints

Shades of #877571

#877571
(135,117,113)
#7B6B67
(123,107,103)
#6F615D
(111,97,93)
#635753
(99,87,83)
#574D49
(87,77,73)
#4B433F
(75,67,63)
#3F3935
(63,57,53)
#332F2B
(51,47,43)
#272521
(39,37,33)
#1B1B17
(27,27,23)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #877571

#877571
(135,117,113)
#91817D
(145,129,125)
#9B8D89
(155,141,137)
#A59995
(165,153,149)
#AFA5A1
(175,165,161)
#B9B1AD
(185,177,173)
#C3BDB9
(195,189,185)
#CDC9C5
(205,201,197)
#D7D5D1
(215,213,209)
#E1E1DD
(225,225,221)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877571; }

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

This text font color is #877571.


Background Color

.myBgColor { background-color: #877571; }

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

This div background color is #877571.


Border color

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

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

This div border color is #877571.


Opacity

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

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

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

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

This text has shadow with #877571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877571 on black background.


Color preview on white background

This text has color #877571 on white background.



Black color preview on #877571 background

This text has black color on #877571 background.


White color preview on #877571 background

This text has white color on #877571 background.