COLOR #4E4A50

HEX: #4E4A50 RGB: (78,74,80)

Color info

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

RGB color model

#4E4A50 color RGB value is (78,74,80).

RGB: (78,74,80) (31%, 29%, 31%)

RGB channels and saturation

R 78 of 255 = 31%
G 74 of 255 = 29%
B 80 of 255 = 31%

78
74
80

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

Portions of RGB colors in percentages

R + G + B = 78 + 74 + 80 = 232 (100%)
R 78 of 232 ~ 33.62%
G 74 of 232 ~ 31.9%
B 80 of 232 ~ 34.48'%

%33.62
%31.9
%34.48

CMYK color model

#4E4A50 color CMYK value is (2,7,0,69).

  • cyan value is 2.50%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (2,7,0,69)
C2M7Y0K69 (2%, 7%, 0%, 69%)
(0.02 / 0.07 / 0.00 / 0.69)

CMYK percentages

%2.5
%7.5
%0
%68.63

Codes

Color #4E4A50 in popluar color models

4E 4A 50
RGB 78 74 80
HSL 280° 3.90% 30.20%
HSB/HSV 280° 7.50% 31.37%
CMYK 2.50% 7.50% 0.00%
68.63%

Color #4E4A50 in popluar number systems.

HEX 4E 4A 50
Decimal 78 74 80
Binary 1001110 1001010 1010000
Octal 116 112 120

Shades and tints

Shades of #4E4A50

#4E4A50
(78,74,80)
#474449
(71,68,73)
#403E42
(64,62,66)
#39383B
(57,56,59)
#323234
(50,50,52)
#2B2C2D
(43,44,45)
#242626
(36,38,38)
#1D201F
(29,32,31)
#161A18
(22,26,24)
#0F1411
(15,20,17)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #4E4A50

#4E4A50
(78,74,80)
#5E5A5F
(94,90,95)
#6E6A6E
(110,106,110)
#7E7A7D
(126,122,125)
#8E8A8C
(142,138,140)
#9E9A9B
(158,154,155)
#AEAAAA
(174,170,170)
#BEBAB9
(190,186,185)
#CECAC8
(206,202,200)
#DEDAD7
(222,218,215)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4A50 color. Also use rgb(78,74,80) instead hex code.

Text Font Color

.myTextColor { color: #4E4A50; }

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

This text font color is #4E4A50.

Background Color

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

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

This div background color is #4E4A50.

Border color

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

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

This div border color is #4E4A50.

Opacity

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

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

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

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

This text has shadow with #4E4A50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4A50.

Preview

Color preview on black background

This text has color #4E4A50 on black background.


Color preview on white background

This text has color #4E4A50 on white background.


Black color preview on #4E4A50 background

This text has black color on #4E4A50 background.


White color preview on #4E4A50 background

This text has white color on #4E4A50 background.


Related colors

Complementary color

Complementary color for #hex is #B1B5AF.


I love getcolorcode.com

Triadic colors

1 #504E4A and #4A504E with #4E4A50 are triadic colors.

2 #504A4E and #4A4E50 with #4E4A50 are triadic colors.