COLOR #4E3A51

HEX: #4E3A51 RGB: (78,58,81)

Color info

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

RGB color model

#4E3A51 color RGB value is (78,58,81).

RGB: (78,58,81) (31%, 23%, 32%)

RGB channels and saturation

R 78 of 255 = 31%
G 58 of 255 = 23%
B 81 of 255 = 32%

78
58
81

R + G + B ~ 29%. #4E3A51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 58 + 81 = 217 (100%)
R 78 of 217 ~ 35.94%
G 58 of 217 ~ 26.73%
B 81 of 217 ~ 37.33'%

%35.94
%26.73
%37.33

CMYK color model

#4E3A51 color CMYK value is (4,28,0,68).

  • cyan value is 3.70%
  • magenta value is 28.40%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (4,28,0,68)
C4M28Y0K68 (4%, 28%, 0%, 68%)
(0.04 / 0.28 / 0.00 / 0.68)

CMYK percentages

%3.7
%28.4
%0
%68.24

Codes

Color #4E3A51 in popluar color models

4E 3A 51
RGB 78 58 81
HSL 292° 16.55% 27.25%
HSB/HSV 292° 28.40% 31.76%
CMYK 3.70% 28.40% 0.00%
68.24%

Color #4E3A51 in popluar number systems.

HEX 4E 3A 51
Decimal 78 58 81
Binary 1001110 111010 1010001
Octal 116 72 121

Shades and tints

Shades of #4E3A51

#4E3A51
(78,58,81)
#47354A
(71,53,74)
#403043
(64,48,67)
#392B3C
(57,43,60)
#322635
(50,38,53)
#2B212E
(43,33,46)
#241C27
(36,28,39)
#1D1720
(29,23,32)
#161219
(22,18,25)
#0F0D12
(15,13,18)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #4E3A51

#4E3A51
(78,58,81)
#5E4B60
(94,75,96)
#6E5C6F
(110,92,111)
#7E6D7E
(126,109,126)
#8E7E8D
(142,126,141)
#9E8F9C
(158,143,156)
#AEA0AB
(174,160,171)
#BEB1BA
(190,177,186)
#CEC2C9
(206,194,201)
#DED3D8
(222,211,216)
#EEE4E7
(238,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3A51 color. Also use rgb(78,58,81) instead hex code.

Text Font Color

.myTextColor { color: #4E3A51; }

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

This text font color is #4E3A51.

Background Color

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

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

This div background color is #4E3A51.

Border color

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

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

This div border color is #4E3A51.

Opacity

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

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

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

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

This text has shadow with #4E3A51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E3A51.

Preview

Color preview on black background

This text has color #4E3A51 on black background.


Color preview on white background

This text has color #4E3A51 on white background.


Black color preview on #4E3A51 background

This text has black color on #4E3A51 background.


White color preview on #4E3A51 background

This text has white color on #4E3A51 background.


Related colors

Complementary color

Complementary color for #hex is #B1C5AE.


I love getcolorcode.com

Triadic colors

1 #514E3A and #3A514E with #4E3A51 are triadic colors.

2 #513A4E and #3A4E51 with #4E3A51 are triadic colors.