COLOR #871E25

HEX: #871E25
RGB: (135,30,37)

Color info

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

RGB color model

#871E25 color RGB value is (135,30,37).

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

RGB channels and saturation

R 135 of 255 = 53%
G 30 of 255 = 12%
B 37 of 255 = 15%

135
30
37

R + G + B ~ 27%. #871E25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 30 + 37 = 202 (100%)
R 135 of 202 ~ 66.83%
G 30 of 202 ~ 14.85%
B 37 of 202 ~ 18.32%

%66.83
%14.85
%18.32

CMYK color model

#871E25 color CMYK value is (0,78,73,47).

  • cyan value is 0.00%
  • magenta value is 77.78%
  • yellow value is 72.59%
  • key color value is 47.06%
CMYK:
(0,78,73,47)
C0M78Y73K47 
(0%,78%,73%,47%)
(0.00/0.78/0.73/0.47)	

CMYK percentages

%0
%77.78
%72.59
%47.06

Codes

Color #871E25 in popluar color models

871E25
RGB1353037
HSL356°63.64%32.35%
HSB/HSV356°77.78%52.94%
CMYK0.00%77.78%72.59%
47.06%

Color #871E25 in popluar number systems.

HEX871E25
Decimal1353037
Binary1000011111110100101
Octal2073645

Shades and tints

Shades of #871E25

#871E25
(135,30,37)
#7B1C22
(123,28,34)
#6F1A1F
(111,26,31)
#63181C
(99,24,28)
#571619
(87,22,25)
#4B1416
(75,20,22)
#3F1213
(63,18,19)
#331010
(51,16,16)
#270E0D
(39,14,13)
#1B0C0A
(27,12,10)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #871E25

#871E25
(135,30,37)
#913238
(145,50,56)
#9B464B
(155,70,75)
#A55A5E
(165,90,94)
#AF6E71
(175,110,113)
#B98284
(185,130,132)
#C39697
(195,150,151)
#CDAAAA
(205,170,170)
#D7BEBD
(215,190,189)
#E1D2D0
(225,210,208)
#EBE6E3
(235,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #871E25; }

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

This text font color is #871E25.


Background Color

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

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

This div background color is #871E25.


Border color

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

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

This div border color is #871E25.


Opacity

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

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

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

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

This text has shadow with #871E25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #871E25 on black background.


Color preview on white background

This text has color #871E25 on white background.



Black color preview on #871E25 background

This text has black color on #871E25 background.


White color preview on #871E25 background

This text has white color on #871E25 background.