COLOR #4E1240

HEX: #4E1240
RGB: (78,18,64)

Color info

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

RGB color model

#4E1240 color RGB value is (78,18,64).

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

RGB channels and saturation

R 78 of 255 = 31%
G 18 of 255 = 7%
B 64 of 255 = 25%

78
18
64

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

Portions of RGB colors in percentages

R + G + B =
78 + 18 + 64 = 160 (100%)
R 78 of 160 ~ 48.75%
G 18 of 160 ~ 11.25%
B 64 of 160 ~ 40%

%48.75
%11.25
%40

CMYK color model

#4E1240 color CMYK value is (0,77,18,69).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 17.95%
  • key color value is 69.41%
CMYK:
(0,77,18,69)
C0M77Y18K69 
(0%,77%,18%,69%)
(0.00/0.77/0.18/0.69)	

CMYK percentages

%0
%76.92
%17.95
%69.41

Codes

Color #4E1240 in popluar color models

4E1240
RGB781864
HSL314°62.50%18.82%
HSB/HSV314°76.92%30.59%
CMYK0.00%76.92%17.95%
69.41%

Color #4E1240 in popluar number systems.

HEX4E1240
Decimal781864
Binary1001110100101000000
Octal11622100

Shades and tints

Shades of #4E1240

#4E1240
(78,18,64)
#47113B
(71,17,59)
#401036
(64,16,54)
#390F31
(57,15,49)
#320E2C
(50,14,44)
#2B0D27
(43,13,39)
#240C22
(36,12,34)
#1D0B1D
(29,11,29)
#160A18
(22,10,24)
#0F0913
(15,9,19)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #4E1240

#4E1240
(78,18,64)
#5E2751
(94,39,81)
#6E3C62
(110,60,98)
#7E5173
(126,81,115)
#8E6684
(142,102,132)
#9E7B95
(158,123,149)
#AE90A6
(174,144,166)
#BEA5B7
(190,165,183)
#CEBAC8
(206,186,200)
#DECFD9
(222,207,217)
#EEE4EA
(238,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1240; }

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

This text font color is #4E1240.


Background Color

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

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

This div background color is #4E1240.


Border color

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

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

This div border color is #4E1240.


Opacity

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

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

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

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

This text has shadow with #4E1240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1240 on black background.


Color preview on white background

This text has color #4E1240 on white background.



Black color preview on #4E1240 background

This text has black color on #4E1240 background.


White color preview on #4E1240 background

This text has white color on #4E1240 background.