COLOR #8C121C

HEX: #8C121C
RGB: (140,18,28)

Color info

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

RGB color model

#8C121C color RGB value is (140,18,28).

  • red value is 140;
  • green value is 18;
  • blue value is 28.
RGB:
(140,18,28)
(55%,7%,11%)

RGB channels and saturation

R 140 of 255 = 55%
G 18 of 255 = 7%
B 28 of 255 = 11%

140
18
28

R + G + B ~ 24%. #8C121C is dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 18 + 28 = 186 (100%)
R 140 of 186 ~ 75.27%
G 18 of 186 ~ 9.68%
B 28 of 186 ~ 15.05%

%75.27
%9.68
%15.05

CMYK color model

#8C121C color CMYK value is (0,87,80,45).

  • cyan value is 0.00%
  • magenta value is 87.14%
  • yellow value is 80.00%
  • key color value is 45.10%
CMYK:
(0,87,80,45)
C0M87Y80K45 
(0%,87%,80%,45%)
(0.00/0.87/0.80/0.45)	

CMYK percentages

%0
%87.14
%80
%45.1

Codes

Color #8C121C in popluar color models

8C121C
RGB1401828
HSL355°77.22%30.98%
HSB/HSV355°87.14%54.90%
CMYK0.00%87.14%80.00%
45.10%

Color #8C121C in popluar number systems.

HEX8C121C
Decimal1401828
Binary100011001001011100
Octal2142234

Shades and tints

Shades of #8C121C

#8C121C
(140,18,28)
#80111A
(128,17,26)
#741018
(116,16,24)
#680F16
(104,15,22)
#5C0E14
(92,14,20)
#500D12
(80,13,18)
#440C10
(68,12,16)
#380B0E
(56,11,14)
#2C0A0C
(44,10,12)
#20090A
(32,9,10)
#140808
(20,8,8)
#000000
(0,0,0)

Tints of #8C121C

#8C121C
(140,18,28)
#962730
(150,39,48)
#A03C44
(160,60,68)
#AA5158
(170,81,88)
#B4666C
(180,102,108)
#BE7B80
(190,123,128)
#C89094
(200,144,148)
#D2A5A8
(210,165,168)
#DCBABC
(220,186,188)
#E6CFD0
(230,207,208)
#F0E4E4
(240,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C121C color. Also use rgb(140,18,28) instead hex code.

Text Font Color

.myTextColor { color: #8C121C; }

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

This text font color is #8C121C.


Background Color

.myBgColor { background-color: #8C121C; }

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

This div background color is #8C121C.


Border color

.myBorderColor { border: 1px solid #8C121C; }

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

This div border color is #8C121C.


Opacity

.myOpacity80 { color: #8C121C; opacity: 0.8; }

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

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

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

This text has shadow with #8C121C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C121C on black background.


Color preview on white background

This text has color #8C121C on white background.



Black color preview on #8C121C background

This text has black color on #8C121C background.


White color preview on #8C121C background

This text has white color on #8C121C background.