COLOR #870C0C

HEX: #870C0C
RGB: (135,12,12)

Color info

#870C0C contains mainly red color. Web safe color of #870C0C is #990000 (or #900).

RGB color model

#870C0C color RGB value is (135,12,12).

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

RGB channels and saturation

R 135 of 255 = 53%
G 12 of 255 = 5%
B 12 of 255 = 5%

135
12
12

R + G + B ~ 21%. #870C0C is dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 12 + 12 = 159 (100%)
R 135 of 159 ~ 84.91%
G 12 of 159 ~ 7.55%
B 12 of 159 ~ 7.55%

%84.91

CMYK color model

#870C0C color CMYK value is (0,91,91,47).

  • cyan value is 0.00%
  • magenta value is 91.11%
  • yellow value is 91.11%
  • key color value is 47.06%
CMYK:
(0,91,91,47)
C0M91Y91K47 
(0%,91%,91%,47%)
(0.00/0.91/0.91/0.47)	

CMYK percentages

%0
%91.11
%91.11
%47.06

Codes

Color #870C0C in popluar color models

870C0C
RGB1351212
HSL83.67%28.82%
HSB/HSV91.11%52.94%
CMYK0.00%91.11%91.11%
47.06%

Color #870C0C in popluar number systems.

HEX870C0C
Decimal1351212
Binary1000011111001100
Octal2071414

Shades and tints

Shades of #870C0C

#870C0C
(135,12,12)
#7B0B0B
(123,11,11)
#6F0A0A
(111,10,10)
#630909
(99,9,9)
#570808
(87,8,8)
#4B0707
(75,7,7)
#3F0606
(63,6,6)
#330505
(51,5,5)
#270404
(39,4,4)
#1B0303
(27,3,3)
#0F0202
(15,2,2)
#000000
(0,0,0)

Tints of #870C0C

#870C0C
(135,12,12)
#912222
(145,34,34)
#9B3838
(155,56,56)
#A54E4E
(165,78,78)
#AF6464
(175,100,100)
#B97A7A
(185,122,122)
#C39090
(195,144,144)
#CDA6A6
(205,166,166)
#D7BCBC
(215,188,188)
#E1D2D2
(225,210,210)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #870C0C; }

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

This text font color is #870C0C.


Background Color

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

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

This div background color is #870C0C.


Border color

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

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

This div border color is #870C0C.


Opacity

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

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

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

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

This text has shadow with #870C0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #870C0C on black background.


Color preview on white background

This text has color #870C0C on white background.



Black color preview on #870C0C background

This text has black color on #870C0C background.


White color preview on #870C0C background

This text has white color on #870C0C background.