COLOR #80040A

HEX: #80040A
RGB: (128,4,10)

Color info

#80040A contains mainly red color. Web safe color of #80040A is #660000 (or #600).

RGB color model

#80040A color RGB value is (128,4,10).

  • red value is 128;
  • green value is 4;
  • blue value is 10.
RGB:
(128,4,10)
(50%,2%,4%)

RGB channels and saturation

R 128 of 255 = 50%
G 4 of 255 = 2%
B 10 of 255 = 4%

128
4
10

R + G + B ~ 19%. #80040A is dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 4 + 10 = 142 (100%)
R 128 of 142 ~ 90.14%
G 4 of 142 ~ 2.82%
B 10 of 142 ~ 7.04%

%90.14

CMYK color model

#80040A color CMYK value is (0,97,92,50).

  • cyan value is 0.00%
  • magenta value is 96.88%
  • yellow value is 92.19%
  • key color value is 49.80%
CMYK:
(0,97,92,50)
C0M97Y92K50 
(0%,97%,92%,50%)
(0.00/0.97/0.92/0.50)	

CMYK percentages

%0
%96.88
%92.19
%49.8

Codes

Color #80040A in popluar color models

80040A
RGB128410
HSL357°93.94%25.88%
HSB/HSV357°96.88%50.20%
CMYK0.00%96.88%92.19%
49.80%

Color #80040A in popluar number systems.

HEX80040A
Decimal128410
Binary100000001001010
Octal200412

Shades and tints

Shades of #80040A

#80040A
(128,4,10)
#75040A
(117,4,10)
#6A040A
(106,4,10)
#5F040A
(95,4,10)
#54040A
(84,4,10)
#49040A
(73,4,10)
#3E040A
(62,4,10)
#33040A
(51,4,10)
#28040A
(40,4,10)
#1D040A
(29,4,10)
#12040A
(18,4,10)
#000000
(0,0,0)

Tints of #80040A

#80040A
(128,4,10)
#8B1A20
(139,26,32)
#963036
(150,48,54)
#A1464C
(161,70,76)
#AC5C62
(172,92,98)
#B77278
(183,114,120)
#C2888E
(194,136,142)
#CD9EA4
(205,158,164)
#D8B4BA
(216,180,186)
#E3CAD0
(227,202,208)
#EEE0E6
(238,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80040A color. Also use rgb(128,4,10) instead hex code.

Text Font Color

.myTextColor { color: #80040A; }

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

This text font color is #80040A.


Background Color

.myBgColor { background-color: #80040A; }

<div style="background-color:#80040A">Inner text</div>

This div background color is #80040A.


Border color

.myBorderColor { border: 1px solid #80040A; }

<div style="border:3px solid #80040A">Div</div>

This div border color is #80040A.


Opacity

.myOpacity80 { color: #80040A; opacity: 0.8; }

<p style="color:#80040A;opacity:0.8;">80%</p>

Text with #80040A 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 #80040A;}

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

This text has shadow with #80040A color.

.textShadow {text-shadow: 3px 3px 1px #80040A, 3px 3px 1px red;}

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

This text has shadow with #80040A primary color and red secondary color.


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

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

This text has shadow with #80040A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80040A on black background.


Color preview on white background

This text has color #80040A on white background.



Black color preview on #80040A background

This text has black color on #80040A background.


White color preview on #80040A background

This text has white color on #80040A background.