COLOR #801E1C

HEX: #801E1C
RGB: (128,30,28)

Color info

#801E1C contains mainly red color. Web safe color of #801E1C is #663333 (or #633).

RGB color model

#801E1C color RGB value is (128,30,28).

  • red value is 128;
  • green value is 30;
  • blue value is 28.
RGB:
(128,30,28)
(50%,12%,11%)

RGB channels and saturation

R 128 of 255 = 50%
G 30 of 255 = 12%
B 28 of 255 = 11%

128
30
28

R + G + B ~ 24%. #801E1C is dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 30 + 28 = 186 (100%)
R 128 of 186 ~ 68.82%
G 30 of 186 ~ 16.13%
B 28 of 186 ~ 15.05%

%68.82
%16.13
%15.05

CMYK color model

#801E1C color CMYK value is (0,77,78,50).

  • cyan value is 0.00%
  • magenta value is 76.56%
  • yellow value is 78.13%
  • key color value is 49.80%
CMYK:
(0,77,78,50)
C0M77Y78K50 
(0%,77%,78%,50%)
(0.00/0.77/0.78/0.50)	

CMYK percentages

%0
%76.56
%78.13
%49.8

Codes

Color #801E1C in popluar color models

801E1C
RGB1283028
HSL64.10%30.59%
HSB/HSV78.13%50.20%
CMYK0.00%76.56%78.13%
49.80%

Color #801E1C in popluar number systems.

HEX801E1C
Decimal1283028
Binary100000001111011100
Octal2003634

Shades and tints

Shades of #801E1C

#801E1C
(128,30,28)
#751C1A
(117,28,26)
#6A1A18
(106,26,24)
#5F1816
(95,24,22)
#541614
(84,22,20)
#491412
(73,20,18)
#3E1210
(62,18,16)
#33100E
(51,16,14)
#280E0C
(40,14,12)
#1D0C0A
(29,12,10)
#120A08
(18,10,8)
#000000
(0,0,0)

Tints of #801E1C

#801E1C
(128,30,28)
#8B3230
(139,50,48)
#964644
(150,70,68)
#A15A58
(161,90,88)
#AC6E6C
(172,110,108)
#B78280
(183,130,128)
#C29694
(194,150,148)
#CDAAA8
(205,170,168)
#D8BEBC
(216,190,188)
#E3D2D0
(227,210,208)
#EEE6E4
(238,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801E1C color. Also use rgb(128,30,28) instead hex code.

Text Font Color

.myTextColor { color: #801E1C; }

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

This text font color is #801E1C.


Background Color

.myBgColor { background-color: #801E1C; }

<div style="background-color:#801E1C">Inner text</div>

This div background color is #801E1C.


Border color

.myBorderColor { border: 1px solid #801E1C; }

<div style="border:3px solid #801E1C">Div</div>

This div border color is #801E1C.


Opacity

.myOpacity80 { color: #801E1C; opacity: 0.8; }

<p style="color:#801E1C;opacity:0.8;">80%</p>

Text with #801E1C 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 #801E1C;}

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

This text has shadow with #801E1C color.

.textShadow {text-shadow: 3px 3px 1px #801E1C, 3px 3px 1px red;}

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

This text has shadow with #801E1C primary color and red secondary color.


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

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

This text has shadow with #801E1C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801E1C on black background.


Color preview on white background

This text has color #801E1C on white background.



Black color preview on #801E1C background

This text has black color on #801E1C background.


White color preview on #801E1C background

This text has white color on #801E1C background.