COLOR #4E1221

HEX: #4E1221
RGB: (78,18,33)

Color info

#4E1221 contains mainly red and blue colors. Web safe color of #4E1221 is #660033 (or #603).

RGB color model

#4E1221 color RGB value is (78,18,33).

  • red value is 78;
  • green value is 18;
  • blue value is 33.
RGB:
(78,18,33)
(31%,7%,13%)

RGB channels and saturation

R 78 of 255 = 31%
G 18 of 255 = 7%
B 33 of 255 = 13%

78
18
33

R + G + B ~ 17%. #4E1221 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 18 + 33 = 129 (100%)
R 78 of 129 ~ 60.47%
G 18 of 129 ~ 13.95%
B 33 of 129 ~ 25.58%

%60.47
%13.95
%25.58

CMYK color model

#4E1221 color CMYK value is (0,77,58,69).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 57.69%
  • key color value is 69.41%
CMYK:
(0,77,58,69)
C0M77Y58K69 
(0%,77%,58%,69%)
(0.00/0.77/0.58/0.69)	

CMYK percentages

%0
%76.92
%57.69
%69.41

Codes

Color #4E1221 in popluar color models

4E1221
RGB781833
HSL345°62.50%18.82%
HSB/HSV345°76.92%30.59%
CMYK0.00%76.92%57.69%
69.41%

Color #4E1221 in popluar number systems.

HEX4E1221
Decimal781833
Binary100111010010100001
Octal1162241

Shades and tints

Shades of #4E1221

#4E1221
(78,18,33)
#47111E
(71,17,30)
#40101B
(64,16,27)
#390F18
(57,15,24)
#320E15
(50,14,21)
#2B0D12
(43,13,18)
#240C0F
(36,12,15)
#1D0B0C
(29,11,12)
#160A09
(22,10,9)
#0F0906
(15,9,6)
#080803
(8,8,3)
#000000
(0,0,0)

Tints of #4E1221

#4E1221
(78,18,33)
#5E2735
(94,39,53)
#6E3C49
(110,60,73)
#7E515D
(126,81,93)
#8E6671
(142,102,113)
#9E7B85
(158,123,133)
#AE9099
(174,144,153)
#BEA5AD
(190,165,173)
#CEBAC1
(206,186,193)
#DECFD5
(222,207,213)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1221 color. Also use rgb(78,18,33) instead hex code.

Text Font Color

.myTextColor { color: #4E1221; }

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

This text font color is #4E1221.


Background Color

.myBgColor { background-color: #4E1221; }

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

This div background color is #4E1221.


Border color

.myBorderColor { border: 1px solid #4E1221; }

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

This div border color is #4E1221.


Opacity

.myOpacity80 { color: #4E1221; opacity: 0.8; }

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

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

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

This text has shadow with #4E1221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1221 on black background.


Color preview on white background

This text has color #4E1221 on white background.



Black color preview on #4E1221 background

This text has black color on #4E1221 background.


White color preview on #4E1221 background

This text has white color on #4E1221 background.