COLOR #4E3577

HEX: #4E3577
RGB: (78,53,119)

Color info

#4E3577 contains mainly red and blue colors. Web safe color of #4E3577 is #663366 (or #636).

RGB color model

#4E3577 color RGB value is (78,53,119).

  • red value is 78;
  • green value is 53;
  • blue value is 119.
RGB:
(78,53,119)
(31%,21%,47%)

RGB channels and saturation

R 78 of 255 = 31%
G 53 of 255 = 21%
B 119 of 255 = 47%

78
53
119

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

Portions of RGB colors in percentages

R + G + B =
78 + 53 + 119 = 250 (100%)
R 78 of 250 ~ 31.2%
G 53 of 250 ~ 21.2%
B 119 of 250 ~ 47.6%

%31.2
%21.2
%47.6

CMYK color model

#4E3577 color CMYK value is (34,55,0,53).

  • cyan value is 34.45%
  • magenta value is 55.46%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(34,55,0,53)
C34M55Y0K53 
(34%,55%,0%,53%)
(0.34/0.55/0.00/0.53)	

CMYK percentages

%34.45
%55.46
%0
%53.33

Codes

Color #4E3577 in popluar color models

4E3577
RGB7853119
HSL263°38.37%33.73%
HSB/HSV263°55.46%46.67%
CMYK34.45%55.46%0.00%
53.33%

Color #4E3577 in popluar number systems.

HEX4E3577
Decimal7853119
Binary10011101101011110111
Octal11665167

Shades and tints

Shades of #4E3577

#4E3577
(78,53,119)
#47316D
(71,49,109)
#402D63
(64,45,99)
#392959
(57,41,89)
#32254F
(50,37,79)
#2B2145
(43,33,69)
#241D3B
(36,29,59)
#1D1931
(29,25,49)
#161527
(22,21,39)
#0F111D
(15,17,29)
#080D13
(8,13,19)
#000000
(0,0,0)

Tints of #4E3577

#4E3577
(78,53,119)
#5E4783
(94,71,131)
#6E598F
(110,89,143)
#7E6B9B
(126,107,155)
#8E7DA7
(142,125,167)
#9E8FB3
(158,143,179)
#AEA1BF
(174,161,191)
#BEB3CB
(190,179,203)
#CEC5D7
(206,197,215)
#DED7E3
(222,215,227)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3577 color. Also use rgb(78,53,119) instead hex code.

Text Font Color

.myTextColor { color: #4E3577; }

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

This text font color is #4E3577.


Background Color

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

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

This div background color is #4E3577.


Border color

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

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

This div border color is #4E3577.


Opacity

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

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

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

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

This text has shadow with #4E3577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3577 on black background.


Color preview on white background

This text has color #4E3577 on white background.



Black color preview on #4E3577 background

This text has black color on #4E3577 background.


White color preview on #4E3577 background

This text has white color on #4E3577 background.