COLOR #4E5654

HEX: #4E5654
RGB: (78,86,84)

Color info

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

RGB color model

#4E5654 color RGB value is (78,86,84).

  • red value is 78;
  • green value is 86;
  • blue value is 84.
RGB:
(78,86,84)
(31%,34%,33%)

RGB channels and saturation

R 78 of 255 = 31%
G 86 of 255 = 34%
B 84 of 255 = 33%

78
86
84

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

Portions of RGB colors in percentages

R + G + B =
78 + 86 + 84 = 248 (100%)
R 78 of 248 ~ 31.45%
G 86 of 248 ~ 34.68%
B 84 of 248 ~ 33.87%

%31.45
%34.68
%33.87

CMYK color model

#4E5654 color CMYK value is (9,0,2,66).

  • cyan value is 9.30%
  • magenta value is 0.00%
  • yellow value is 2.33%
  • key color value is 66.27%
CMYK:
(9,0,2,66)
C9M0Y2K66 
(9%,0%,2%,66%)
(0.09/0.00/0.02/0.66)	

CMYK percentages

%9.3
%0
%2.33
%66.27

Codes

Color #4E5654 in popluar color models

4E5654
RGB788684
HSL165°4.88%32.16%
HSB/HSV165°9.30%33.73%
CMYK9.30%0.00%2.33%
66.27%

Color #4E5654 in popluar number systems.

HEX4E5654
Decimal788684
Binary100111010101101010100
Octal116126124

Shades and tints

Shades of #4E5654

#4E5654
(78,86,84)
#474F4D
(71,79,77)
#404846
(64,72,70)
#39413F
(57,65,63)
#323A38
(50,58,56)
#2B3331
(43,51,49)
#242C2A
(36,44,42)
#1D2523
(29,37,35)
#161E1C
(22,30,28)
#0F1715
(15,23,21)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #4E5654

#4E5654
(78,86,84)
#5E6563
(94,101,99)
#6E7472
(110,116,114)
#7E8381
(126,131,129)
#8E9290
(142,146,144)
#9EA19F
(158,161,159)
#AEB0AE
(174,176,174)
#BEBFBD
(190,191,189)
#CECECC
(206,206,204)
#DEDDDB
(222,221,219)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5654; }

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

This text font color is #4E5654.


Background Color

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

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

This div background color is #4E5654.


Border color

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

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

This div border color is #4E5654.


Opacity

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

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

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

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

This text has shadow with #4E5654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5654 on black background.


Color preview on white background

This text has color #4E5654 on white background.



Black color preview on #4E5654 background

This text has black color on #4E5654 background.


White color preview on #4E5654 background

This text has white color on #4E5654 background.