COLOR #4E5D6F

HEX: #4E5D6F
RGB: (78,93,111)

Color info

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

RGB color model

#4E5D6F color RGB value is (78,93,111).

  • red value is 78;
  • green value is 93;
  • blue value is 111.
RGB:
(78,93,111)
(31%,36%,44%)

RGB channels and saturation

R 78 of 255 = 31%
G 93 of 255 = 36%
B 111 of 255 = 44%

78
93
111

R + G + B ~ 37%. #4E5D6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 93 + 111 = 282 (100%)
R 78 of 282 ~ 27.66%
G 93 of 282 ~ 32.98%
B 111 of 282 ~ 39.36%

%27.66
%32.98
%39.36

CMYK color model

#4E5D6F color CMYK value is (30,16,0,56).

  • cyan value is 29.73%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(30,16,0,56)
C30M16Y0K56 
(30%,16%,0%,56%)
(0.30/0.16/0.00/0.56)	

CMYK percentages

%29.73
%16.22
%0
%56.47

Codes

Color #4E5D6F in popluar color models

4E5D6F
RGB7893111
HSL213°17.46%37.06%
HSB/HSV213°29.73%43.53%
CMYK29.73%16.22%0.00%
56.47%

Color #4E5D6F in popluar number systems.

HEX4E5D6F
Decimal7893111
Binary100111010111011101111
Octal116135157

Shades and tints

Shades of #4E5D6F

#4E5D6F
(78,93,111)
#475565
(71,85,101)
#404D5B
(64,77,91)
#394551
(57,69,81)
#323D47
(50,61,71)
#2B353D
(43,53,61)
#242D33
(36,45,51)
#1D2529
(29,37,41)
#161D1F
(22,29,31)
#0F1515
(15,21,21)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #4E5D6F

#4E5D6F
(78,93,111)
#5E6B7C
(94,107,124)
#6E7989
(110,121,137)
#7E8796
(126,135,150)
#8E95A3
(142,149,163)
#9EA3B0
(158,163,176)
#AEB1BD
(174,177,189)
#BEBFCA
(190,191,202)
#CECDD7
(206,205,215)
#DEDBE4
(222,219,228)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5D6F; }

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

This text font color is #4E5D6F.


Background Color

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

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

This div background color is #4E5D6F.


Border color

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

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

This div border color is #4E5D6F.


Opacity

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

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

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

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

This text has shadow with #4E5D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5D6F on black background.


Color preview on white background

This text has color #4E5D6F on white background.



Black color preview on #4E5D6F background

This text has black color on #4E5D6F background.


White color preview on #4E5D6F background

This text has white color on #4E5D6F background.