COLOR #801808

HEX: #801808
RGB: (128,24,8)

Color info

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

RGB color model

#801808 color RGB value is (128,24,8).

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

RGB channels and saturation

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

128
24
8

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

Portions of RGB colors in percentages

R + G + B =
128 + 24 + 8 = 160 (100%)
R 128 of 160 ~ 80%
G 24 of 160 ~ 15%
B 8 of 160 ~ 5%

%80
%15

CMYK color model

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

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

CMYK percentages

%0
%81.25
%93.75
%49.8

Codes

Color #801808 in popluar color models

801808
RGB128248
HSL88.24%26.67%
HSB/HSV93.75%50.20%
CMYK0.00%81.25%93.75%
49.80%

Color #801808 in popluar number systems.

HEX801808
Decimal128248
Binary10000000110001000
Octal2003010

Shades and tints

Shades of #801808

#801808
(128,24,8)
#751608
(117,22,8)
#6A1408
(106,20,8)
#5F1208
(95,18,8)
#541008
(84,16,8)
#490E08
(73,14,8)
#3E0C08
(62,12,8)
#330A08
(51,10,8)
#280808
(40,8,8)
#1D0608
(29,6,8)
#120408
(18,4,8)
#000000
(0,0,0)

Tints of #801808

#801808
(128,24,8)
#8B2D1E
(139,45,30)
#964234
(150,66,52)
#A1574A
(161,87,74)
#AC6C60
(172,108,96)
#B78176
(183,129,118)
#C2968C
(194,150,140)
#CDABA2
(205,171,162)
#D8C0B8
(216,192,184)
#E3D5CE
(227,213,206)
#EEEAE4
(238,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #801808; }

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

This text font color is #801808.


Background Color

.myBgColor { background-color: #801808; }

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

This div background color is #801808.


Border color

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

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

This div border color is #801808.


Opacity

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

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

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

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

This text has shadow with #801808 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801808 on black background.


Color preview on white background

This text has color #801808 on white background.



Black color preview on #801808 background

This text has black color on #801808 background.


White color preview on #801808 background

This text has white color on #801808 background.