COLOR #801E49

HEX: #801E49
RGB: (128,30,73)

Color info

#801E49 contains mainly red and blue colors. Web safe color of #801E49 is #663333 (or #633).

RGB color model

#801E49 color RGB value is (128,30,73).

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

RGB channels and saturation

R 128 of 255 = 50%
G 30 of 255 = 12%
B 73 of 255 = 29%

128
30
73

R + G + B ~ 30%. #801E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 30 + 73 = 231 (100%)
R 128 of 231 ~ 55.41%
G 30 of 231 ~ 12.99%
B 73 of 231 ~ 31.6%

%55.41
%12.99
%31.6

CMYK color model

#801E49 color CMYK value is (0,77,43,50).

  • cyan value is 0.00%
  • magenta value is 76.56%
  • yellow value is 42.97%
  • key color value is 49.80%
CMYK:
(0,77,43,50)
C0M77Y43K50 
(0%,77%,43%,50%)
(0.00/0.77/0.43/0.50)	

CMYK percentages

%0
%76.56
%42.97
%49.8

Codes

Color #801E49 in popluar color models

801E49
RGB1283073
HSL334°62.03%30.98%
HSB/HSV334°76.56%50.20%
CMYK0.00%76.56%42.97%
49.80%

Color #801E49 in popluar number systems.

HEX801E49
Decimal1283073
Binary10000000111101001001
Octal20036111

Shades and tints

Shades of #801E49

#801E49
(128,30,73)
#751C43
(117,28,67)
#6A1A3D
(106,26,61)
#5F1837
(95,24,55)
#541631
(84,22,49)
#49142B
(73,20,43)
#3E1225
(62,18,37)
#33101F
(51,16,31)
#280E19
(40,14,25)
#1D0C13
(29,12,19)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #801E49

#801E49
(128,30,73)
#8B3259
(139,50,89)
#964669
(150,70,105)
#A15A79
(161,90,121)
#AC6E89
(172,110,137)
#B78299
(183,130,153)
#C296A9
(194,150,169)
#CDAAB9
(205,170,185)
#D8BEC9
(216,190,201)
#E3D2D9
(227,210,217)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #801E49; }

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

This text font color is #801E49.


Background Color

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

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

This div background color is #801E49.


Border color

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

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

This div border color is #801E49.


Opacity

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

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

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

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

This text has shadow with #801E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801E49 on black background.


Color preview on white background

This text has color #801E49 on white background.



Black color preview on #801E49 background

This text has black color on #801E49 background.


White color preview on #801E49 background

This text has white color on #801E49 background.