COLOR #80081F

HEX: #80081F
RGB: (128,8,31)

Color info

#80081F contains mainly red color. Web safe color of #80081F is #660033 (or #603).

RGB color model

#80081F color RGB value is (128,8,31).

  • red value is 128;
  • green value is 8;
  • blue value is 31.
RGB:
(128,8,31)
(50%,3%,12%)

RGB channels and saturation

R 128 of 255 = 50%
G 8 of 255 = 3%
B 31 of 255 = 12%

128
8
31

R + G + B ~ 22%. #80081F is dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 8 + 31 = 167 (100%)
R 128 of 167 ~ 76.65%
G 8 of 167 ~ 4.79%
B 31 of 167 ~ 18.56%

%76.65
%18.56

CMYK color model

#80081F color CMYK value is (0,94,76,50).

  • cyan value is 0.00%
  • magenta value is 93.75%
  • yellow value is 75.78%
  • key color value is 49.80%
CMYK:
(0,94,76,50)
C0M94Y76K50 
(0%,94%,76%,50%)
(0.00/0.94/0.76/0.50)	

CMYK percentages

%0
%93.75
%75.78
%49.8

Codes

Color #80081F in popluar color models

80081F
RGB128831
HSL349°88.24%26.67%
HSB/HSV349°93.75%50.20%
CMYK0.00%93.75%75.78%
49.80%

Color #80081F in popluar number systems.

HEX80081F
Decimal128831
Binary10000000100011111
Octal2001037

Shades and tints

Shades of #80081F

#80081F
(128,8,31)
#75081D
(117,8,29)
#6A081B
(106,8,27)
#5F0819
(95,8,25)
#540817
(84,8,23)
#490815
(73,8,21)
#3E0813
(62,8,19)
#330811
(51,8,17)
#28080F
(40,8,15)
#1D080D
(29,8,13)
#12080B
(18,8,11)
#000000
(0,0,0)

Tints of #80081F

#80081F
(128,8,31)
#8B1E33
(139,30,51)
#963447
(150,52,71)
#A14A5B
(161,74,91)
#AC606F
(172,96,111)
#B77683
(183,118,131)
#C28C97
(194,140,151)
#CDA2AB
(205,162,171)
#D8B8BF
(216,184,191)
#E3CED3
(227,206,211)
#EEE4E7
(238,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80081F color. Also use rgb(128,8,31) instead hex code.

Text Font Color

.myTextColor { color: #80081F; }

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

This text font color is #80081F.


Background Color

.myBgColor { background-color: #80081F; }

<div style="background-color:#80081F">Inner text</div>

This div background color is #80081F.


Border color

.myBorderColor { border: 1px solid #80081F; }

<div style="border:3px solid #80081F">Div</div>

This div border color is #80081F.


Opacity

.myOpacity80 { color: #80081F; opacity: 0.8; }

<p style="color:#80081F;opacity:0.8;">80%</p>

Text with #80081F 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 #80081F;}

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

This text has shadow with #80081F color.

.textShadow {text-shadow: 3px 3px 1px #80081F, 3px 3px 1px red;}

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

This text has shadow with #80081F primary color and red secondary color.


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

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

This text has shadow with #80081F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80081F on black background.


Color preview on white background

This text has color #80081F on white background.



Black color preview on #80081F background

This text has black color on #80081F background.


White color preview on #80081F background

This text has white color on #80081F background.