COLOR #4E225D

HEX: #4E225D
RGB: (78,34,93)

Color info

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

RGB color model

#4E225D color RGB value is (78,34,93).

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

RGB channels and saturation

R 78 of 255 = 31%
G 34 of 255 = 13%
B 93 of 255 = 36%

78
34
93

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

Portions of RGB colors in percentages

R + G + B =
78 + 34 + 93 = 205 (100%)
R 78 of 205 ~ 38.05%
G 34 of 205 ~ 16.59%
B 93 of 205 ~ 45.37%

%38.05
%16.59
%45.37

CMYK color model

#4E225D color CMYK value is (16,63,0,64).

  • cyan value is 16.13%
  • magenta value is 63.44%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(16,63,0,64)
C16M63Y0K64 
(16%,63%,0%,64%)
(0.16/0.63/0.00/0.64)	

CMYK percentages

%16.13
%63.44
%0
%63.53

Codes

Color #4E225D in popluar color models

4E225D
RGB783493
HSL285°46.46%24.90%
HSB/HSV285°63.44%36.47%
CMYK16.13%63.44%0.00%
63.53%

Color #4E225D in popluar number systems.

HEX4E225D
Decimal783493
Binary10011101000101011101
Octal11642135

Shades and tints

Shades of #4E225D

#4E225D
(78,34,93)
#471F55
(71,31,85)
#401C4D
(64,28,77)
#391945
(57,25,69)
#32163D
(50,22,61)
#2B1335
(43,19,53)
#24102D
(36,16,45)
#1D0D25
(29,13,37)
#160A1D
(22,10,29)
#0F0715
(15,7,21)
#08040D
(8,4,13)
#000000
(0,0,0)

Tints of #4E225D

#4E225D
(78,34,93)
#5E366B
(94,54,107)
#6E4A79
(110,74,121)
#7E5E87
(126,94,135)
#8E7295
(142,114,149)
#9E86A3
(158,134,163)
#AE9AB1
(174,154,177)
#BEAEBF
(190,174,191)
#CEC2CD
(206,194,205)
#DED6DB
(222,214,219)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E225D; }

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

This text font color is #4E225D.


Background Color

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

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

This div background color is #4E225D.


Border color

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

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

This div border color is #4E225D.


Opacity

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

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

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

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

This text has shadow with #4E225D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E225D on black background.


Color preview on white background

This text has color #4E225D on white background.



Black color preview on #4E225D background

This text has black color on #4E225D background.


White color preview on #4E225D background

This text has white color on #4E225D background.