COLOR #871946

HEX: #871946
RGB: (135,25,70)

Color info

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

RGB color model

#871946 color RGB value is (135,25,70).

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

RGB channels and saturation

R 135 of 255 = 53%
G 25 of 255 = 10%
B 70 of 255 = 27%

135
25
70

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

Portions of RGB colors in percentages

R + G + B =
135 + 25 + 70 = 230 (100%)
R 135 of 230 ~ 58.7%
G 25 of 230 ~ 10.87%
B 70 of 230 ~ 30.43%

%58.7
%10.87
%30.43

CMYK color model

#871946 color CMYK value is (0,81,48,47).

  • cyan value is 0.00%
  • magenta value is 81.48%
  • yellow value is 48.15%
  • key color value is 47.06%
CMYK:
(0,81,48,47)
C0M81Y48K47 
(0%,81%,48%,47%)
(0.00/0.81/0.48/0.47)	

CMYK percentages

%0
%81.48
%48.15
%47.06

Codes

Color #871946 in popluar color models

871946
RGB1352570
HSL335°68.75%31.37%
HSB/HSV335°81.48%52.94%
CMYK0.00%81.48%48.15%
47.06%

Color #871946 in popluar number systems.

HEX871946
Decimal1352570
Binary10000111110011000110
Octal20731106

Shades and tints

Shades of #871946

#871946
(135,25,70)
#7B1740
(123,23,64)
#6F153A
(111,21,58)
#631334
(99,19,52)
#57112E
(87,17,46)
#4B0F28
(75,15,40)
#3F0D22
(63,13,34)
#330B1C
(51,11,28)
#270916
(39,9,22)
#1B0710
(27,7,16)
#0F050A
(15,5,10)
#000000
(0,0,0)

Tints of #871946

#871946
(135,25,70)
#912D56
(145,45,86)
#9B4166
(155,65,102)
#A55576
(165,85,118)
#AF6986
(175,105,134)
#B97D96
(185,125,150)
#C391A6
(195,145,166)
#CDA5B6
(205,165,182)
#D7B9C6
(215,185,198)
#E1CDD6
(225,205,214)
#EBE1E6
(235,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #871946; }

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

This text font color is #871946.


Background Color

.myBgColor { background-color: #871946; }

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

This div background color is #871946.


Border color

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

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

This div border color is #871946.


Opacity

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

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

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

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

This text has shadow with #871946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #871946 on black background.


Color preview on white background

This text has color #871946 on white background.



Black color preview on #871946 background

This text has black color on #871946 background.


White color preview on #871946 background

This text has white color on #871946 background.