COLOR #87120A

HEX: #87120A
RGB: (135,18,10)

Color info

#87120A contains mainly red color. Web safe color of #87120A is #990000 (or #900).

RGB color model

#87120A color RGB value is (135,18,10).

  • red value is 135;
  • green value is 18;
  • blue value is 10.
RGB:
(135,18,10)
(53%,7%,4%)

RGB channels and saturation

R 135 of 255 = 53%
G 18 of 255 = 7%
B 10 of 255 = 4%

135
18
10

R + G + B ~ 21%. #87120A is dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 18 + 10 = 163 (100%)
R 135 of 163 ~ 82.82%
G 18 of 163 ~ 11.04%
B 10 of 163 ~ 6.13%

%82.82
%11.04

CMYK color model

#87120A color CMYK value is (0,87,93,47).

  • cyan value is 0.00%
  • magenta value is 86.67%
  • yellow value is 92.59%
  • key color value is 47.06%
CMYK:
(0,87,93,47)
C0M87Y93K47 
(0%,87%,93%,47%)
(0.00/0.87/0.93/0.47)	

CMYK percentages

%0
%86.67
%92.59
%47.06

Codes

Color #87120A in popluar color models

87120A
RGB1351810
HSL86.21%28.43%
HSB/HSV92.59%52.94%
CMYK0.00%86.67%92.59%
47.06%

Color #87120A in popluar number systems.

HEX87120A
Decimal1351810
Binary10000111100101010
Octal2072212

Shades and tints

Shades of #87120A

#87120A
(135,18,10)
#7B110A
(123,17,10)
#6F100A
(111,16,10)
#630F0A
(99,15,10)
#570E0A
(87,14,10)
#4B0D0A
(75,13,10)
#3F0C0A
(63,12,10)
#330B0A
(51,11,10)
#270A0A
(39,10,10)
#1B090A
(27,9,10)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #87120A

#87120A
(135,18,10)
#912720
(145,39,32)
#9B3C36
(155,60,54)
#A5514C
(165,81,76)
#AF6662
(175,102,98)
#B97B78
(185,123,120)
#C3908E
(195,144,142)
#CDA5A4
(205,165,164)
#D7BABA
(215,186,186)
#E1CFD0
(225,207,208)
#EBE4E6
(235,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87120A color. Also use rgb(135,18,10) instead hex code.

Text Font Color

.myTextColor { color: #87120A; }

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

This text font color is #87120A.


Background Color

.myBgColor { background-color: #87120A; }

<div style="background-color:#87120A">Inner text</div>

This div background color is #87120A.


Border color

.myBorderColor { border: 1px solid #87120A; }

<div style="border:3px solid #87120A">Div</div>

This div border color is #87120A.


Opacity

.myOpacity80 { color: #87120A; opacity: 0.8; }

<p style="color:#87120A;opacity:0.8;">80%</p>

Text with #87120A 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 #87120A;}

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

This text has shadow with #87120A color.

.textShadow {text-shadow: 3px 3px 1px #87120A, 3px 3px 1px red;}

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

This text has shadow with #87120A primary color and red secondary color.


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

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

This text has shadow with #87120A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87120A on black background.


Color preview on white background

This text has color #87120A on white background.



Black color preview on #87120A background

This text has black color on #87120A background.


White color preview on #87120A background

This text has white color on #87120A background.