COLOR #4E2C5E

HEX: #4E2C5E
RGB: (78,44,94)

Color info

#4E2C5E contains red, green and blue colors in about the same proportion. Web safe color of #4E2C5E is #663366 (or #636).

RGB color model

#4E2C5E color RGB value is (78,44,94).

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

RGB channels and saturation

R 78 of 255 = 31%
G 44 of 255 = 17%
B 94 of 255 = 37%

78
44
94

R + G + B ~ 28%. #4E2C5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 44 + 94 = 216 (100%)
R 78 of 216 ~ 36.11%
G 44 of 216 ~ 20.37%
B 94 of 216 ~ 43.52%

%36.11
%20.37
%43.52

CMYK color model

#4E2C5E color CMYK value is (17,53,0,63).

  • cyan value is 17.02%
  • magenta value is 53.19%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(17,53,0,63)
C17M53Y0K63 
(17%,53%,0%,63%)
(0.17/0.53/0.00/0.63)	

CMYK percentages

%17.02
%53.19
%0
%63.14

Codes

Color #4E2C5E in popluar color models

4E2C5E
RGB784494
HSL281°36.23%27.06%
HSB/HSV281°53.19%36.86%
CMYK17.02%53.19%0.00%
63.14%

Color #4E2C5E in popluar number systems.

HEX4E2C5E
Decimal784494
Binary10011101011001011110
Octal11654136

Shades and tints

Shades of #4E2C5E

#4E2C5E
(78,44,94)
#472856
(71,40,86)
#40244E
(64,36,78)
#392046
(57,32,70)
#321C3E
(50,28,62)
#2B1836
(43,24,54)
#24142E
(36,20,46)
#1D1026
(29,16,38)
#160C1E
(22,12,30)
#0F0816
(15,8,22)
#08040E
(8,4,14)
#000000
(0,0,0)

Tints of #4E2C5E

#4E2C5E
(78,44,94)
#5E3F6C
(94,63,108)
#6E527A
(110,82,122)
#7E6588
(126,101,136)
#8E7896
(142,120,150)
#9E8BA4
(158,139,164)
#AE9EB2
(174,158,178)
#BEB1C0
(190,177,192)
#CEC4CE
(206,196,206)
#DED7DC
(222,215,220)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2C5E; }

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

This text font color is #4E2C5E.


Background Color

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

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

This div background color is #4E2C5E.


Border color

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

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

This div border color is #4E2C5E.


Opacity

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

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

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

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

This text has shadow with #4E2C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2C5E on black background.


Color preview on white background

This text has color #4E2C5E on white background.



Black color preview on #4E2C5E background

This text has black color on #4E2C5E background.


White color preview on #4E2C5E background

This text has white color on #4E2C5E background.