COLOR #87542C

HEX: #87542C
RGB: (135,84,44)

Color info

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

RGB color model

#87542C color RGB value is (135,84,44).

  • red value is 135;
  • green value is 84;
  • blue value is 44.
RGB:
(135,84,44)
(53%,33%,17%)

RGB channels and saturation

R 135 of 255 = 53%
G 84 of 255 = 33%
B 44 of 255 = 17%

135
84
44

R + G + B ~ 34%. #87542C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 84 + 44 = 263 (100%)
R 135 of 263 ~ 51.33%
G 84 of 263 ~ 31.94%
B 44 of 263 ~ 16.73%

%51.33
%31.94
%16.73

CMYK color model

#87542C color CMYK value is (0,38,67,47).

  • cyan value is 0.00%
  • magenta value is 37.78%
  • yellow value is 67.41%
  • key color value is 47.06%
CMYK:
(0,38,67,47)
C0M38Y67K47 
(0%,38%,67%,47%)
(0.00/0.38/0.67/0.47)	

CMYK percentages

%0
%37.78
%67.41
%47.06

Codes

Color #87542C in popluar color models

87542C
RGB1358444
HSL26°50.84%35.10%
HSB/HSV26°67.41%52.94%
CMYK0.00%37.78%67.41%
47.06%

Color #87542C in popluar number systems.

HEX87542C
Decimal1358444
Binary100001111010100101100
Octal20712454

Shades and tints

Shades of #87542C

#87542C
(135,84,44)
#7B4D28
(123,77,40)
#6F4624
(111,70,36)
#633F20
(99,63,32)
#57381C
(87,56,28)
#4B3118
(75,49,24)
#3F2A14
(63,42,20)
#332310
(51,35,16)
#271C0C
(39,28,12)
#1B1508
(27,21,8)
#0F0E04
(15,14,4)
#000000
(0,0,0)

Tints of #87542C

#87542C
(135,84,44)
#91633F
(145,99,63)
#9B7252
(155,114,82)
#A58165
(165,129,101)
#AF9078
(175,144,120)
#B99F8B
(185,159,139)
#C3AE9E
(195,174,158)
#CDBDB1
(205,189,177)
#D7CCC4
(215,204,196)
#E1DBD7
(225,219,215)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87542C color. Also use rgb(135,84,44) instead hex code.

Text Font Color

.myTextColor { color: #87542C; }

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

This text font color is #87542C.


Background Color

.myBgColor { background-color: #87542C; }

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

This div background color is #87542C.


Border color

.myBorderColor { border: 1px solid #87542C; }

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

This div border color is #87542C.


Opacity

.myOpacity80 { color: #87542C; opacity: 0.8; }

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

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

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

This text has shadow with #87542C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87542C on black background.


Color preview on white background

This text has color #87542C on white background.



Black color preview on #87542C background

This text has black color on #87542C background.


White color preview on #87542C background

This text has white color on #87542C background.