COLOR #4E3670

HEX: #4E3670
RGB: (78,54,112)

Color info

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

RGB color model

#4E3670 color RGB value is (78,54,112).

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

RGB channels and saturation

R 78 of 255 = 31%
G 54 of 255 = 21%
B 112 of 255 = 44%

78
54
112

R + G + B ~ 32%. #4E3670 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 54 + 112 = 244 (100%)
R 78 of 244 ~ 31.97%
G 54 of 244 ~ 22.13%
B 112 of 244 ~ 45.9%

%31.97
%22.13
%45.9

CMYK color model

#4E3670 color CMYK value is (30,52,0,56).

  • cyan value is 30.36%
  • magenta value is 51.79%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(30,52,0,56)
C30M52Y0K56 
(30%,52%,0%,56%)
(0.30/0.52/0.00/0.56)	

CMYK percentages

%30.36
%51.79
%0
%56.08

Codes

Color #4E3670 in popluar color models

4E3670
RGB7854112
HSL265°34.94%32.55%
HSB/HSV265°51.79%43.92%
CMYK30.36%51.79%0.00%
56.08%

Color #4E3670 in popluar number systems.

HEX4E3670
Decimal7854112
Binary10011101101101110000
Octal11666160

Shades and tints

Shades of #4E3670

#4E3670
(78,54,112)
#473266
(71,50,102)
#402E5C
(64,46,92)
#392A52
(57,42,82)
#322648
(50,38,72)
#2B223E
(43,34,62)
#241E34
(36,30,52)
#1D1A2A
(29,26,42)
#161620
(22,22,32)
#0F1216
(15,18,22)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #4E3670

#4E3670
(78,54,112)
#5E487D
(94,72,125)
#6E5A8A
(110,90,138)
#7E6C97
(126,108,151)
#8E7EA4
(142,126,164)
#9E90B1
(158,144,177)
#AEA2BE
(174,162,190)
#BEB4CB
(190,180,203)
#CEC6D8
(206,198,216)
#DED8E5
(222,216,229)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3670; }

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

This text font color is #4E3670.


Background Color

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

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

This div background color is #4E3670.


Border color

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

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

This div border color is #4E3670.


Opacity

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

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

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

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

This text has shadow with #4E3670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3670 on black background.


Color preview on white background

This text has color #4E3670 on white background.



Black color preview on #4E3670 background

This text has black color on #4E3670 background.


White color preview on #4E3670 background

This text has white color on #4E3670 background.