COLOR #870E4B

HEX: #870E4B
RGB: (135,14,75)

Color info

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

RGB color model

#870E4B color RGB value is (135,14,75).

  • red value is 135;
  • green value is 14;
  • blue value is 75.
RGB:
(135,14,75)
(53%,5%,29%)

RGB channels and saturation

R 135 of 255 = 53%
G 14 of 255 = 5%
B 75 of 255 = 29%

135
14
75

R + G + B ~ 29%. #870E4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 14 + 75 = 224 (100%)
R 135 of 224 ~ 60.27%
G 14 of 224 ~ 6.25%
B 75 of 224 ~ 33.48%

%60.27
%33.48

CMYK color model

#870E4B color CMYK value is (0,90,44,47).

  • cyan value is 0.00%
  • magenta value is 89.63%
  • yellow value is 44.44%
  • key color value is 47.06%
CMYK:
(0,90,44,47)
C0M90Y44K47 
(0%,90%,44%,47%)
(0.00/0.90/0.44/0.47)	

CMYK percentages

%0
%89.63
%44.44
%47.06

Codes

Color #870E4B in popluar color models

870E4B
RGB1351475
HSL330°81.21%29.22%
HSB/HSV330°89.63%52.94%
CMYK0.00%89.63%44.44%
47.06%

Color #870E4B in popluar number systems.

HEX870E4B
Decimal1351475
Binary1000011111101001011
Octal20716113

Shades and tints

Shades of #870E4B

#870E4B
(135,14,75)
#7B0D45
(123,13,69)
#6F0C3F
(111,12,63)
#630B39
(99,11,57)
#570A33
(87,10,51)
#4B092D
(75,9,45)
#3F0827
(63,8,39)
#330721
(51,7,33)
#27061B
(39,6,27)
#1B0515
(27,5,21)
#0F040F
(15,4,15)
#000000
(0,0,0)

Tints of #870E4B

#870E4B
(135,14,75)
#91235B
(145,35,91)
#9B386B
(155,56,107)
#A54D7B
(165,77,123)
#AF628B
(175,98,139)
#B9779B
(185,119,155)
#C38CAB
(195,140,171)
#CDA1BB
(205,161,187)
#D7B6CB
(215,182,203)
#E1CBDB
(225,203,219)
#EBE0EB
(235,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #870E4B color. Also use rgb(135,14,75) instead hex code.

Text Font Color

.myTextColor { color: #870E4B; }

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

This text font color is #870E4B.


Background Color

.myBgColor { background-color: #870E4B; }

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

This div background color is #870E4B.


Border color

.myBorderColor { border: 1px solid #870E4B; }

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

This div border color is #870E4B.


Opacity

.myOpacity80 { color: #870E4B; opacity: 0.8; }

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

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

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

This text has shadow with #870E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #870E4B on black background.


Color preview on white background

This text has color #870E4B on white background.



Black color preview on #870E4B background

This text has black color on #870E4B background.


White color preview on #870E4B background

This text has white color on #870E4B background.