COLOR #4E4E5E

HEX: #4E4E5E
RGB: (78,78,94)

Color info

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

RGB color model

#4E4E5E color RGB value is (78,78,94).

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

RGB channels and saturation

R 78 of 255 = 31%
G 78 of 255 = 31%
B 94 of 255 = 37%

78
78
94

R + G + B ~ 33%. #4E4E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 78 + 94 = 250 (100%)
R 78 of 250 ~ 31.2%
G 78 of 250 ~ 31.2%
B 94 of 250 ~ 37.6%

%31.2
%31.2
%37.6

CMYK color model

#4E4E5E color CMYK value is (17,17,0,63).

  • cyan value is 17.02%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(17,17,0,63)
C17M17Y0K63 
(17%,17%,0%,63%)
(0.17/0.17/0.00/0.63)	

CMYK percentages

%17.02
%17.02
%0
%63.14

Codes

Color #4E4E5E in popluar color models

4E4E5E
RGB787894
HSL240°9.30%33.73%
HSB/HSV240°17.02%36.86%
CMYK17.02%17.02%0.00%
63.14%

Color #4E4E5E in popluar number systems.

HEX4E4E5E
Decimal787894
Binary100111010011101011110
Octal116116136

Shades and tints

Shades of #4E4E5E

#4E4E5E
(78,78,94)
#474756
(71,71,86)
#40404E
(64,64,78)
#393946
(57,57,70)
#32323E
(50,50,62)
#2B2B36
(43,43,54)
#24242E
(36,36,46)
#1D1D26
(29,29,38)
#16161E
(22,22,30)
#0F0F16
(15,15,22)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #4E4E5E

#4E4E5E
(78,78,94)
#5E5E6C
(94,94,108)
#6E6E7A
(110,110,122)
#7E7E88
(126,126,136)
#8E8E96
(142,142,150)
#9E9EA4
(158,158,164)
#AEAEB2
(174,174,178)
#BEBEC0
(190,190,192)
#CECECE
(206,206,206)
#DEDEDC
(222,222,220)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4E5E; }

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

This text font color is #4E4E5E.


Background Color

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

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

This div background color is #4E4E5E.


Border color

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

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

This div border color is #4E4E5E.


Opacity

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

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

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

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

This text has shadow with #4E4E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4E5E on black background.


Color preview on white background

This text has color #4E4E5E on white background.



Black color preview on #4E4E5E background

This text has black color on #4E4E5E background.


White color preview on #4E4E5E background

This text has white color on #4E4E5E background.