COLOR #4E1E4A

HEX: #4E1E4A
RGB: (78,30,74)

Color info

#4E1E4A contains red, green and blue colors in about the same proportion. Web safe color of #4E1E4A is #663333 (or #633).

RGB color model

#4E1E4A color RGB value is (78,30,74).

  • red value is 78;
  • green value is 30;
  • blue value is 74.
RGB:
(78,30,74)
(31%,12%,29%)

RGB channels and saturation

R 78 of 255 = 31%
G 30 of 255 = 12%
B 74 of 255 = 29%

78
30
74

R + G + B ~ 24%. #4E1E4A is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 30 + 74 = 182 (100%)
R 78 of 182 ~ 42.86%
G 30 of 182 ~ 16.48%
B 74 of 182 ~ 40.66%

%42.86
%16.48
%40.66

CMYK color model

#4E1E4A color CMYK value is (0,62,5,69).

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 5.13%
  • key color value is 69.41%
CMYK:
(0,62,5,69)
C0M62Y5K69 
(0%,62%,5%,69%)
(0.00/0.62/0.05/0.69)	

CMYK percentages

%0
%61.54
%5.13
%69.41

Codes

Color #4E1E4A in popluar color models

4E1E4A
RGB783074
HSL305°44.44%21.18%
HSB/HSV305°61.54%30.59%
CMYK0.00%61.54%5.13%
69.41%

Color #4E1E4A in popluar number systems.

HEX4E1E4A
Decimal783074
Binary1001110111101001010
Octal11636112

Shades and tints

Shades of #4E1E4A

#4E1E4A
(78,30,74)
#471C44
(71,28,68)
#401A3E
(64,26,62)
#391838
(57,24,56)
#321632
(50,22,50)
#2B142C
(43,20,44)
#241226
(36,18,38)
#1D1020
(29,16,32)
#160E1A
(22,14,26)
#0F0C14
(15,12,20)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #4E1E4A

#4E1E4A
(78,30,74)
#5E325A
(94,50,90)
#6E466A
(110,70,106)
#7E5A7A
(126,90,122)
#8E6E8A
(142,110,138)
#9E829A
(158,130,154)
#AE96AA
(174,150,170)
#BEAABA
(190,170,186)
#CEBECA
(206,190,202)
#DED2DA
(222,210,218)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1E4A color. Also use rgb(78,30,74) instead hex code.

Text Font Color

.myTextColor { color: #4E1E4A; }

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

This text font color is #4E1E4A.


Background Color

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

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

This div background color is #4E1E4A.


Border color

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

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

This div border color is #4E1E4A.


Opacity

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

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

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

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

This text has shadow with #4E1E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1E4A on black background.


Color preview on white background

This text has color #4E1E4A on white background.



Black color preview on #4E1E4A background

This text has black color on #4E1E4A background.


White color preview on #4E1E4A background

This text has white color on #4E1E4A background.