COLOR #87573F

HEX: #87573F
RGB: (135,87,63)

Color info

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

RGB color model

#87573F color RGB value is (135,87,63).

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

RGB channels and saturation

R 135 of 255 = 53%
G 87 of 255 = 34%
B 63 of 255 = 25%

135
87
63

R + G + B ~ 37%. #87573F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 87 + 63 = 285 (100%)
R 135 of 285 ~ 47.37%
G 87 of 285 ~ 30.53%
B 63 of 285 ~ 22.11%

%47.37
%30.53
%22.11

CMYK color model

#87573F color CMYK value is (0,36,53,47).

  • cyan value is 0.00%
  • magenta value is 35.56%
  • yellow value is 53.33%
  • key color value is 47.06%
CMYK:
(0,36,53,47)
C0M36Y53K47 
(0%,36%,53%,47%)
(0.00/0.36/0.53/0.47)	

CMYK percentages

%0
%35.56
%53.33
%47.06

Codes

Color #87573F in popluar color models

87573F
RGB1358763
HSL20°36.36%38.82%
HSB/HSV20°53.33%52.94%
CMYK0.00%35.56%53.33%
47.06%

Color #87573F in popluar number systems.

HEX87573F
Decimal1358763
Binary100001111010111111111
Octal20712777

Shades and tints

Shades of #87573F

#87573F
(135,87,63)
#7B503A
(123,80,58)
#6F4935
(111,73,53)
#634230
(99,66,48)
#573B2B
(87,59,43)
#4B3426
(75,52,38)
#3F2D21
(63,45,33)
#33261C
(51,38,28)
#271F17
(39,31,23)
#1B1812
(27,24,18)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #87573F

#87573F
(135,87,63)
#916650
(145,102,80)
#9B7561
(155,117,97)
#A58472
(165,132,114)
#AF9383
(175,147,131)
#B9A294
(185,162,148)
#C3B1A5
(195,177,165)
#CDC0B6
(205,192,182)
#D7CFC7
(215,207,199)
#E1DED8
(225,222,216)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87573F color. Also use rgb(135,87,63) instead hex code.

Text Font Color

.myTextColor { color: #87573F; }

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

This text font color is #87573F.


Background Color

.myBgColor { background-color: #87573F; }

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

This div background color is #87573F.


Border color

.myBorderColor { border: 1px solid #87573F; }

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

This div border color is #87573F.


Opacity

.myOpacity80 { color: #87573F; opacity: 0.8; }

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

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

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

This text has shadow with #87573F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87573F on black background.


Color preview on white background

This text has color #87573F on white background.



Black color preview on #87573F background

This text has black color on #87573F background.


White color preview on #87573F background

This text has white color on #87573F background.