COLOR #4E3D73

HEX: #4E3D73
RGB: (78,61,115)

Color info

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

RGB color model

#4E3D73 color RGB value is (78,61,115).

  • red value is 78;
  • green value is 61;
  • blue value is 115.
RGB:
(78,61,115)
(31%,24%,45%)

RGB channels and saturation

R 78 of 255 = 31%
G 61 of 255 = 24%
B 115 of 255 = 45%

78
61
115

R + G + B ~ 33%. #4E3D73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 61 + 115 = 254 (100%)
R 78 of 254 ~ 30.71%
G 61 of 254 ~ 24.02%
B 115 of 254 ~ 45.28%

%30.71
%24.02
%45.28

CMYK color model

#4E3D73 color CMYK value is (32,47,0,55).

  • cyan value is 32.17%
  • magenta value is 46.96%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(32,47,0,55)
C32M47Y0K55 
(32%,47%,0%,55%)
(0.32/0.47/0.00/0.55)	

CMYK percentages

%32.17
%46.96
%0
%54.9

Codes

Color #4E3D73 in popluar color models

4E3D73
RGB7861115
HSL259°30.68%34.51%
HSB/HSV259°46.96%45.10%
CMYK32.17%46.96%0.00%
54.90%

Color #4E3D73 in popluar number systems.

HEX4E3D73
Decimal7861115
Binary10011101111011110011
Octal11675163

Shades and tints

Shades of #4E3D73

#4E3D73
(78,61,115)
#473869
(71,56,105)
#40335F
(64,51,95)
#392E55
(57,46,85)
#32294B
(50,41,75)
#2B2441
(43,36,65)
#241F37
(36,31,55)
#1D1A2D
(29,26,45)
#161523
(22,21,35)
#0F1019
(15,16,25)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #4E3D73

#4E3D73
(78,61,115)
#5E4E7F
(94,78,127)
#6E5F8B
(110,95,139)
#7E7097
(126,112,151)
#8E81A3
(142,129,163)
#9E92AF
(158,146,175)
#AEA3BB
(174,163,187)
#BEB4C7
(190,180,199)
#CEC5D3
(206,197,211)
#DED6DF
(222,214,223)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3D73; }

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

This text font color is #4E3D73.


Background Color

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

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

This div background color is #4E3D73.


Border color

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

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

This div border color is #4E3D73.


Opacity

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

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

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

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

This text has shadow with #4E3D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3D73 on black background.


Color preview on white background

This text has color #4E3D73 on white background.



Black color preview on #4E3D73 background

This text has black color on #4E3D73 background.


White color preview on #4E3D73 background

This text has white color on #4E3D73 background.