COLOR #4E0E6E

HEX: #4E0E6E
RGB: (78,14,110)

Color info

#4E0E6E contains mainly red and blue colors. Web safe color of #4E0E6E is #660066 (or #606).

RGB color model

#4E0E6E color RGB value is (78,14,110).

  • red value is 78;
  • green value is 14;
  • blue value is 110.
RGB:
(78,14,110)
(31%,5%,43%)

RGB channels and saturation

R 78 of 255 = 31%
G 14 of 255 = 5%
B 110 of 255 = 43%

78
14
110

R + G + B ~ 26%. #4E0E6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 14 + 110 = 202 (100%)
R 78 of 202 ~ 38.61%
G 14 of 202 ~ 6.93%
B 110 of 202 ~ 54.46%

%38.61
%54.46

CMYK color model

#4E0E6E color CMYK value is (29,87,0,57).

  • cyan value is 29.09%
  • magenta value is 87.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(29,87,0,57)
C29M87Y0K57 
(29%,87%,0%,57%)
(0.29/0.87/0.00/0.57)	

CMYK percentages

%29.09
%87.27
%0
%56.86

Codes

Color #4E0E6E in popluar color models

4E0E6E
RGB7814110
HSL280°77.42%24.31%
HSB/HSV280°87.27%43.14%
CMYK29.09%87.27%0.00%
56.86%

Color #4E0E6E in popluar number systems.

HEX4E0E6E
Decimal7814110
Binary100111011101101110
Octal11616156

Shades and tints

Shades of #4E0E6E

#4E0E6E
(78,14,110)
#470D64
(71,13,100)
#400C5A
(64,12,90)
#390B50
(57,11,80)
#320A46
(50,10,70)
#2B093C
(43,9,60)
#240832
(36,8,50)
#1D0728
(29,7,40)
#16061E
(22,6,30)
#0F0514
(15,5,20)
#08040A
(8,4,10)
#000000
(0,0,0)

Tints of #4E0E6E

#4E0E6E
(78,14,110)
#5E237B
(94,35,123)
#6E3888
(110,56,136)
#7E4D95
(126,77,149)
#8E62A2
(142,98,162)
#9E77AF
(158,119,175)
#AE8CBC
(174,140,188)
#BEA1C9
(190,161,201)
#CEB6D6
(206,182,214)
#DECBE3
(222,203,227)
#EEE0F0
(238,224,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E0E6E color. Also use rgb(78,14,110) instead hex code.

Text Font Color

.myTextColor { color: #4E0E6E; }

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

This text font color is #4E0E6E.


Background Color

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

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

This div background color is #4E0E6E.


Border color

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

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

This div border color is #4E0E6E.


Opacity

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

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

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

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

This text has shadow with #4E0E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0E6E on black background.


Color preview on white background

This text has color #4E0E6E on white background.



Black color preview on #4E0E6E background

This text has black color on #4E0E6E background.


White color preview on #4E0E6E background

This text has white color on #4E0E6E background.