COLOR #4E5568

HEX: #4E5568 RGB: (78,85,104)

Color info

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

RGB color model

#4E5568 color RGB value is (78,85,104).

RGB: (78,85,104) (31%, 33%, 41%)

RGB channels and saturation

R 78 of 255 = 31%
G 85 of 255 = 33%
B 104 of 255 = 41%

78
85
104

R + G + B ~ 35%. #4E5568 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 85 + 104 = 267 (100%)
R 78 of 267 ~ 29.21%
G 85 of 267 ~ 31.84%
B 104 of 267 ~ 38.95'%

%29.21
%31.84
%38.95

CMYK color model

#4E5568 color CMYK value is (25,18,0,59).

  • cyan value is 25.00%
  • magenta value is 18.27%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (25,18,0,59)
C25M18Y0K59 (25%, 18%, 0%, 59%)
(0.25 / 0.18 / 0.00 / 0.59)

CMYK percentages

%25
%18.27
%0
%59.22

Codes

Color #4E5568 in popluar color models

4E 55 68
RGB 78 85 104
HSL 224° 14.29% 35.69%
HSB/HSV 224° 25.00% 40.78%
CMYK 25.00% 18.27% 0.00%
59.22%

Color #4E5568 in popluar number systems.

HEX 4E 55 68
Decimal 78 85 104
Binary 1001110 1010101 1101000
Octal 116 125 150

Shades and tints

Shades of #4E5568

#4E5568
(78,85,104)
#474E5F
(71,78,95)
#404756
(64,71,86)
#39404D
(57,64,77)
#323944
(50,57,68)
#2B323B
(43,50,59)
#242B32
(36,43,50)
#1D2429
(29,36,41)
#161D20
(22,29,32)
#0F1617
(15,22,23)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #4E5568

#4E5568
(78,85,104)
#5E6475
(94,100,117)
#6E7382
(110,115,130)
#7E828F
(126,130,143)
#8E919C
(142,145,156)
#9EA0A9
(158,160,169)
#AEAFB6
(174,175,182)
#BEBEC3
(190,190,195)
#CECDD0
(206,205,208)
#DEDCDD
(222,220,221)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5568 color. Also use rgb(78,85,104) instead hex code.

Text Font Color

.myTextColor { color: #4E5568; }

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

This text font color is #4E5568.

Background Color

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

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

This div background color is #4E5568.

Border color

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

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

This div border color is #4E5568.

Opacity

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

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

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

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

This text has shadow with #4E5568 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5568.

Preview

Color preview on black background

This text has color #4E5568 on black background.


Color preview on white background

This text has color #4E5568 on white background.


Black color preview on #4E5568 background

This text has black color on #4E5568 background.


White color preview on #4E5568 background

This text has white color on #4E5568 background.


Related colors

Complementary color

Complementary color for #hex is #B1AA97.


I love getcolorcode.com

Triadic colors

1 #684E55 and #55684E with #4E5568 are triadic colors.

2 #68554E and #554E68 with #4E5568 are triadic colors.