COLOR #87210C

HEX: #87210C
RGB: (135,33,12)

Color info

#87210C contains mainly red color. Web safe color of #87210C is #993300 (or #930).

RGB color model

#87210C color RGB value is (135,33,12).

  • red value is 135;
  • green value is 33;
  • blue value is 12.
RGB:
(135,33,12)
(53%,13%,5%)

RGB channels and saturation

R 135 of 255 = 53%
G 33 of 255 = 13%
B 12 of 255 = 5%

135
33
12

R + G + B ~ 24%. #87210C is dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 33 + 12 = 180 (100%)
R 135 of 180 ~ 75%
G 33 of 180 ~ 18.33%
B 12 of 180 ~ 6.67%

%75
%18.33

CMYK color model

#87210C color CMYK value is (0,76,91,47).

  • cyan value is 0.00%
  • magenta value is 75.56%
  • yellow value is 91.11%
  • key color value is 47.06%
CMYK:
(0,76,91,47)
C0M76Y91K47 
(0%,76%,91%,47%)
(0.00/0.76/0.91/0.47)	

CMYK percentages

%0
%75.56
%91.11
%47.06

Codes

Color #87210C in popluar color models

87210C
RGB1353312
HSL10°83.67%28.82%
HSB/HSV10°91.11%52.94%
CMYK0.00%75.56%91.11%
47.06%

Color #87210C in popluar number systems.

HEX87210C
Decimal1353312
Binary100001111000011100
Octal2074114

Shades and tints

Shades of #87210C

#87210C
(135,33,12)
#7B1E0B
(123,30,11)
#6F1B0A
(111,27,10)
#631809
(99,24,9)
#571508
(87,21,8)
#4B1207
(75,18,7)
#3F0F06
(63,15,6)
#330C05
(51,12,5)
#270904
(39,9,4)
#1B0603
(27,6,3)
#0F0302
(15,3,2)
#000000
(0,0,0)

Tints of #87210C

#87210C
(135,33,12)
#913522
(145,53,34)
#9B4938
(155,73,56)
#A55D4E
(165,93,78)
#AF7164
(175,113,100)
#B9857A
(185,133,122)
#C39990
(195,153,144)
#CDADA6
(205,173,166)
#D7C1BC
(215,193,188)
#E1D5D2
(225,213,210)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87210C color. Also use rgb(135,33,12) instead hex code.

Text Font Color

.myTextColor { color: #87210C; }

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

This text font color is #87210C.


Background Color

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

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

This div background color is #87210C.


Border color

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

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

This div border color is #87210C.


Opacity

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

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

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

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

This text has shadow with #87210C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87210C on black background.


Color preview on white background

This text has color #87210C on white background.



Black color preview on #87210C background

This text has black color on #87210C background.


White color preview on #87210C background

This text has white color on #87210C background.