COLOR #4E3378

HEX: #4E3378
RGB: (78,51,120)

Color info

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

RGB color model

#4E3378 color RGB value is (78,51,120).

  • red value is 78;
  • green value is 51;
  • blue value is 120.
RGB:
(78,51,120)
(31%,20%,47%)

RGB channels and saturation

R 78 of 255 = 31%
G 51 of 255 = 20%
B 120 of 255 = 47%

78
51
120

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

Portions of RGB colors in percentages

R + G + B =
78 + 51 + 120 = 249 (100%)
R 78 of 249 ~ 31.33%
G 51 of 249 ~ 20.48%
B 120 of 249 ~ 48.19%

%31.33
%20.48
%48.19

CMYK color model

#4E3378 color CMYK value is (35,58,0,53).

  • cyan value is 35.00%
  • magenta value is 57.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(35,58,0,53)
C35M58Y0K53 
(35%,58%,0%,53%)
(0.35/0.58/0.00/0.53)	

CMYK percentages

%35
%57.5
%0
%52.94

Codes

Color #4E3378 in popluar color models

4E3378
RGB7851120
HSL263°40.35%33.53%
HSB/HSV263°57.50%47.06%
CMYK35.00%57.50%0.00%
52.94%

Color #4E3378 in popluar number systems.

HEX4E3378
Decimal7851120
Binary10011101100111111000
Octal11663170

Shades and tints

Shades of #4E3378

#4E3378
(78,51,120)
#472F6E
(71,47,110)
#402B64
(64,43,100)
#39275A
(57,39,90)
#322350
(50,35,80)
#2B1F46
(43,31,70)
#241B3C
(36,27,60)
#1D1732
(29,23,50)
#161328
(22,19,40)
#0F0F1E
(15,15,30)
#080B14
(8,11,20)
#000000
(0,0,0)

Tints of #4E3378

#4E3378
(78,51,120)
#5E4584
(94,69,132)
#6E5790
(110,87,144)
#7E699C
(126,105,156)
#8E7BA8
(142,123,168)
#9E8DB4
(158,141,180)
#AE9FC0
(174,159,192)
#BEB1CC
(190,177,204)
#CEC3D8
(206,195,216)
#DED5E4
(222,213,228)
#EEE7F0
(238,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3378 color. Also use rgb(78,51,120) instead hex code.

Text Font Color

.myTextColor { color: #4E3378; }

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

This text font color is #4E3378.


Background Color

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

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

This div background color is #4E3378.


Border color

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

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

This div border color is #4E3378.


Opacity

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

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

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

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

This text has shadow with #4E3378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3378 on black background.


Color preview on white background

This text has color #4E3378 on white background.



Black color preview on #4E3378 background

This text has black color on #4E3378 background.


White color preview on #4E3378 background

This text has white color on #4E3378 background.