COLOR #4E5B57

HEX: #4E5B57
RGB: (78,91,87)

Color info

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

RGB color model

#4E5B57 color RGB value is (78,91,87).

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

RGB channels and saturation

R 78 of 255 = 31%
G 91 of 255 = 36%
B 87 of 255 = 34%

78
91
87

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

Portions of RGB colors in percentages

R + G + B =
78 + 91 + 87 = 256 (100%)
R 78 of 256 ~ 30.47%
G 91 of 256 ~ 35.55%
B 87 of 256 ~ 33.98%

%30.47
%35.55
%33.98

CMYK color model

#4E5B57 color CMYK value is (14,0,4,64).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 4.40%
  • key color value is 64.31%
CMYK:
(14,0,4,64)
C14M0Y4K64 
(14%,0%,4%,64%)
(0.14/0.00/0.04/0.64)	

CMYK percentages

%14.29
%0
%4.4
%64.31

Codes

Color #4E5B57 in popluar color models

4E5B57
RGB789187
HSL162°7.69%33.14%
HSB/HSV162°14.29%35.69%
CMYK14.29%0.00%4.40%
64.31%

Color #4E5B57 in popluar number systems.

HEX4E5B57
Decimal789187
Binary100111010110111010111
Octal116133127

Shades and tints

Shades of #4E5B57

#4E5B57
(78,91,87)
#475350
(71,83,80)
#404B49
(64,75,73)
#394342
(57,67,66)
#323B3B
(50,59,59)
#2B3334
(43,51,52)
#242B2D
(36,43,45)
#1D2326
(29,35,38)
#161B1F
(22,27,31)
#0F1318
(15,19,24)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #4E5B57

#4E5B57
(78,91,87)
#5E6966
(94,105,102)
#6E7775
(110,119,117)
#7E8584
(126,133,132)
#8E9393
(142,147,147)
#9EA1A2
(158,161,162)
#AEAFB1
(174,175,177)
#BEBDC0
(190,189,192)
#CECBCF
(206,203,207)
#DED9DE
(222,217,222)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5B57; }

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

This text font color is #4E5B57.


Background Color

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

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

This div background color is #4E5B57.


Border color

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

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

This div border color is #4E5B57.


Opacity

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

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

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

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

This text has shadow with #4E5B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5B57 on black background.


Color preview on white background

This text has color #4E5B57 on white background.



Black color preview on #4E5B57 background

This text has black color on #4E5B57 background.


White color preview on #4E5B57 background

This text has white color on #4E5B57 background.