COLOR #870F1D

HEX: #870F1D
RGB: (135,15,29)

Color info

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

RGB color model

#870F1D color RGB value is (135,15,29).

  • red value is 135;
  • green value is 15;
  • blue value is 29.
RGB:
(135,15,29)
(53%,6%,11%)

RGB channels and saturation

R 135 of 255 = 53%
G 15 of 255 = 6%
B 29 of 255 = 11%

135
15
29

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

Portions of RGB colors in percentages

R + G + B =
135 + 15 + 29 = 179 (100%)
R 135 of 179 ~ 75.42%
G 15 of 179 ~ 8.38%
B 29 of 179 ~ 16.2%

%75.42
%16.2

CMYK color model

#870F1D color CMYK value is (0,89,79,47).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 78.52%
  • key color value is 47.06%
CMYK:
(0,89,79,47)
C0M89Y79K47 
(0%,89%,79%,47%)
(0.00/0.89/0.79/0.47)	

CMYK percentages

%0
%88.89
%78.52
%47.06

Codes

Color #870F1D in popluar color models

870F1D
RGB1351529
HSL353°80.00%29.41%
HSB/HSV353°88.89%52.94%
CMYK0.00%88.89%78.52%
47.06%

Color #870F1D in popluar number systems.

HEX870F1D
Decimal1351529
Binary10000111111111101
Octal2071735

Shades and tints

Shades of #870F1D

#870F1D
(135,15,29)
#7B0E1B
(123,14,27)
#6F0D19
(111,13,25)
#630C17
(99,12,23)
#570B15
(87,11,21)
#4B0A13
(75,10,19)
#3F0911
(63,9,17)
#33080F
(51,8,15)
#27070D
(39,7,13)
#1B060B
(27,6,11)
#0F0509
(15,5,9)
#000000
(0,0,0)

Tints of #870F1D

#870F1D
(135,15,29)
#912431
(145,36,49)
#9B3945
(155,57,69)
#A54E59
(165,78,89)
#AF636D
(175,99,109)
#B97881
(185,120,129)
#C38D95
(195,141,149)
#CDA2A9
(205,162,169)
#D7B7BD
(215,183,189)
#E1CCD1
(225,204,209)
#EBE1E5
(235,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #870F1D color. Also use rgb(135,15,29) instead hex code.

Text Font Color

.myTextColor { color: #870F1D; }

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

This text font color is #870F1D.


Background Color

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

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

This div background color is #870F1D.


Border color

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

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

This div border color is #870F1D.


Opacity

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

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

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

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

This text has shadow with #870F1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #870F1D on black background.


Color preview on white background

This text has color #870F1D on white background.



Black color preview on #870F1D background

This text has black color on #870F1D background.


White color preview on #870F1D background

This text has white color on #870F1D background.