COLOR #4E5E73

HEX: #4E5E73
RGB: (78,94,115)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
94
115

R + G + B ~ 38%. #4E5E73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 94 + 115 = 287 (100%)
R 78 of 287 ~ 27.18%
G 94 of 287 ~ 32.75%
B 115 of 287 ~ 40.07%

%27.18
%32.75
%40.07

CMYK color model

#4E5E73 color CMYK value is (32,18,0,55).

  • cyan value is 32.17%
  • magenta value is 18.26%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(32,18,0,55)
C32M18Y0K55 
(32%,18%,0%,55%)
(0.32/0.18/0.00/0.55)	

CMYK percentages

%32.17
%18.26
%0
%54.9

Codes

Color #4E5E73 in popluar color models

4E5E73
RGB7894115
HSL214°19.17%37.84%
HSB/HSV214°32.17%45.10%
CMYK32.17%18.26%0.00%
54.90%

Color #4E5E73 in popluar number systems.

HEX4E5E73
Decimal7894115
Binary100111010111101110011
Octal116136163

Shades and tints

Shades of #4E5E73

#4E5E73
(78,94,115)
#475669
(71,86,105)
#404E5F
(64,78,95)
#394655
(57,70,85)
#323E4B
(50,62,75)
#2B3641
(43,54,65)
#242E37
(36,46,55)
#1D262D
(29,38,45)
#161E23
(22,30,35)
#0F1619
(15,22,25)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #4E5E73

#4E5E73
(78,94,115)
#5E6C7F
(94,108,127)
#6E7A8B
(110,122,139)
#7E8897
(126,136,151)
#8E96A3
(142,150,163)
#9EA4AF
(158,164,175)
#AEB2BB
(174,178,187)
#BEC0C7
(190,192,199)
#CECED3
(206,206,211)
#DEDCDF
(222,220,223)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5E73; }

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

This text font color is #4E5E73.


Background Color

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

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

This div background color is #4E5E73.


Border color

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

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

This div border color is #4E5E73.


Opacity

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

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

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

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

This text has shadow with #4E5E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5E73 on black background.


Color preview on white background

This text has color #4E5E73 on white background.



Black color preview on #4E5E73 background

This text has black color on #4E5E73 background.


White color preview on #4E5E73 background

This text has white color on #4E5E73 background.