COLOR #4E3E57

HEX: #4E3E57
RGB: (78,62,87)

Color info

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

RGB color model

#4E3E57 color RGB value is (78,62,87).

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

RGB channels and saturation

R 78 of 255 = 31%
G 62 of 255 = 24%
B 87 of 255 = 34%

78
62
87

R + G + B ~ 30%. #4E3E57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 62 + 87 = 227 (100%)
R 78 of 227 ~ 34.36%
G 62 of 227 ~ 27.31%
B 87 of 227 ~ 38.33%

%34.36
%27.31
%38.33

CMYK color model

#4E3E57 color CMYK value is (10,29,0,66).

  • cyan value is 10.34%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(10,29,0,66)
C10M29Y0K66 
(10%,29%,0%,66%)
(0.10/0.29/0.00/0.66)	

CMYK percentages

%10.34
%28.74
%0
%65.88

Codes

Color #4E3E57 in popluar color models

4E3E57
RGB786287
HSL278°16.78%29.22%
HSB/HSV278°28.74%34.12%
CMYK10.34%28.74%0.00%
65.88%

Color #4E3E57 in popluar number systems.

HEX4E3E57
Decimal786287
Binary10011101111101010111
Octal11676127

Shades and tints

Shades of #4E3E57

#4E3E57
(78,62,87)
#473950
(71,57,80)
#403449
(64,52,73)
#392F42
(57,47,66)
#322A3B
(50,42,59)
#2B2534
(43,37,52)
#24202D
(36,32,45)
#1D1B26
(29,27,38)
#16161F
(22,22,31)
#0F1118
(15,17,24)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #4E3E57

#4E3E57
(78,62,87)
#5E4F66
(94,79,102)
#6E6075
(110,96,117)
#7E7184
(126,113,132)
#8E8293
(142,130,147)
#9E93A2
(158,147,162)
#AEA4B1
(174,164,177)
#BEB5C0
(190,181,192)
#CEC6CF
(206,198,207)
#DED7DE
(222,215,222)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3E57; }

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

This text font color is #4E3E57.


Background Color

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

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

This div background color is #4E3E57.


Border color

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

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

This div border color is #4E3E57.


Opacity

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

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

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

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

This text has shadow with #4E3E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3E57 on black background.


Color preview on white background

This text has color #4E3E57 on white background.



Black color preview on #4E3E57 background

This text has black color on #4E3E57 background.


White color preview on #4E3E57 background

This text has white color on #4E3E57 background.