COLOR #4E5760

HEX: #4E5760
RGB: (78,87,96)

Color info

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

RGB color model

#4E5760 color RGB value is (78,87,96).

  • red value is 78;
  • green value is 87;
  • blue value is 96.
RGB:
(78,87,96)
(31%,34%,38%)

RGB channels and saturation

R 78 of 255 = 31%
G 87 of 255 = 34%
B 96 of 255 = 38%

78
87
96

R + G + B ~ 34%. #4E5760 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 87 + 96 = 261 (100%)
R 78 of 261 ~ 29.89%
G 87 of 261 ~ 33.33%
B 96 of 261 ~ 36.78%

%29.89
%33.33
%36.78

CMYK color model

#4E5760 color CMYK value is (19,9,0,62).

  • cyan value is 18.75%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(19,9,0,62)
C19M9Y0K62 
(19%,9%,0%,62%)
(0.19/0.09/0.00/0.62)	

CMYK percentages

%18.75
%9.38
%0
%62.35

Codes

Color #4E5760 in popluar color models

4E5760
RGB788796
HSL210°10.34%34.12%
HSB/HSV210°18.75%37.65%
CMYK18.75%9.38%0.00%
62.35%

Color #4E5760 in popluar number systems.

HEX4E5760
Decimal788796
Binary100111010101111100000
Octal116127140

Shades and tints

Shades of #4E5760

#4E5760
(78,87,96)
#475058
(71,80,88)
#404950
(64,73,80)
#394248
(57,66,72)
#323B40
(50,59,64)
#2B3438
(43,52,56)
#242D30
(36,45,48)
#1D2628
(29,38,40)
#161F20
(22,31,32)
#0F1818
(15,24,24)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #4E5760

#4E5760
(78,87,96)
#5E666E
(94,102,110)
#6E757C
(110,117,124)
#7E848A
(126,132,138)
#8E9398
(142,147,152)
#9EA2A6
(158,162,166)
#AEB1B4
(174,177,180)
#BEC0C2
(190,192,194)
#CECFD0
(206,207,208)
#DEDEDE
(222,222,222)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5760 color. Also use rgb(78,87,96) instead hex code.

Text Font Color

.myTextColor { color: #4E5760; }

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

This text font color is #4E5760.


Background Color

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

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

This div background color is #4E5760.


Border color

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

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

This div border color is #4E5760.


Opacity

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

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

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

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

This text has shadow with #4E5760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5760 on black background.


Color preview on white background

This text has color #4E5760 on white background.



Black color preview on #4E5760 background

This text has black color on #4E5760 background.


White color preview on #4E5760 background

This text has white color on #4E5760 background.