COLOR #4E3E5E

HEX: #4E3E5E
RGB: (78,62,94)

Color info

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

RGB color model

#4E3E5E color RGB value is (78,62,94).

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

RGB channels and saturation

R 78 of 255 = 31%
G 62 of 255 = 24%
B 94 of 255 = 37%

78
62
94

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

Portions of RGB colors in percentages

R + G + B =
78 + 62 + 94 = 234 (100%)
R 78 of 234 ~ 33.33%
G 62 of 234 ~ 26.5%
B 94 of 234 ~ 40.17%

%33.33
%26.5
%40.17

CMYK color model

#4E3E5E color CMYK value is (17,34,0,63).

  • cyan value is 17.02%
  • magenta value is 34.04%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(17,34,0,63)
C17M34Y0K63 
(17%,34%,0%,63%)
(0.17/0.34/0.00/0.63)	

CMYK percentages

%17.02
%34.04
%0
%63.14

Codes

Color #4E3E5E in popluar color models

4E3E5E
RGB786294
HSL270°20.51%30.59%
HSB/HSV270°34.04%36.86%
CMYK17.02%34.04%0.00%
63.14%

Color #4E3E5E in popluar number systems.

HEX4E3E5E
Decimal786294
Binary10011101111101011110
Octal11676136

Shades and tints

Shades of #4E3E5E

#4E3E5E
(78,62,94)
#473956
(71,57,86)
#40344E
(64,52,78)
#392F46
(57,47,70)
#322A3E
(50,42,62)
#2B2536
(43,37,54)
#24202E
(36,32,46)
#1D1B26
(29,27,38)
#16161E
(22,22,30)
#0F1116
(15,17,22)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #4E3E5E

#4E3E5E
(78,62,94)
#5E4F6C
(94,79,108)
#6E607A
(110,96,122)
#7E7188
(126,113,136)
#8E8296
(142,130,150)
#9E93A4
(158,147,164)
#AEA4B2
(174,164,178)
#BEB5C0
(190,181,192)
#CEC6CE
(206,198,206)
#DED7DC
(222,215,220)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3E5E; }

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

This text font color is #4E3E5E.


Background Color

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

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

This div background color is #4E3E5E.


Border color

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

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

This div border color is #4E3E5E.


Opacity

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

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

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

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

This text has shadow with #4E3E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3E5E on black background.


Color preview on white background

This text has color #4E3E5E on white background.



Black color preview on #4E3E5E background

This text has black color on #4E3E5E background.


White color preview on #4E3E5E background

This text has white color on #4E3E5E background.