COLOR #800E16

HEX: #800E16
RGB: (128,14,22)

Color info

#800E16 contains mainly red color. Web safe color of #800E16 is #660000 (or #600).

RGB color model

#800E16 color RGB value is (128,14,22).

  • red value is 128;
  • green value is 14;
  • blue value is 22.
RGB:
(128,14,22)
(50%,5%,9%)

RGB channels and saturation

R 128 of 255 = 50%
G 14 of 255 = 5%
B 22 of 255 = 9%

128
14
22

R + G + B ~ 21%. #800E16 is dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 14 + 22 = 164 (100%)
R 128 of 164 ~ 78.05%
G 14 of 164 ~ 8.54%
B 22 of 164 ~ 13.41%

%78.05
%13.41

CMYK color model

#800E16 color CMYK value is (0,89,83,50).

  • cyan value is 0.00%
  • magenta value is 89.06%
  • yellow value is 82.81%
  • key color value is 49.80%
CMYK:
(0,89,83,50)
C0M89Y83K50 
(0%,89%,83%,50%)
(0.00/0.89/0.83/0.50)	

CMYK percentages

%0
%89.06
%82.81
%49.8

Codes

Color #800E16 in popluar color models

800E16
RGB1281422
HSL356°80.28%27.84%
HSB/HSV356°89.06%50.20%
CMYK0.00%89.06%82.81%
49.80%

Color #800E16 in popluar number systems.

HEX800E16
Decimal1281422
Binary10000000111010110
Octal2001626

Shades and tints

Shades of #800E16

#800E16
(128,14,22)
#750D14
(117,13,20)
#6A0C12
(106,12,18)
#5F0B10
(95,11,16)
#540A0E
(84,10,14)
#49090C
(73,9,12)
#3E080A
(62,8,10)
#330708
(51,7,8)
#280606
(40,6,6)
#1D0504
(29,5,4)
#120402
(18,4,2)
#000000
(0,0,0)

Tints of #800E16

#800E16
(128,14,22)
#8B232B
(139,35,43)
#963840
(150,56,64)
#A14D55
(161,77,85)
#AC626A
(172,98,106)
#B7777F
(183,119,127)
#C28C94
(194,140,148)
#CDA1A9
(205,161,169)
#D8B6BE
(216,182,190)
#E3CBD3
(227,203,211)
#EEE0E8
(238,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #800E16 color. Also use rgb(128,14,22) instead hex code.

Text Font Color

.myTextColor { color: #800E16; }

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

This text font color is #800E16.


Background Color

.myBgColor { background-color: #800E16; }

<div style="background-color:#800E16">Inner text</div>

This div background color is #800E16.


Border color

.myBorderColor { border: 1px solid #800E16; }

<div style="border:3px solid #800E16">Div</div>

This div border color is #800E16.


Opacity

.myOpacity80 { color: #800E16; opacity: 0.8; }

<p style="color:#800E16;opacity:0.8;">80%</p>

Text with #800E16 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 #800E16;}

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

This text has shadow with #800E16 color.

.textShadow {text-shadow: 3px 3px 1px #800E16, 3px 3px 1px red;}

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

This text has shadow with #800E16 primary color and red secondary color.


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

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

This text has shadow with #800E16 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #800E16 on black background.


Color preview on white background

This text has color #800E16 on white background.



Black color preview on #800E16 background

This text has black color on #800E16 background.


White color preview on #800E16 background

This text has white color on #800E16 background.