COLOR #4E5D5B

HEX: #4E5D5B
RGB: (78,93,91)

Color info

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

RGB color model

#4E5D5B color RGB value is (78,93,91).

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

RGB channels and saturation

R 78 of 255 = 31%
G 93 of 255 = 36%
B 91 of 255 = 36%

78
93
91

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

Portions of RGB colors in percentages

R + G + B =
78 + 93 + 91 = 262 (100%)
R 78 of 262 ~ 29.77%
G 93 of 262 ~ 35.5%
B 91 of 262 ~ 34.73%

%29.77
%35.5
%34.73

CMYK color model

#4E5D5B color CMYK value is (16,0,2,64).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 2.15%
  • key color value is 63.53%
CMYK:
(16,0,2,64)
C16M0Y2K64 
(16%,0%,2%,64%)
(0.16/0.00/0.02/0.64)	

CMYK percentages

%16.13
%0
%2.15
%63.53

Codes

Color #4E5D5B in popluar color models

4E5D5B
RGB789391
HSL172°8.77%33.53%
HSB/HSV172°16.13%36.47%
CMYK16.13%0.00%2.15%
63.53%

Color #4E5D5B in popluar number systems.

HEX4E5D5B
Decimal789391
Binary100111010111011011011
Octal116135133

Shades and tints

Shades of #4E5D5B

#4E5D5B
(78,93,91)
#475553
(71,85,83)
#404D4B
(64,77,75)
#394543
(57,69,67)
#323D3B
(50,61,59)
#2B3533
(43,53,51)
#242D2B
(36,45,43)
#1D2523
(29,37,35)
#161D1B
(22,29,27)
#0F1513
(15,21,19)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #4E5D5B

#4E5D5B
(78,93,91)
#5E6B69
(94,107,105)
#6E7977
(110,121,119)
#7E8785
(126,135,133)
#8E9593
(142,149,147)
#9EA3A1
(158,163,161)
#AEB1AF
(174,177,175)
#BEBFBD
(190,191,189)
#CECDCB
(206,205,203)
#DEDBD9
(222,219,217)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5D5B; }

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

This text font color is #4E5D5B.


Background Color

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

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

This div background color is #4E5D5B.


Border color

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

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

This div border color is #4E5D5B.


Opacity

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

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

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

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

This text has shadow with #4E5D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5D5B on black background.


Color preview on white background

This text has color #4E5D5B on white background.



Black color preview on #4E5D5B background

This text has black color on #4E5D5B background.


White color preview on #4E5D5B background

This text has white color on #4E5D5B background.