COLOR #4E5E6A

HEX: #4E5E6A
RGB: (78,94,106)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
94
106

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

Portions of RGB colors in percentages

R + G + B =
78 + 94 + 106 = 278 (100%)
R 78 of 278 ~ 28.06%
G 94 of 278 ~ 33.81%
B 106 of 278 ~ 38.13%

%28.06
%33.81
%38.13

CMYK color model

#4E5E6A color CMYK value is (26,11,0,58).

  • cyan value is 26.42%
  • magenta value is 11.32%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(26,11,0,58)
C26M11Y0K58 
(26%,11%,0%,58%)
(0.26/0.11/0.00/0.58)	

CMYK percentages

%26.42
%11.32
%0
%58.43

Codes

Color #4E5E6A in popluar color models

4E5E6A
RGB7894106
HSL206°15.22%36.08%
HSB/HSV206°26.42%41.57%
CMYK26.42%11.32%0.00%
58.43%

Color #4E5E6A in popluar number systems.

HEX4E5E6A
Decimal7894106
Binary100111010111101101010
Octal116136152

Shades and tints

Shades of #4E5E6A

#4E5E6A
(78,94,106)
#475661
(71,86,97)
#404E58
(64,78,88)
#39464F
(57,70,79)
#323E46
(50,62,70)
#2B363D
(43,54,61)
#242E34
(36,46,52)
#1D262B
(29,38,43)
#161E22
(22,30,34)
#0F1619
(15,22,25)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #4E5E6A

#4E5E6A
(78,94,106)
#5E6C77
(94,108,119)
#6E7A84
(110,122,132)
#7E8891
(126,136,145)
#8E969E
(142,150,158)
#9EA4AB
(158,164,171)
#AEB2B8
(174,178,184)
#BEC0C5
(190,192,197)
#CECED2
(206,206,210)
#DEDCDF
(222,220,223)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5E6A; }

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

This text font color is #4E5E6A.


Background Color

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

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

This div background color is #4E5E6A.


Border color

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

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

This div border color is #4E5E6A.


Opacity

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

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

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

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

This text has shadow with #4E5E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5E6A on black background.


Color preview on white background

This text has color #4E5E6A on white background.



Black color preview on #4E5E6A background

This text has black color on #4E5E6A background.


White color preview on #4E5E6A background

This text has white color on #4E5E6A background.