COLOR #871C46

HEX: #871C46
RGB: (135,28,70)

Color info

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

RGB color model

#871C46 color RGB value is (135,28,70).

  • red value is 135;
  • green value is 28;
  • blue value is 70.
RGB:
(135,28,70)
(53%,11%,27%)

RGB channels and saturation

R 135 of 255 = 53%
G 28 of 255 = 11%
B 70 of 255 = 27%

135
28
70

R + G + B ~ 30%. #871C46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 28 + 70 = 233 (100%)
R 135 of 233 ~ 57.94%
G 28 of 233 ~ 12.02%
B 70 of 233 ~ 30.04%

%57.94
%12.02
%30.04

CMYK color model

#871C46 color CMYK value is (0,79,48,47).

  • cyan value is 0.00%
  • magenta value is 79.26%
  • yellow value is 48.15%
  • key color value is 47.06%
CMYK:
(0,79,48,47)
C0M79Y48K47 
(0%,79%,48%,47%)
(0.00/0.79/0.48/0.47)	

CMYK percentages

%0
%79.26
%48.15
%47.06

Codes

Color #871C46 in popluar color models

871C46
RGB1352870
HSL336°65.64%31.96%
HSB/HSV336°79.26%52.94%
CMYK0.00%79.26%48.15%
47.06%

Color #871C46 in popluar number systems.

HEX871C46
Decimal1352870
Binary10000111111001000110
Octal20734106

Shades and tints

Shades of #871C46

#871C46
(135,28,70)
#7B1A40
(123,26,64)
#6F183A
(111,24,58)
#631634
(99,22,52)
#57142E
(87,20,46)
#4B1228
(75,18,40)
#3F1022
(63,16,34)
#330E1C
(51,14,28)
#270C16
(39,12,22)
#1B0A10
(27,10,16)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #871C46

#871C46
(135,28,70)
#913056
(145,48,86)
#9B4466
(155,68,102)
#A55876
(165,88,118)
#AF6C86
(175,108,134)
#B98096
(185,128,150)
#C394A6
(195,148,166)
#CDA8B6
(205,168,182)
#D7BCC6
(215,188,198)
#E1D0D6
(225,208,214)
#EBE4E6
(235,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #871C46 color. Also use rgb(135,28,70) instead hex code.

Text Font Color

.myTextColor { color: #871C46; }

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

This text font color is #871C46.


Background Color

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

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

This div background color is #871C46.


Border color

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

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

This div border color is #871C46.


Opacity

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

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

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

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

This text has shadow with #871C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #871C46 on black background.


Color preview on white background

This text has color #871C46 on white background.



Black color preview on #871C46 background

This text has black color on #871C46 background.


White color preview on #871C46 background

This text has white color on #871C46 background.