COLOR #801818

HEX: #801818
RGB: (128,24,24)

Color info

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

RGB color model

#801818 color RGB value is (128,24,24).

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

RGB channels and saturation

R 128 of 255 = 50%
G 24 of 255 = 9%
B 24 of 255 = 9%

128
24
24

R + G + B ~ 23%. #801818 is dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 24 + 24 = 176 (100%)
R 128 of 176 ~ 72.73%
G 24 of 176 ~ 13.64%
B 24 of 176 ~ 13.64%

%72.73
%13.64
%13.64

CMYK color model

#801818 color CMYK value is (0,81,81,50).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 81.25%
  • key color value is 49.80%
CMYK:
(0,81,81,50)
C0M81Y81K50 
(0%,81%,81%,50%)
(0.00/0.81/0.81/0.50)	

CMYK percentages

%0
%81.25
%81.25
%49.8

Codes

Color #801818 in popluar color models

801818
RGB1282424
HSL68.42%29.80%
HSB/HSV81.25%50.20%
CMYK0.00%81.25%81.25%
49.80%

Color #801818 in popluar number systems.

HEX801818
Decimal1282424
Binary100000001100011000
Octal2003030

Shades and tints

Shades of #801818

#801818
(128,24,24)
#751616
(117,22,22)
#6A1414
(106,20,20)
#5F1212
(95,18,18)
#541010
(84,16,16)
#490E0E
(73,14,14)
#3E0C0C
(62,12,12)
#330A0A
(51,10,10)
#280808
(40,8,8)
#1D0606
(29,6,6)
#120404
(18,4,4)
#000000
(0,0,0)

Tints of #801818

#801818
(128,24,24)
#8B2D2D
(139,45,45)
#964242
(150,66,66)
#A15757
(161,87,87)
#AC6C6C
(172,108,108)
#B78181
(183,129,129)
#C29696
(194,150,150)
#CDABAB
(205,171,171)
#D8C0C0
(216,192,192)
#E3D5D5
(227,213,213)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801818 color. Also use rgb(128,24,24) instead hex code.

Text Font Color

.myTextColor { color: #801818; }

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

This text font color is #801818.


Background Color

.myBgColor { background-color: #801818; }

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

This div background color is #801818.


Border color

.myBorderColor { border: 1px solid #801818; }

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

This div border color is #801818.


Opacity

.myOpacity80 { color: #801818; opacity: 0.8; }

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

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

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

This text has shadow with #801818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801818 on black background.


Color preview on white background

This text has color #801818 on white background.



Black color preview on #801818 background

This text has black color on #801818 background.


White color preview on #801818 background

This text has white color on #801818 background.