COLOR #87571D

HEX: #87571D
RGB: (135,87,29)

Color info

#87571D contains mainly red and green colors. Web safe color of #87571D is #996633 (or #963).

RGB color model

#87571D color RGB value is (135,87,29).

  • red value is 135;
  • green value is 87;
  • blue value is 29.
RGB:
(135,87,29)
(53%,34%,11%)

RGB channels and saturation

R 135 of 255 = 53%
G 87 of 255 = 34%
B 29 of 255 = 11%

135
87
29

R + G + B ~ 33%. #87571D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 87 + 29 = 251 (100%)
R 135 of 251 ~ 53.78%
G 87 of 251 ~ 34.66%
B 29 of 251 ~ 11.55%

%53.78
%34.66
%11.55

CMYK color model

#87571D color CMYK value is (0,36,79,47).

  • cyan value is 0.00%
  • magenta value is 35.56%
  • yellow value is 78.52%
  • key color value is 47.06%
CMYK:
(0,36,79,47)
C0M36Y79K47 
(0%,36%,79%,47%)
(0.00/0.36/0.79/0.47)	

CMYK percentages

%0
%35.56
%78.52
%47.06

Codes

Color #87571D in popluar color models

87571D
RGB1358729
HSL33°64.63%32.16%
HSB/HSV33°78.52%52.94%
CMYK0.00%35.56%78.52%
47.06%

Color #87571D in popluar number systems.

HEX87571D
Decimal1358729
Binary10000111101011111101
Octal20712735

Shades and tints

Shades of #87571D

#87571D
(135,87,29)
#7B501B
(123,80,27)
#6F4919
(111,73,25)
#634217
(99,66,23)
#573B15
(87,59,21)
#4B3413
(75,52,19)
#3F2D11
(63,45,17)
#33260F
(51,38,15)
#271F0D
(39,31,13)
#1B180B
(27,24,11)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #87571D

#87571D
(135,87,29)
#916631
(145,102,49)
#9B7545
(155,117,69)
#A58459
(165,132,89)
#AF936D
(175,147,109)
#B9A281
(185,162,129)
#C3B195
(195,177,149)
#CDC0A9
(205,192,169)
#D7CFBD
(215,207,189)
#E1DED1
(225,222,209)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87571D color. Also use rgb(135,87,29) instead hex code.

Text Font Color

.myTextColor { color: #87571D; }

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

This text font color is #87571D.


Background Color

.myBgColor { background-color: #87571D; }

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

This div background color is #87571D.


Border color

.myBorderColor { border: 1px solid #87571D; }

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

This div border color is #87571D.


Opacity

.myOpacity80 { color: #87571D; opacity: 0.8; }

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

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

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

This text has shadow with #87571D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87571D on black background.


Color preview on white background

This text has color #87571D on white background.



Black color preview on #87571D background

This text has black color on #87571D background.


White color preview on #87571D background

This text has white color on #87571D background.