COLOR #871E30

HEX: #871E30
RGB: (135,30,48)

Color info

#871E30 contains mainly red color. Web safe color of #871E30 is #993333 (or #933).

RGB color model

#871E30 color RGB value is (135,30,48).

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

RGB channels and saturation

R 135 of 255 = 53%
G 30 of 255 = 12%
B 48 of 255 = 19%

135
30
48

R + G + B ~ 28%. #871E30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 30 + 48 = 213 (100%)
R 135 of 213 ~ 63.38%
G 30 of 213 ~ 14.08%
B 48 of 213 ~ 22.54%

%63.38
%14.08
%22.54

CMYK color model

#871E30 color CMYK value is (0,78,64,47).

  • cyan value is 0.00%
  • magenta value is 77.78%
  • yellow value is 64.44%
  • key color value is 47.06%
CMYK:
(0,78,64,47)
C0M78Y64K47 
(0%,78%,64%,47%)
(0.00/0.78/0.64/0.47)	

CMYK percentages

%0
%77.78
%64.44
%47.06

Codes

Color #871E30 in popluar color models

871E30
RGB1353048
HSL350°63.64%32.35%
HSB/HSV350°77.78%52.94%
CMYK0.00%77.78%64.44%
47.06%

Color #871E30 in popluar number systems.

HEX871E30
Decimal1353048
Binary1000011111110110000
Octal2073660

Shades and tints

Shades of #871E30

#871E30
(135,30,48)
#7B1C2C
(123,28,44)
#6F1A28
(111,26,40)
#631824
(99,24,36)
#571620
(87,22,32)
#4B141C
(75,20,28)
#3F1218
(63,18,24)
#331014
(51,16,20)
#270E10
(39,14,16)
#1B0C0C
(27,12,12)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #871E30

#871E30
(135,30,48)
#913242
(145,50,66)
#9B4654
(155,70,84)
#A55A66
(165,90,102)
#AF6E78
(175,110,120)
#B9828A
(185,130,138)
#C3969C
(195,150,156)
#CDAAAE
(205,170,174)
#D7BEC0
(215,190,192)
#E1D2D2
(225,210,210)
#EBE6E4
(235,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #871E30 color. Also use rgb(135,30,48) instead hex code.

Text Font Color

.myTextColor { color: #871E30; }

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

This text font color is #871E30.


Background Color

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

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

This div background color is #871E30.


Border color

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

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

This div border color is #871E30.


Opacity

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

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

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

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

This text has shadow with #871E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #871E30 on black background.


Color preview on white background

This text has color #871E30 on white background.



Black color preview on #871E30 background

This text has black color on #871E30 background.


White color preview on #871E30 background

This text has white color on #871E30 background.