COLOR #4E3D70

HEX: #4E3D70
RGB: (78,61,112)

Color info

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

RGB color model

#4E3D70 color RGB value is (78,61,112).

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

RGB channels and saturation

R 78 of 255 = 31%
G 61 of 255 = 24%
B 112 of 255 = 44%

78
61
112

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

Portions of RGB colors in percentages

R + G + B =
78 + 61 + 112 = 251 (100%)
R 78 of 251 ~ 31.08%
G 61 of 251 ~ 24.3%
B 112 of 251 ~ 44.62%

%31.08
%24.3
%44.62

CMYK color model

#4E3D70 color CMYK value is (30,46,0,56).

  • cyan value is 30.36%
  • magenta value is 45.54%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(30,46,0,56)
C30M46Y0K56 
(30%,46%,0%,56%)
(0.30/0.46/0.00/0.56)	

CMYK percentages

%30.36
%45.54
%0
%56.08

Codes

Color #4E3D70 in popluar color models

4E3D70
RGB7861112
HSL260°29.48%33.92%
HSB/HSV260°45.54%43.92%
CMYK30.36%45.54%0.00%
56.08%

Color #4E3D70 in popluar number systems.

HEX4E3D70
Decimal7861112
Binary10011101111011110000
Octal11675160

Shades and tints

Shades of #4E3D70

#4E3D70
(78,61,112)
#473866
(71,56,102)
#40335C
(64,51,92)
#392E52
(57,46,82)
#322948
(50,41,72)
#2B243E
(43,36,62)
#241F34
(36,31,52)
#1D1A2A
(29,26,42)
#161520
(22,21,32)
#0F1016
(15,16,22)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #4E3D70

#4E3D70
(78,61,112)
#5E4E7D
(94,78,125)
#6E5F8A
(110,95,138)
#7E7097
(126,112,151)
#8E81A4
(142,129,164)
#9E92B1
(158,146,177)
#AEA3BE
(174,163,190)
#BEB4CB
(190,180,203)
#CEC5D8
(206,197,216)
#DED6E5
(222,214,229)
#EEE7F2
(238,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3D70; }

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

This text font color is #4E3D70.


Background Color

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

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

This div background color is #4E3D70.


Border color

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

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

This div border color is #4E3D70.


Opacity

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

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

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

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

This text has shadow with #4E3D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3D70 on black background.


Color preview on white background

This text has color #4E3D70 on white background.



Black color preview on #4E3D70 background

This text has black color on #4E3D70 background.


White color preview on #4E3D70 background

This text has white color on #4E3D70 background.