COLOR #4E5B60

HEX: #4E5B60
RGB: (78,91,96)

Color info

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

RGB color model

#4E5B60 color RGB value is (78,91,96).

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

RGB channels and saturation

R 78 of 255 = 31%
G 91 of 255 = 36%
B 96 of 255 = 38%

78
91
96

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

Portions of RGB colors in percentages

R + G + B =
78 + 91 + 96 = 265 (100%)
R 78 of 265 ~ 29.43%
G 91 of 265 ~ 34.34%
B 96 of 265 ~ 36.23%

%29.43
%34.34
%36.23

CMYK color model

#4E5B60 color CMYK value is (19,5,0,62).

  • cyan value is 18.75%
  • magenta value is 5.21%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(19,5,0,62)
C19M5Y0K62 
(19%,5%,0%,62%)
(0.19/0.05/0.00/0.62)	

CMYK percentages

%18.75
%5.21
%0
%62.35

Codes

Color #4E5B60 in popluar color models

4E5B60
RGB789196
HSL197°10.34%34.12%
HSB/HSV197°18.75%37.65%
CMYK18.75%5.21%0.00%
62.35%

Color #4E5B60 in popluar number systems.

HEX4E5B60
Decimal789196
Binary100111010110111100000
Octal116133140

Shades and tints

Shades of #4E5B60

#4E5B60
(78,91,96)
#475358
(71,83,88)
#404B50
(64,75,80)
#394348
(57,67,72)
#323B40
(50,59,64)
#2B3338
(43,51,56)
#242B30
(36,43,48)
#1D2328
(29,35,40)
#161B20
(22,27,32)
#0F1318
(15,19,24)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #4E5B60

#4E5B60
(78,91,96)
#5E696E
(94,105,110)
#6E777C
(110,119,124)
#7E858A
(126,133,138)
#8E9398
(142,147,152)
#9EA1A6
(158,161,166)
#AEAFB4
(174,175,180)
#BEBDC2
(190,189,194)
#CECBD0
(206,203,208)
#DED9DE
(222,217,222)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5B60; }

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

This text font color is #4E5B60.


Background Color

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

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

This div background color is #4E5B60.


Border color

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

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

This div border color is #4E5B60.


Opacity

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

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

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

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

This text has shadow with #4E5B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5B60 on black background.


Color preview on white background

This text has color #4E5B60 on white background.



Black color preview on #4E5B60 background

This text has black color on #4E5B60 background.


White color preview on #4E5B60 background

This text has white color on #4E5B60 background.