COLOR #4E0A4E

HEX: #4E0A4E
RGB: (78,10,78)

Color info

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

RGB color model

#4E0A4E color RGB value is (78,10,78).

  • red value is 78;
  • green value is 10;
  • blue value is 78.
RGB:
(78,10,78)
(31%,4%,31%)

RGB channels and saturation

R 78 of 255 = 31%
G 10 of 255 = 4%
B 78 of 255 = 31%

78
10
78

R + G + B ~ 22%. #4E0A4E is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 10 + 78 = 166 (100%)
R 78 of 166 ~ 46.99%
G 10 of 166 ~ 6.02%
B 78 of 166 ~ 46.99%

%46.99
%46.99

CMYK color model

#4E0A4E color CMYK value is (0,87,0,69).

  • cyan value is 0.00%
  • magenta value is 87.18%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(0,87,0,69)
C0M87Y0K69 
(0%,87%,0%,69%)
(0.00/0.87/0.00/0.69)	

CMYK percentages

%0
%87.18
%0
%69.41

Codes

Color #4E0A4E in popluar color models

4E0A4E
RGB781078
HSL300°77.27%17.25%
HSB/HSV300°87.18%30.59%
CMYK0.00%87.18%0.00%
69.41%

Color #4E0A4E in popluar number systems.

HEX4E0A4E
Decimal781078
Binary100111010101001110
Octal11612116

Shades and tints

Shades of #4E0A4E

#4E0A4E
(78,10,78)
#470A47
(71,10,71)
#400A40
(64,10,64)
#390A39
(57,10,57)
#320A32
(50,10,50)
#2B0A2B
(43,10,43)
#240A24
(36,10,36)
#1D0A1D
(29,10,29)
#160A16
(22,10,22)
#0F0A0F
(15,10,15)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #4E0A4E

#4E0A4E
(78,10,78)
#5E205E
(94,32,94)
#6E366E
(110,54,110)
#7E4C7E
(126,76,126)
#8E628E
(142,98,142)
#9E789E
(158,120,158)
#AE8EAE
(174,142,174)
#BEA4BE
(190,164,190)
#CEBACE
(206,186,206)
#DED0DE
(222,208,222)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E0A4E; }

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

This text font color is #4E0A4E.


Background Color

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

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

This div background color is #4E0A4E.


Border color

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

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

This div border color is #4E0A4E.


Opacity

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

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

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

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

This text has shadow with #4E0A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0A4E on black background.


Color preview on white background

This text has color #4E0A4E on white background.



Black color preview on #4E0A4E background

This text has black color on #4E0A4E background.


White color preview on #4E0A4E background

This text has white color on #4E0A4E background.