COLOR #4E005E

HEX: #4E005E
RGB: (78,0,94)

Color info

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

RGB color model

#4E005E color RGB value is (78,0,94).

  • red value is 78;
  • green value is 0;
  • blue value is 94.
RGB:
(78,0,94)
(31%,0%,37%)

RGB channels and saturation

R 78 of 255 = 31%
G 0 of 255 = 0%
B 94 of 255 = 37%

78
0
94

R + G + B ~ 23%. #4E005E is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 0 + 94 = 172 (100%)
R 78 of 172 ~ 45.35%
G 0 of 172 ~ 0%
B 94 of 172 ~ 54.65%

%45.35
%54.65

CMYK color model

#4E005E color CMYK value is (17,100,0,63).

  • cyan value is 17.02%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(17,100,0,63)
C17M100Y0K63 
(17%,100%,0%,63%)
(0.17/1.00/0.00/0.63)	

CMYK percentages

%17.02
%100
%0
%63.14

Codes

Color #4E005E in popluar color models

4E005E
RGB78094
HSL290°100.00%18.43%
HSB/HSV290°100.00%36.86%
CMYK17.02%100.00%0.00%
63.14%

Color #4E005E in popluar number systems.

HEX4E005E
Decimal78094
Binary100111001011110
Octal1160136

Shades and tints

Shades of #4E005E

#4E005E
(78,0,94)
#470056
(71,0,86)
#40004E
(64,0,78)
#390046
(57,0,70)
#32003E
(50,0,62)
#2B0036
(43,0,54)
#24002E
(36,0,46)
#1D0026
(29,0,38)
#16001E
(22,0,30)
#0F0016
(15,0,22)
#08000E
(8,0,14)
#000000
(0,0,0)

Tints of #4E005E

#4E005E
(78,0,94)
#5E176C
(94,23,108)
#6E2E7A
(110,46,122)
#7E4588
(126,69,136)
#8E5C96
(142,92,150)
#9E73A4
(158,115,164)
#AE8AB2
(174,138,178)
#BEA1C0
(190,161,192)
#CEB8CE
(206,184,206)
#DECFDC
(222,207,220)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E005E; }

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

This text font color is #4E005E.


Background Color

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

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

This div background color is #4E005E.


Border color

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

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

This div border color is #4E005E.


Opacity

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

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

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

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

This text has shadow with #4E005E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E005E on black background.


Color preview on white background

This text has color #4E005E on white background.



Black color preview on #4E005E background

This text has black color on #4E005E background.


White color preview on #4E005E background

This text has white color on #4E005E background.