COLOR #4E215B

HEX: #4E215B
RGB: (78,33,91)

Color info

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

RGB color model

#4E215B color RGB value is (78,33,91).

  • red value is 78;
  • green value is 33;
  • blue value is 91.
RGB:
(78,33,91)
(31%,13%,36%)

RGB channels and saturation

R 78 of 255 = 31%
G 33 of 255 = 13%
B 91 of 255 = 36%

78
33
91

R + G + B ~ 27%. #4E215B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 33 + 91 = 202 (100%)
R 78 of 202 ~ 38.61%
G 33 of 202 ~ 16.34%
B 91 of 202 ~ 45.05%

%38.61
%16.34
%45.05

CMYK color model

#4E215B color CMYK value is (14,64,0,64).

  • cyan value is 14.29%
  • magenta value is 63.74%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(14,64,0,64)
C14M64Y0K64 
(14%,64%,0%,64%)
(0.14/0.64/0.00/0.64)	

CMYK percentages

%14.29
%63.74
%0
%64.31

Codes

Color #4E215B in popluar color models

4E215B
RGB783391
HSL287°46.77%24.31%
HSB/HSV287°63.74%35.69%
CMYK14.29%63.74%0.00%
64.31%

Color #4E215B in popluar number systems.

HEX4E215B
Decimal783391
Binary10011101000011011011
Octal11641133

Shades and tints

Shades of #4E215B

#4E215B
(78,33,91)
#471E53
(71,30,83)
#401B4B
(64,27,75)
#391843
(57,24,67)
#32153B
(50,21,59)
#2B1233
(43,18,51)
#240F2B
(36,15,43)
#1D0C23
(29,12,35)
#16091B
(22,9,27)
#0F0613
(15,6,19)
#08030B
(8,3,11)
#000000
(0,0,0)

Tints of #4E215B

#4E215B
(78,33,91)
#5E3569
(94,53,105)
#6E4977
(110,73,119)
#7E5D85
(126,93,133)
#8E7193
(142,113,147)
#9E85A1
(158,133,161)
#AE99AF
(174,153,175)
#BEADBD
(190,173,189)
#CEC1CB
(206,193,203)
#DED5D9
(222,213,217)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E215B; }

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

This text font color is #4E215B.


Background Color

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

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

This div background color is #4E215B.


Border color

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

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

This div border color is #4E215B.


Opacity

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

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

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

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

This text has shadow with #4E215B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E215B on black background.


Color preview on white background

This text has color #4E215B on white background.



Black color preview on #4E215B background

This text has black color on #4E215B background.


White color preview on #4E215B background

This text has white color on #4E215B background.