COLOR #871323

HEX: #871323
RGB: (135,19,35)

Color info

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

RGB color model

#871323 color RGB value is (135,19,35).

  • red value is 135;
  • green value is 19;
  • blue value is 35.
RGB:
(135,19,35)
(53%,7%,14%)

RGB channels and saturation

R 135 of 255 = 53%
G 19 of 255 = 7%
B 35 of 255 = 14%

135
19
35

R + G + B ~ 25%. #871323 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 19 + 35 = 189 (100%)
R 135 of 189 ~ 71.43%
G 19 of 189 ~ 10.05%
B 35 of 189 ~ 18.52%

%71.43
%10.05
%18.52

CMYK color model

#871323 color CMYK value is (0,86,74,47).

  • cyan value is 0.00%
  • magenta value is 85.93%
  • yellow value is 74.07%
  • key color value is 47.06%
CMYK:
(0,86,74,47)
C0M86Y74K47 
(0%,86%,74%,47%)
(0.00/0.86/0.74/0.47)	

CMYK percentages

%0
%85.93
%74.07
%47.06

Codes

Color #871323 in popluar color models

871323
RGB1351935
HSL352°75.32%30.20%
HSB/HSV352°85.93%52.94%
CMYK0.00%85.93%74.07%
47.06%

Color #871323 in popluar number systems.

HEX871323
Decimal1351935
Binary1000011110011100011
Octal2072343

Shades and tints

Shades of #871323

#871323
(135,19,35)
#7B1220
(123,18,32)
#6F111D
(111,17,29)
#63101A
(99,16,26)
#570F17
(87,15,23)
#4B0E14
(75,14,20)
#3F0D11
(63,13,17)
#330C0E
(51,12,14)
#270B0B
(39,11,11)
#1B0A08
(27,10,8)
#0F0905
(15,9,5)
#000000
(0,0,0)

Tints of #871323

#871323
(135,19,35)
#912837
(145,40,55)
#9B3D4B
(155,61,75)
#A5525F
(165,82,95)
#AF6773
(175,103,115)
#B97C87
(185,124,135)
#C3919B
(195,145,155)
#CDA6AF
(205,166,175)
#D7BBC3
(215,187,195)
#E1D0D7
(225,208,215)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #871323 color. Also use rgb(135,19,35) instead hex code.

Text Font Color

.myTextColor { color: #871323; }

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

This text font color is #871323.


Background Color

.myBgColor { background-color: #871323; }

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

This div background color is #871323.


Border color

.myBorderColor { border: 1px solid #871323; }

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

This div border color is #871323.


Opacity

.myOpacity80 { color: #871323; opacity: 0.8; }

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

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

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

This text has shadow with #871323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #871323 on black background.


Color preview on white background

This text has color #871323 on white background.



Black color preview on #871323 background

This text has black color on #871323 background.


White color preview on #871323 background

This text has white color on #871323 background.