COLOR #4E5A57

HEX: #4E5A57
RGB: (78,90,87)

Color info

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

RGB color model

#4E5A57 color RGB value is (78,90,87).

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

RGB channels and saturation

R 78 of 255 = 31%
G 90 of 255 = 35%
B 87 of 255 = 34%

78
90
87

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

Portions of RGB colors in percentages

R + G + B =
78 + 90 + 87 = 255 (100%)
R 78 of 255 ~ 30.59%
G 90 of 255 ~ 35.29%
B 87 of 255 ~ 34.12%

%30.59
%35.29
%34.12

CMYK color model

#4E5A57 color CMYK value is (13,0,3,65).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 64.71%
CMYK:
(13,0,3,65)
C13M0Y3K65 
(13%,0%,3%,65%)
(0.13/0.00/0.03/0.65)	

CMYK percentages

%13.33
%0
%3.33
%64.71

Codes

Color #4E5A57 in popluar color models

4E5A57
RGB789087
HSL165°7.14%32.94%
HSB/HSV165°13.33%35.29%
CMYK13.33%0.00%3.33%
64.71%

Color #4E5A57 in popluar number systems.

HEX4E5A57
Decimal789087
Binary100111010110101010111
Octal116132127

Shades and tints

Shades of #4E5A57

#4E5A57
(78,90,87)
#475250
(71,82,80)
#404A49
(64,74,73)
#394242
(57,66,66)
#323A3B
(50,58,59)
#2B3234
(43,50,52)
#242A2D
(36,42,45)
#1D2226
(29,34,38)
#161A1F
(22,26,31)
#0F1218
(15,18,24)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #4E5A57

#4E5A57
(78,90,87)
#5E6966
(94,105,102)
#6E7875
(110,120,117)
#7E8784
(126,135,132)
#8E9693
(142,150,147)
#9EA5A2
(158,165,162)
#AEB4B1
(174,180,177)
#BEC3C0
(190,195,192)
#CED2CF
(206,210,207)
#DEE1DE
(222,225,222)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5A57; }

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

This text font color is #4E5A57.


Background Color

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

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

This div background color is #4E5A57.


Border color

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

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

This div border color is #4E5A57.


Opacity

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

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

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

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

This text has shadow with #4E5A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5A57 on black background.


Color preview on white background

This text has color #4E5A57 on white background.



Black color preview on #4E5A57 background

This text has black color on #4E5A57 background.


White color preview on #4E5A57 background

This text has white color on #4E5A57 background.