COLOR #87151E

HEX: #87151E
RGB: (135,21,30)

Color info

#87151E contains mainly red color. Web safe color of #87151E is #990033 (or #903).

RGB color model

#87151E color RGB value is (135,21,30).

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

RGB channels and saturation

R 135 of 255 = 53%
G 21 of 255 = 8%
B 30 of 255 = 12%

135
21
30

R + G + B ~ 24%. #87151E is dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 21 + 30 = 186 (100%)
R 135 of 186 ~ 72.58%
G 21 of 186 ~ 11.29%
B 30 of 186 ~ 16.13%

%72.58
%11.29
%16.13

CMYK color model

#87151E color CMYK value is (0,84,78,47).

  • cyan value is 0.00%
  • magenta value is 84.44%
  • yellow value is 77.78%
  • key color value is 47.06%
CMYK:
(0,84,78,47)
C0M84Y78K47 
(0%,84%,78%,47%)
(0.00/0.84/0.78/0.47)	

CMYK percentages

%0
%84.44
%77.78
%47.06

Codes

Color #87151E in popluar color models

87151E
RGB1352130
HSL355°73.08%30.59%
HSB/HSV355°84.44%52.94%
CMYK0.00%84.44%77.78%
47.06%

Color #87151E in popluar number systems.

HEX87151E
Decimal1352130
Binary100001111010111110
Octal2072536

Shades and tints

Shades of #87151E

#87151E
(135,21,30)
#7B141C
(123,20,28)
#6F131A
(111,19,26)
#631218
(99,18,24)
#571116
(87,17,22)
#4B1014
(75,16,20)
#3F0F12
(63,15,18)
#330E10
(51,14,16)
#270D0E
(39,13,14)
#1B0C0C
(27,12,12)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #87151E

#87151E
(135,21,30)
#912A32
(145,42,50)
#9B3F46
(155,63,70)
#A5545A
(165,84,90)
#AF696E
(175,105,110)
#B97E82
(185,126,130)
#C39396
(195,147,150)
#CDA8AA
(205,168,170)
#D7BDBE
(215,189,190)
#E1D2D2
(225,210,210)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87151E color. Also use rgb(135,21,30) instead hex code.

Text Font Color

.myTextColor { color: #87151E; }

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

This text font color is #87151E.


Background Color

.myBgColor { background-color: #87151E; }

<div style="background-color:#87151E">Inner text</div>

This div background color is #87151E.


Border color

.myBorderColor { border: 1px solid #87151E; }

<div style="border:3px solid #87151E">Div</div>

This div border color is #87151E.


Opacity

.myOpacity80 { color: #87151E; opacity: 0.8; }

<p style="color:#87151E;opacity:0.8;">80%</p>

Text with #87151E 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 #87151E;}

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

This text has shadow with #87151E color.

.textShadow {text-shadow: 3px 3px 1px #87151E, 3px 3px 1px red;}

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

This text has shadow with #87151E primary color and red secondary color.


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

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

This text has shadow with #87151E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87151E on black background.


Color preview on white background

This text has color #87151E on white background.



Black color preview on #87151E background

This text has black color on #87151E background.


White color preview on #87151E background

This text has white color on #87151E background.