COLOR #871A37

HEX: #871A37
RGB: (135,26,55)

Color info

#871A37 contains mainly red color. Web safe color of #871A37 is #990033 (or #903).

RGB color model

#871A37 color RGB value is (135,26,55).

  • red value is 135;
  • green value is 26;
  • blue value is 55.
RGB:
(135,26,55)
(53%,10%,22%)

RGB channels and saturation

R 135 of 255 = 53%
G 26 of 255 = 10%
B 55 of 255 = 22%

135
26
55

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

Portions of RGB colors in percentages

R + G + B =
135 + 26 + 55 = 216 (100%)
R 135 of 216 ~ 62.5%
G 26 of 216 ~ 12.04%
B 55 of 216 ~ 25.46%

%62.5
%12.04
%25.46

CMYK color model

#871A37 color CMYK value is (0,81,59,47).

  • cyan value is 0.00%
  • magenta value is 80.74%
  • yellow value is 59.26%
  • key color value is 47.06%
CMYK:
(0,81,59,47)
C0M81Y59K47 
(0%,81%,59%,47%)
(0.00/0.81/0.59/0.47)	

CMYK percentages

%0
%80.74
%59.26
%47.06

Codes

Color #871A37 in popluar color models

871A37
RGB1352655
HSL344°67.70%31.57%
HSB/HSV344°80.74%52.94%
CMYK0.00%80.74%59.26%
47.06%

Color #871A37 in popluar number systems.

HEX871A37
Decimal1352655
Binary1000011111010110111
Octal2073267

Shades and tints

Shades of #871A37

#871A37
(135,26,55)
#7B1832
(123,24,50)
#6F162D
(111,22,45)
#631428
(99,20,40)
#571223
(87,18,35)
#4B101E
(75,16,30)
#3F0E19
(63,14,25)
#330C14
(51,12,20)
#270A0F
(39,10,15)
#1B080A
(27,8,10)
#0F0605
(15,6,5)
#000000
(0,0,0)

Tints of #871A37

#871A37
(135,26,55)
#912E49
(145,46,73)
#9B425B
(155,66,91)
#A5566D
(165,86,109)
#AF6A7F
(175,106,127)
#B97E91
(185,126,145)
#C392A3
(195,146,163)
#CDA6B5
(205,166,181)
#D7BAC7
(215,186,199)
#E1CED9
(225,206,217)
#EBE2EB
(235,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #871A37 color. Also use rgb(135,26,55) instead hex code.

Text Font Color

.myTextColor { color: #871A37; }

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

This text font color is #871A37.


Background Color

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

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

This div background color is #871A37.


Border color

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

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

This div border color is #871A37.


Opacity

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

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

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

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

This text has shadow with #871A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #871A37 on black background.


Color preview on white background

This text has color #871A37 on white background.



Black color preview on #871A37 background

This text has black color on #871A37 background.


White color preview on #871A37 background

This text has white color on #871A37 background.