COLOR #4E3F57

HEX: #4E3F57
RGB: (78,63,87)

Color info

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

RGB color model

#4E3F57 color RGB value is (78,63,87).

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

RGB channels and saturation

R 78 of 255 = 31%
G 63 of 255 = 25%
B 87 of 255 = 34%

78
63
87

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

Portions of RGB colors in percentages

R + G + B =
78 + 63 + 87 = 228 (100%)
R 78 of 228 ~ 34.21%
G 63 of 228 ~ 27.63%
B 87 of 228 ~ 38.16%

%34.21
%27.63
%38.16

CMYK color model

#4E3F57 color CMYK value is (10,28,0,66).

  • cyan value is 10.34%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(10,28,0,66)
C10M28Y0K66 
(10%,28%,0%,66%)
(0.10/0.28/0.00/0.66)	

CMYK percentages

%10.34
%27.59
%0
%65.88

Codes

Color #4E3F57 in popluar color models

4E3F57
RGB786387
HSL278°16.00%29.41%
HSB/HSV278°27.59%34.12%
CMYK10.34%27.59%0.00%
65.88%

Color #4E3F57 in popluar number systems.

HEX4E3F57
Decimal786387
Binary10011101111111010111
Octal11677127

Shades and tints

Shades of #4E3F57

#4E3F57
(78,63,87)
#473A50
(71,58,80)
#403549
(64,53,73)
#393042
(57,48,66)
#322B3B
(50,43,59)
#2B2634
(43,38,52)
#24212D
(36,33,45)
#1D1C26
(29,28,38)
#16171F
(22,23,31)
#0F1218
(15,18,24)
#080D11
(8,13,17)
#000000
(0,0,0)

Tints of #4E3F57

#4E3F57
(78,63,87)
#5E5066
(94,80,102)
#6E6175
(110,97,117)
#7E7284
(126,114,132)
#8E8393
(142,131,147)
#9E94A2
(158,148,162)
#AEA5B1
(174,165,177)
#BEB6C0
(190,182,192)
#CEC7CF
(206,199,207)
#DED8DE
(222,216,222)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3F57; }

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

This text font color is #4E3F57.


Background Color

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

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

This div background color is #4E3F57.


Border color

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

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

This div border color is #4E3F57.


Opacity

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

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

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

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

This text has shadow with #4E3F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3F57 on black background.


Color preview on white background

This text has color #4E3F57 on white background.



Black color preview on #4E3F57 background

This text has black color on #4E3F57 background.


White color preview on #4E3F57 background

This text has white color on #4E3F57 background.