COLOR #4E3457

HEX: #4E3457 RGB: (78,52,87)

Color info

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

RGB color model

#4E3457 color RGB value is (78,52,87).

RGB: (78,52,87) (31%, 20%, 34%)

RGB channels and saturation

R 78 of 255 = 31%
G 52 of 255 = 20%
B 87 of 255 = 34%

78
52
87

R + G + B ~ 28%. #4E3457 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 52 + 87 = 217 (100%)
R 78 of 217 ~ 35.94%
G 52 of 217 ~ 23.96%
B 87 of 217 ~ 40.09'%

%35.94
%23.96
%40.09

CMYK color model

#4E3457 color CMYK value is (10,40,0,66).

  • cyan value is 10.34%
  • magenta value is 40.23%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (10,40,0,66)
C10M40Y0K66 (10%, 40%, 0%, 66%)
(0.10 / 0.40 / 0.00 / 0.66)

CMYK percentages

%10.34
%40.23
%0
%65.88

Codes

Color #4E3457 in popluar color models

4E 34 57
RGB 78 52 87
HSL 285° 25.18% 27.25%
HSB/HSV 285° 40.23% 34.12%
CMYK 10.34% 40.23% 0.00%
65.88%

Color #4E3457 in popluar number systems.

HEX 4E 34 57
Decimal 78 52 87
Binary 1001110 110100 1010111
Octal 116 64 127

Shades and tints

Shades of #4E3457

#4E3457
(78,52,87)
#473050
(71,48,80)
#402C49
(64,44,73)
#392842
(57,40,66)
#32243B
(50,36,59)
#2B2034
(43,32,52)
#241C2D
(36,28,45)
#1D1826
(29,24,38)
#16141F
(22,20,31)
#0F1018
(15,16,24)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #4E3457

#4E3457
(78,52,87)
#5E4666
(94,70,102)
#6E5875
(110,88,117)
#7E6A84
(126,106,132)
#8E7C93
(142,124,147)
#9E8EA2
(158,142,162)
#AEA0B1
(174,160,177)
#BEB2C0
(190,178,192)
#CEC4CF
(206,196,207)
#DED6DE
(222,214,222)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3457; }

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

This text font color is #4E3457.

Background Color

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

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

This div background color is #4E3457.

Border color

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

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

This div border color is #4E3457.

Opacity

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

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

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

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

This text has shadow with #4E3457 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E3457.

Preview

Color preview on black background

This text has color #4E3457 on black background.


Color preview on white background

This text has color #4E3457 on white background.


Black color preview on #4E3457 background

This text has black color on #4E3457 background.


White color preview on #4E3457 background

This text has white color on #4E3457 background.


Related colors

Complementary color

Complementary color for #hex is #B1CBA8.


I love getcolorcode.com

Triadic colors

1 #574E34 and #34574E with #4E3457 are triadic colors.

2 #57344E and #344E57 with #4E3457 are triadic colors.