COLOR #87362B

HEX: #87362B
RGB: (135,54,43)

Color info

#87362B contains mainly red color. Web safe color of #87362B is #993333 (or #933).

RGB color model

#87362B color RGB value is (135,54,43).

  • red value is 135;
  • green value is 54;
  • blue value is 43.
RGB:
(135,54,43)
(53%,21%,17%)

RGB channels and saturation

R 135 of 255 = 53%
G 54 of 255 = 21%
B 43 of 255 = 17%

135
54
43

R + G + B ~ 30%. #87362B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 54 + 43 = 232 (100%)
R 135 of 232 ~ 58.19%
G 54 of 232 ~ 23.28%
B 43 of 232 ~ 18.53%

%58.19
%23.28
%18.53

CMYK color model

#87362B color CMYK value is (0,60,68,47).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 68.15%
  • key color value is 47.06%
CMYK:
(0,60,68,47)
C0M60Y68K47 
(0%,60%,68%,47%)
(0.00/0.60/0.68/0.47)	

CMYK percentages

%0
%60
%68.15
%47.06

Codes

Color #87362B in popluar color models

87362B
RGB1355443
HSL51.69%34.90%
HSB/HSV68.15%52.94%
CMYK0.00%60.00%68.15%
47.06%

Color #87362B in popluar number systems.

HEX87362B
Decimal1355443
Binary10000111110110101011
Octal2076653

Shades and tints

Shades of #87362B

#87362B
(135,54,43)
#7B3228
(123,50,40)
#6F2E25
(111,46,37)
#632A22
(99,42,34)
#57261F
(87,38,31)
#4B221C
(75,34,28)
#3F1E19
(63,30,25)
#331A16
(51,26,22)
#271613
(39,22,19)
#1B1210
(27,18,16)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #87362B

#87362B
(135,54,43)
#91483E
(145,72,62)
#9B5A51
(155,90,81)
#A56C64
(165,108,100)
#AF7E77
(175,126,119)
#B9908A
(185,144,138)
#C3A29D
(195,162,157)
#CDB4B0
(205,180,176)
#D7C6C3
(215,198,195)
#E1D8D6
(225,216,214)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87362B color. Also use rgb(135,54,43) instead hex code.

Text Font Color

.myTextColor { color: #87362B; }

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

This text font color is #87362B.


Background Color

.myBgColor { background-color: #87362B; }

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

This div background color is #87362B.


Border color

.myBorderColor { border: 1px solid #87362B; }

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

This div border color is #87362B.


Opacity

.myOpacity80 { color: #87362B; opacity: 0.8; }

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

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

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

This text has shadow with #87362B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87362B on black background.


Color preview on white background

This text has color #87362B on white background.



Black color preview on #87362B background

This text has black color on #87362B background.


White color preview on #87362B background

This text has white color on #87362B background.