COLOR #8C1713

HEX: #8C1713
RGB: (140,23,19)

Color info

#8C1713 contains mainly red color. Web safe color of #8C1713 is #990000 (or #900).

RGB color model

#8C1713 color RGB value is (140,23,19).

  • red value is 140;
  • green value is 23;
  • blue value is 19.
RGB:
(140,23,19)
(55%,9%,7%)

RGB channels and saturation

R 140 of 255 = 55%
G 23 of 255 = 9%
B 19 of 255 = 7%

140
23
19

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

Portions of RGB colors in percentages

R + G + B =
140 + 23 + 19 = 182 (100%)
R 140 of 182 ~ 76.92%
G 23 of 182 ~ 12.64%
B 19 of 182 ~ 10.44%

%76.92
%12.64
%10.44

CMYK color model

#8C1713 color CMYK value is (0,84,86,45).

  • cyan value is 0.00%
  • magenta value is 83.57%
  • yellow value is 86.43%
  • key color value is 45.10%
CMYK:
(0,84,86,45)
C0M84Y86K45 
(0%,84%,86%,45%)
(0.00/0.84/0.86/0.45)	

CMYK percentages

%0
%83.57
%86.43
%45.1

Codes

Color #8C1713 in popluar color models

8C1713
RGB1402319
HSL76.10%31.18%
HSB/HSV86.43%54.90%
CMYK0.00%83.57%86.43%
45.10%

Color #8C1713 in popluar number systems.

HEX8C1713
Decimal1402319
Binary100011001011110011
Octal2142723

Shades and tints

Shades of #8C1713

#8C1713
(140,23,19)
#801512
(128,21,18)
#741311
(116,19,17)
#681110
(104,17,16)
#5C0F0F
(92,15,15)
#500D0E
(80,13,14)
#440B0D
(68,11,13)
#38090C
(56,9,12)
#2C070B
(44,7,11)
#20050A
(32,5,10)
#140309
(20,3,9)
#000000
(0,0,0)

Tints of #8C1713

#8C1713
(140,23,19)
#962C28
(150,44,40)
#A0413D
(160,65,61)
#AA5652
(170,86,82)
#B46B67
(180,107,103)
#BE807C
(190,128,124)
#C89591
(200,149,145)
#D2AAA6
(210,170,166)
#DCBFBB
(220,191,187)
#E6D4D0
(230,212,208)
#F0E9E5
(240,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C1713 color. Also use rgb(140,23,19) instead hex code.

Text Font Color

.myTextColor { color: #8C1713; }

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

This text font color is #8C1713.


Background Color

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

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

This div background color is #8C1713.


Border color

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

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

This div border color is #8C1713.


Opacity

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

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

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

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

This text has shadow with #8C1713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C1713 on black background.


Color preview on white background

This text has color #8C1713 on white background.



Black color preview on #8C1713 background

This text has black color on #8C1713 background.


White color preview on #8C1713 background

This text has white color on #8C1713 background.