COLOR #4E5056

HEX: #4E5056
RGB: (78,80,86)

Color info

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

RGB color model

#4E5056 color RGB value is (78,80,86).

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

RGB channels and saturation

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

78
80
86

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

Portions of RGB colors in percentages

R + G + B =
78 + 80 + 86 = 244 (100%)
R 78 of 244 ~ 31.97%
G 80 of 244 ~ 32.79%
B 86 of 244 ~ 35.25%

%31.97
%32.79
%35.25

CMYK color model

#4E5056 color CMYK value is (9,7,0,66).

  • cyan value is 9.30%
  • magenta value is 6.98%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(9,7,0,66)
C9M7Y0K66 
(9%,7%,0%,66%)
(0.09/0.07/0.00/0.66)	

CMYK percentages

%9.3
%6.98
%0
%66.27

Codes

Color #4E5056 in popluar color models

4E5056
RGB788086
HSL225°4.88%32.16%
HSB/HSV225°9.30%33.73%
CMYK9.30%6.98%0.00%
66.27%

Color #4E5056 in popluar number systems.

HEX4E5056
Decimal788086
Binary100111010100001010110
Octal116120126

Shades and tints

Shades of #4E5056

#4E5056
(78,80,86)
#47494F
(71,73,79)
#404248
(64,66,72)
#393B41
(57,59,65)
#32343A
(50,52,58)
#2B2D33
(43,45,51)
#24262C
(36,38,44)
#1D1F25
(29,31,37)
#16181E
(22,24,30)
#0F1117
(15,17,23)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #4E5056

#4E5056
(78,80,86)
#5E5F65
(94,95,101)
#6E6E74
(110,110,116)
#7E7D83
(126,125,131)
#8E8C92
(142,140,146)
#9E9BA1
(158,155,161)
#AEAAB0
(174,170,176)
#BEB9BF
(190,185,191)
#CEC8CE
(206,200,206)
#DED7DD
(222,215,221)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5056; }

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

This text font color is #4E5056.


Background Color

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

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

This div background color is #4E5056.


Border color

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

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

This div border color is #4E5056.


Opacity

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

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

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

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

This text has shadow with #4E5056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5056 on black background.


Color preview on white background

This text has color #4E5056 on white background.



Black color preview on #4E5056 background

This text has black color on #4E5056 background.


White color preview on #4E5056 background

This text has white color on #4E5056 background.