COLOR #800E02

HEX: #800E02
RGB: (128,14,2)

Color info

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

RGB color model

#800E02 color RGB value is (128,14,2).

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

RGB channels and saturation

R 128 of 255 = 50%
G 14 of 255 = 5%
B 2 of 255 = 1%

128
14
2

R + G + B ~ 19%. #800E02 is dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 14 + 2 = 144 (100%)
R 128 of 144 ~ 88.89%
G 14 of 144 ~ 9.72%
B 2 of 144 ~ 1.39%

%88.89
%9.72

CMYK color model

#800E02 color CMYK value is (0,89,98,50).

  • cyan value is 0.00%
  • magenta value is 89.06%
  • yellow value is 98.44%
  • key color value is 49.80%
CMYK:
(0,89,98,50)
C0M89Y98K50 
(0%,89%,98%,50%)
(0.00/0.89/0.98/0.50)	

CMYK percentages

%0
%89.06
%98.44
%49.8

Codes

Color #800E02 in popluar color models

800E02
RGB128142
HSL96.92%25.49%
HSB/HSV98.44%50.20%
CMYK0.00%89.06%98.44%
49.80%

Color #800E02 in popluar number systems.

HEX800E02
Decimal128142
Binary10000000111010
Octal200162

Shades and tints

Shades of #800E02

#800E02
(128,14,2)
#750D02
(117,13,2)
#6A0C02
(106,12,2)
#5F0B02
(95,11,2)
#540A02
(84,10,2)
#490902
(73,9,2)
#3E0802
(62,8,2)
#330702
(51,7,2)
#280602
(40,6,2)
#1D0502
(29,5,2)
#120402
(18,4,2)
#000000
(0,0,0)

Tints of #800E02

#800E02
(128,14,2)
#8B2319
(139,35,25)
#963830
(150,56,48)
#A14D47
(161,77,71)
#AC625E
(172,98,94)
#B77775
(183,119,117)
#C28C8C
(194,140,140)
#CDA1A3
(205,161,163)
#D8B6BA
(216,182,186)
#E3CBD1
(227,203,209)
#EEE0E8
(238,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #800E02; }

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

This text font color is #800E02.


Background Color

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

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

This div background color is #800E02.


Border color

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

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

This div border color is #800E02.


Opacity

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

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

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

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

This text has shadow with #800E02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #800E02 on black background.


Color preview on white background

This text has color #800E02 on white background.



Black color preview on #800E02 background

This text has black color on #800E02 background.


White color preview on #800E02 background

This text has white color on #800E02 background.