COLOR #80130C

HEX: #80130C
RGB: (128,19,12)

Color info

#80130C contains mainly red color. Web safe color of #80130C is #660000 (or #600).

RGB color model

#80130C color RGB value is (128,19,12).

  • red value is 128;
  • green value is 19;
  • blue value is 12.
RGB:
(128,19,12)
(50%,7%,5%)

RGB channels and saturation

R 128 of 255 = 50%
G 19 of 255 = 7%
B 12 of 255 = 5%

128
19
12

R + G + B ~ 21%. #80130C is dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 19 + 12 = 159 (100%)
R 128 of 159 ~ 80.5%
G 19 of 159 ~ 11.95%
B 12 of 159 ~ 7.55%

%80.5
%11.95

CMYK color model

#80130C color CMYK value is (0,85,91,50).

  • cyan value is 0.00%
  • magenta value is 85.16%
  • yellow value is 90.63%
  • key color value is 49.80%
CMYK:
(0,85,91,50)
C0M85Y91K50 
(0%,85%,91%,50%)
(0.00/0.85/0.91/0.50)	

CMYK percentages

%0
%85.16
%90.63
%49.8

Codes

Color #80130C in popluar color models

80130C
RGB1281912
HSL82.86%27.45%
HSB/HSV90.63%50.20%
CMYK0.00%85.16%90.63%
49.80%

Color #80130C in popluar number systems.

HEX80130C
Decimal1281912
Binary10000000100111100
Octal2002314

Shades and tints

Shades of #80130C

#80130C
(128,19,12)
#75120B
(117,18,11)
#6A110A
(106,17,10)
#5F1009
(95,16,9)
#540F08
(84,15,8)
#490E07
(73,14,7)
#3E0D06
(62,13,6)
#330C05
(51,12,5)
#280B04
(40,11,4)
#1D0A03
(29,10,3)
#120902
(18,9,2)
#000000
(0,0,0)

Tints of #80130C

#80130C
(128,19,12)
#8B2822
(139,40,34)
#963D38
(150,61,56)
#A1524E
(161,82,78)
#AC6764
(172,103,100)
#B77C7A
(183,124,122)
#C29190
(194,145,144)
#CDA6A6
(205,166,166)
#D8BBBC
(216,187,188)
#E3D0D2
(227,208,210)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80130C color. Also use rgb(128,19,12) instead hex code.

Text Font Color

.myTextColor { color: #80130C; }

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

This text font color is #80130C.


Background Color

.myBgColor { background-color: #80130C; }

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

This div background color is #80130C.


Border color

.myBorderColor { border: 1px solid #80130C; }

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

This div border color is #80130C.


Opacity

.myOpacity80 { color: #80130C; opacity: 0.8; }

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

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

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

This text has shadow with #80130C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80130C on black background.


Color preview on white background

This text has color #80130C on white background.



Black color preview on #80130C background

This text has black color on #80130C background.


White color preview on #80130C background

This text has white color on #80130C background.