COLOR #4E5C77

HEX: #4E5C77
RGB: (78,92,119)

Color info

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

RGB color model

#4E5C77 color RGB value is (78,92,119).

  • red value is 78;
  • green value is 92;
  • blue value is 119.
RGB:
(78,92,119)
(31%,36%,47%)

RGB channels and saturation

R 78 of 255 = 31%
G 92 of 255 = 36%
B 119 of 255 = 47%

78
92
119

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

Portions of RGB colors in percentages

R + G + B =
78 + 92 + 119 = 289 (100%)
R 78 of 289 ~ 26.99%
G 92 of 289 ~ 31.83%
B 119 of 289 ~ 41.18%

%26.99
%31.83
%41.18

CMYK color model

#4E5C77 color CMYK value is (34,23,0,53).

  • cyan value is 34.45%
  • magenta value is 22.69%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(34,23,0,53)
C34M23Y0K53 
(34%,23%,0%,53%)
(0.34/0.23/0.00/0.53)	

CMYK percentages

%34.45
%22.69
%0
%53.33

Codes

Color #4E5C77 in popluar color models

4E5C77
RGB7892119
HSL220°20.81%38.63%
HSB/HSV220°34.45%46.67%
CMYK34.45%22.69%0.00%
53.33%

Color #4E5C77 in popluar number systems.

HEX4E5C77
Decimal7892119
Binary100111010111001110111
Octal116134167

Shades and tints

Shades of #4E5C77

#4E5C77
(78,92,119)
#47546D
(71,84,109)
#404C63
(64,76,99)
#394459
(57,68,89)
#323C4F
(50,60,79)
#2B3445
(43,52,69)
#242C3B
(36,44,59)
#1D2431
(29,36,49)
#161C27
(22,28,39)
#0F141D
(15,20,29)
#080C13
(8,12,19)
#000000
(0,0,0)

Tints of #4E5C77

#4E5C77
(78,92,119)
#5E6A83
(94,106,131)
#6E788F
(110,120,143)
#7E869B
(126,134,155)
#8E94A7
(142,148,167)
#9EA2B3
(158,162,179)
#AEB0BF
(174,176,191)
#BEBECB
(190,190,203)
#CECCD7
(206,204,215)
#DEDAE3
(222,218,227)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5C77; }

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

This text font color is #4E5C77.


Background Color

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

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

This div background color is #4E5C77.


Border color

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

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

This div border color is #4E5C77.


Opacity

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

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

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

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

This text has shadow with #4E5C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5C77 on black background.


Color preview on white background

This text has color #4E5C77 on white background.



Black color preview on #4E5C77 background

This text has black color on #4E5C77 background.


White color preview on #4E5C77 background

This text has white color on #4E5C77 background.