COLOR #870D1E

HEX: #870D1E RGB: (135,13,30)

Color info

#870D1E contains mainly red color. Web safe color of #870D1E is #990033 (or #903).

RGB color model

#870D1E color RGB value is (135,13,30).

RGB: (135,13,30) (53%, 5%, 12%)

RGB channels and saturation

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

135
13
30

R + G + B ~ 23%. #870D1E is dark color.

Portions of RGB colors in percentages

R + G + B = 135 + 13 + 30 = 178 (100%)
R 135 of 178 ~ 75.84%
G 13 of 178 ~ 7.3%
B 30 of 178 ~ 16.85'%

%75.84
%16.85

CMYK color model

#870D1E color CMYK value is (0,90,78,47).

  • cyan value is 0.00%
  • magenta value is 90.37%
  • yellow value is 77.78%
  • key color value is 47.06%

CMYK: (0,90,78,47)
C0M90Y78K47 (0%, 90%, 78%, 47%)
(0.00 / 0.90 / 0.78 / 0.47)

CMYK percentages

%0
%90.37
%77.78
%47.06

Codes

Color #870D1E in popluar color models

87 0D 1E
RGB 135 13 30
HSL 352° 82.43% 29.02%
HSB/HSV 352° 90.37% 52.94%
CMYK 0.00% 90.37% 77.78%
47.06%

Color #870D1E in popluar number systems.

HEX 87 0D 1E
Decimal 135 13 30
Binary 10000111 1101 11110
Octal 207 15 36

Shades and tints

Shades of #870D1E

#870D1E
(135,13,30)
#7B0C1C
(123,12,28)
#6F0B1A
(111,11,26)
#630A18
(99,10,24)
#570916
(87,9,22)
#4B0814
(75,8,20)
#3F0712
(63,7,18)
#330610
(51,6,16)
#27050E
(39,5,14)
#1B040C
(27,4,12)
#0F030A
(15,3,10)
#000000
(0,0,0)

Tints of #870D1E

#870D1E
(135,13,30)
#912332
(145,35,50)
#9B3946
(155,57,70)
#A54F5A
(165,79,90)
#AF656E
(175,101,110)
#B97B82
(185,123,130)
#C39196
(195,145,150)
#CDA7AA
(205,167,170)
#D7BDBE
(215,189,190)
#E1D3D2
(225,211,210)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #870D1E color. Also use rgb(135,13,30) instead hex code.

Text Font Color

.myTextColor { color: #870D1E; }

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

This text font color is #870D1E.

Background Color

.myBgColor { background-color: #870D1E; }

<div style="background-color:#870D1E">Inner text</div>

This div background color is #870D1E.

Border color

.myBorderColor { border: 1px solid #870D1E; }

<div style="border:3px solid #870D1E">Div</div>

This div border color is #870D1E.

Opacity

.myOpacity80 { color: #870D1E; opacity: 0.8; }

<p style="color:#870D1E;opacity:0.8;">80%</p>

Text with #870D1E 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 #870D1E;}

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

This text has shadow with #870D1E color.


.textShadow {text-shadow: 3px 3px 1px #870D1E', 3px 3px 1px red;}

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

This text has shadow with #870D1E primary color and red secondary color.


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

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

This text has shadow with #870D1E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #870D1E; -webkit-box-shadow: 1px 1px 3px 2px #870D1E; box-shadow:1px 1px 3px 2px #870D1E;">
Div content here
</div>

This div box has shadow with color #870D1E.

Preview

Color preview on black background

This text has color #870D1E on black background.


Color preview on white background

This text has color #870D1E on white background.


Black color preview on #870D1E background

This text has black color on #870D1E background.


White color preview on #870D1E background

This text has white color on #870D1E background.


Related colors

Complementary color

Complementary color for #hex is #78F2E1.


I love getcolorcode.com

Triadic colors

1 #1E870D and #0D1E87 with #870D1E are triadic colors.

2 #1E0D87 and #0D871E with #870D1E are triadic colors.