COLOR #4E3E60

HEX: #4E3E60
RGB: (78,62,96)

Color info

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

RGB color model

#4E3E60 color RGB value is (78,62,96).

  • red value is 78;
  • green value is 62;
  • blue value is 96.
RGB:
(78,62,96)
(31%,24%,38%)

RGB channels and saturation

R 78 of 255 = 31%
G 62 of 255 = 24%
B 96 of 255 = 38%

78
62
96

R + G + B ~ 31%. #4E3E60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 62 + 96 = 236 (100%)
R 78 of 236 ~ 33.05%
G 62 of 236 ~ 26.27%
B 96 of 236 ~ 40.68%

%33.05
%26.27
%40.68

CMYK color model

#4E3E60 color CMYK value is (19,35,0,62).

  • cyan value is 18.75%
  • magenta value is 35.42%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(19,35,0,62)
C19M35Y0K62 
(19%,35%,0%,62%)
(0.19/0.35/0.00/0.62)	

CMYK percentages

%18.75
%35.42
%0
%62.35

Codes

Color #4E3E60 in popluar color models

4E3E60
RGB786296
HSL268°21.52%30.98%
HSB/HSV268°35.42%37.65%
CMYK18.75%35.42%0.00%
62.35%

Color #4E3E60 in popluar number systems.

HEX4E3E60
Decimal786296
Binary10011101111101100000
Octal11676140

Shades and tints

Shades of #4E3E60

#4E3E60
(78,62,96)
#473958
(71,57,88)
#403450
(64,52,80)
#392F48
(57,47,72)
#322A40
(50,42,64)
#2B2538
(43,37,56)
#242030
(36,32,48)
#1D1B28
(29,27,40)
#161620
(22,22,32)
#0F1118
(15,17,24)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #4E3E60

#4E3E60
(78,62,96)
#5E4F6E
(94,79,110)
#6E607C
(110,96,124)
#7E718A
(126,113,138)
#8E8298
(142,130,152)
#9E93A6
(158,147,166)
#AEA4B4
(174,164,180)
#BEB5C2
(190,181,194)
#CEC6D0
(206,198,208)
#DED7DE
(222,215,222)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3E60 color. Also use rgb(78,62,96) instead hex code.

Text Font Color

.myTextColor { color: #4E3E60; }

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

This text font color is #4E3E60.


Background Color

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

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

This div background color is #4E3E60.


Border color

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

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

This div border color is #4E3E60.


Opacity

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

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

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

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

This text has shadow with #4E3E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3E60 on black background.


Color preview on white background

This text has color #4E3E60 on white background.



Black color preview on #4E3E60 background

This text has black color on #4E3E60 background.


White color preview on #4E3E60 background

This text has white color on #4E3E60 background.