COLOR #4E5057

HEX: #4E5057
RGB: (78,80,87)

Color info

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

RGB color model

#4E5057 color RGB value is (78,80,87).

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

RGB channels and saturation

R 78 of 255 = 31%
G 80 of 255 = 31%
B 87 of 255 = 34%

78
80
87

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

Portions of RGB colors in percentages

R + G + B =
78 + 80 + 87 = 245 (100%)
R 78 of 245 ~ 31.84%
G 80 of 245 ~ 32.65%
B 87 of 245 ~ 35.51%

%31.84
%32.65
%35.51

CMYK color model

#4E5057 color CMYK value is (10,8,0,66).

  • cyan value is 10.34%
  • magenta value is 8.05%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(10,8,0,66)
C10M8Y0K66 
(10%,8%,0%,66%)
(0.10/0.08/0.00/0.66)	

CMYK percentages

%10.34
%8.05
%0
%65.88

Codes

Color #4E5057 in popluar color models

4E5057
RGB788087
HSL227°5.45%32.35%
HSB/HSV227°10.34%34.12%
CMYK10.34%8.05%0.00%
65.88%

Color #4E5057 in popluar number systems.

HEX4E5057
Decimal788087
Binary100111010100001010111
Octal116120127

Shades and tints

Shades of #4E5057

#4E5057
(78,80,87)
#474950
(71,73,80)
#404249
(64,66,73)
#393B42
(57,59,66)
#32343B
(50,52,59)
#2B2D34
(43,45,52)
#24262D
(36,38,45)
#1D1F26
(29,31,38)
#16181F
(22,24,31)
#0F1118
(15,17,24)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #4E5057

#4E5057
(78,80,87)
#5E5F66
(94,95,102)
#6E6E75
(110,110,117)
#7E7D84
(126,125,132)
#8E8C93
(142,140,147)
#9E9BA2
(158,155,162)
#AEAAB1
(174,170,177)
#BEB9C0
(190,185,192)
#CEC8CF
(206,200,207)
#DED7DE
(222,215,222)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5057; }

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

This text font color is #4E5057.


Background Color

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

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

This div background color is #4E5057.


Border color

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

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

This div border color is #4E5057.


Opacity

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

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

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

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

This text has shadow with #4E5057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5057 on black background.


Color preview on white background

This text has color #4E5057 on white background.



Black color preview on #4E5057 background

This text has black color on #4E5057 background.


White color preview on #4E5057 background

This text has white color on #4E5057 background.