COLOR #4E5053

HEX: #4E5053 RGB: (78,80,83)

Color info

#4E5053 contains red, green and blue colors in about the same proportion. Web safe color of #4E5053 is #666666 (or #666).

RGB color model

#4E5053 color RGB value is (78,80,83).

RGB: (78,80,83) (31%, 31%, 33%)

RGB channels and saturation

R 78 of 255 = 31%
G 80 of 255 = 31%
B 83 of 255 = 33%

78
80
83

R + G + B ~ 32%. #4E5053 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 80 + 83 = 241 (100%)
R 78 of 241 ~ 32.37%
G 80 of 241 ~ 33.2%
B 83 of 241 ~ 34.44'%

%32.37
%33.2
%34.44

CMYK color model

#4E5053 color CMYK value is (6,4,0,67).

  • cyan value is 6.02%
  • magenta value is 3.61%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (6,4,0,67)
C6M4Y0K67 (6%, 4%, 0%, 67%)
(0.06 / 0.04 / 0.00 / 0.67)

CMYK percentages

%6.02
%3.61
%0
%67.45

Codes

Color #4E5053 in popluar color models

4E 50 53
RGB 78 80 83
HSL 216° 3.11% 31.57%
HSB/HSV 216° 6.02% 32.55%
CMYK 6.02% 3.61% 0.00%
67.45%

Color #4E5053 in popluar number systems.

HEX 4E 50 53
Decimal 78 80 83
Binary 1001110 1010000 1010011
Octal 116 120 123

Shades and tints

Shades of #4E5053

#4E5053
(78,80,83)
#47494C
(71,73,76)
#404245
(64,66,69)
#393B3E
(57,59,62)
#323437
(50,52,55)
#2B2D30
(43,45,48)
#242629
(36,38,41)
#1D1F22
(29,31,34)
#16181B
(22,24,27)
#0F1114
(15,17,20)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #4E5053

#4E5053
(78,80,83)
#5E5F62
(94,95,98)
#6E6E71
(110,110,113)
#7E7D80
(126,125,128)
#8E8C8F
(142,140,143)
#9E9B9E
(158,155,158)
#AEAAAD
(174,170,173)
#BEB9BC
(190,185,188)
#CEC8CB
(206,200,203)
#DED7DA
(222,215,218)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5053; }

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

This text font color is #4E5053.

Background Color

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

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

This div background color is #4E5053.

Border color

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

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

This div border color is #4E5053.

Opacity

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

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

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

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

This text has shadow with #4E5053 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5053.

Preview

Color preview on black background

This text has color #4E5053 on black background.


Color preview on white background

This text has color #4E5053 on white background.


Black color preview on #4E5053 background

This text has black color on #4E5053 background.


White color preview on #4E5053 background

This text has white color on #4E5053 background.


Related colors

Complementary color

Complementary color for #hex is #B1AFAC.


I love getcolorcode.com

Triadic colors

1 #534E50 and #50534E with #4E5053 are triadic colors.

2 #53504E and #504E53 with #4E5053 are triadic colors.