COLOR #871D15

HEX: #871D15
RGB: (135,29,21)

Color info

#871D15 contains mainly red color. Web safe color of #871D15 is #993300 (or #930).

RGB color model

#871D15 color RGB value is (135,29,21).

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

RGB channels and saturation

R 135 of 255 = 53%
G 29 of 255 = 11%
B 21 of 255 = 8%

135
29
21

R + G + B ~ 24%. #871D15 is dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 29 + 21 = 185 (100%)
R 135 of 185 ~ 72.97%
G 29 of 185 ~ 15.68%
B 21 of 185 ~ 11.35%

%72.97
%15.68
%11.35

CMYK color model

#871D15 color CMYK value is (0,79,84,47).

  • cyan value is 0.00%
  • magenta value is 78.52%
  • yellow value is 84.44%
  • key color value is 47.06%
CMYK:
(0,79,84,47)
C0M79Y84K47 
(0%,79%,84%,47%)
(0.00/0.79/0.84/0.47)	

CMYK percentages

%0
%78.52
%84.44
%47.06

Codes

Color #871D15 in popluar color models

871D15
RGB1352921
HSL73.08%30.59%
HSB/HSV84.44%52.94%
CMYK0.00%78.52%84.44%
47.06%

Color #871D15 in popluar number systems.

HEX871D15
Decimal1352921
Binary100001111110110101
Octal2073525

Shades and tints

Shades of #871D15

#871D15
(135,29,21)
#7B1B14
(123,27,20)
#6F1913
(111,25,19)
#631712
(99,23,18)
#571511
(87,21,17)
#4B1310
(75,19,16)
#3F110F
(63,17,15)
#330F0E
(51,15,14)
#270D0D
(39,13,13)
#1B0B0C
(27,11,12)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #871D15

#871D15
(135,29,21)
#91312A
(145,49,42)
#9B453F
(155,69,63)
#A55954
(165,89,84)
#AF6D69
(175,109,105)
#B9817E
(185,129,126)
#C39593
(195,149,147)
#CDA9A8
(205,169,168)
#D7BDBD
(215,189,189)
#E1D1D2
(225,209,210)
#EBE5E7
(235,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #871D15 color. Also use rgb(135,29,21) instead hex code.

Text Font Color

.myTextColor { color: #871D15; }

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

This text font color is #871D15.


Background Color

.myBgColor { background-color: #871D15; }

<div style="background-color:#871D15">Inner text</div>

This div background color is #871D15.


Border color

.myBorderColor { border: 1px solid #871D15; }

<div style="border:3px solid #871D15">Div</div>

This div border color is #871D15.


Opacity

.myOpacity80 { color: #871D15; opacity: 0.8; }

<p style="color:#871D15;opacity:0.8;">80%</p>

Text with #871D15 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 #871D15;}

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

This text has shadow with #871D15 color.

.textShadow {text-shadow: 3px 3px 1px #871D15, 3px 3px 1px red;}

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

This text has shadow with #871D15 primary color and red secondary color.


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

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

This text has shadow with #871D15 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #871D15 on black background.


Color preview on white background

This text has color #871D15 on white background.



Black color preview on #871D15 background

This text has black color on #871D15 background.


White color preview on #871D15 background

This text has white color on #871D15 background.