COLOR #4E4E57

HEX: #4E4E57
RGB: (78,78,87)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
78
87

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

Portions of RGB colors in percentages

R + G + B =
78 + 78 + 87 = 243 (100%)
R 78 of 243 ~ 32.1%
G 78 of 243 ~ 32.1%
B 87 of 243 ~ 35.8%

%32.1
%32.1
%35.8

CMYK color model

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

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

CMYK percentages

%10.34
%10.34
%0
%65.88

Codes

Color #4E4E57 in popluar color models

4E4E57
RGB787887
HSL240°5.45%32.35%
HSB/HSV240°10.34%34.12%
CMYK10.34%10.34%0.00%
65.88%

Color #4E4E57 in popluar number systems.

HEX4E4E57
Decimal787887
Binary100111010011101010111
Octal116116127

Shades and tints

Shades of #4E4E57

#4E4E57
(78,78,87)
#474750
(71,71,80)
#404049
(64,64,73)
#393942
(57,57,66)
#32323B
(50,50,59)
#2B2B34
(43,43,52)
#24242D
(36,36,45)
#1D1D26
(29,29,38)
#16161F
(22,22,31)
#0F0F18
(15,15,24)
#080811
(8,8,17)
#000000
(0,0,0)

Tints of #4E4E57

#4E4E57
(78,78,87)
#5E5E66
(94,94,102)
#6E6E75
(110,110,117)
#7E7E84
(126,126,132)
#8E8E93
(142,142,147)
#9E9EA2
(158,158,162)
#AEAEB1
(174,174,177)
#BEBEC0
(190,190,192)
#CECECF
(206,206,207)
#DEDEDE
(222,222,222)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4E57; }

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

This text font color is #4E4E57.


Background Color

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

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

This div background color is #4E4E57.


Border color

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

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

This div border color is #4E4E57.


Opacity

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

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

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

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

This text has shadow with #4E4E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4E57 on black background.


Color preview on white background

This text has color #4E4E57 on white background.



Black color preview on #4E4E57 background

This text has black color on #4E4E57 background.


White color preview on #4E4E57 background

This text has white color on #4E4E57 background.