COLOR #4E5B5D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
91
93

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

Portions of RGB colors in percentages

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

%29.77
%34.73
%35.5

CMYK color model

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

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

CMYK percentages

%16.13
%2.15
%0
%63.53

Codes

Color #4E5B5D in popluar color models

4E5B5D
RGB789193
HSL188°8.77%33.53%
HSB/HSV188°16.13%36.47%
CMYK16.13%2.15%0.00%
63.53%

Color #4E5B5D in popluar number systems.

HEX4E5B5D
Decimal789193
Binary100111010110111011101
Octal116133135

Shades and tints

Shades of #4E5B5D

#4E5B5D
(78,91,93)
#475355
(71,83,85)
#404B4D
(64,75,77)
#394345
(57,67,69)
#323B3D
(50,59,61)
#2B3335
(43,51,53)
#242B2D
(36,43,45)
#1D2325
(29,35,37)
#161B1D
(22,27,29)
#0F1315
(15,19,21)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #4E5B5D

#4E5B5D
(78,91,93)
#5E696B
(94,105,107)
#6E7779
(110,119,121)
#7E8587
(126,133,135)
#8E9395
(142,147,149)
#9EA1A3
(158,161,163)
#AEAFB1
(174,175,177)
#BEBDBF
(190,189,191)
#CECBCD
(206,203,205)
#DED9DB
(222,217,219)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5B5D; }

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

This text font color is #4E5B5D.


Background Color

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

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

This div background color is #4E5B5D.


Border color

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

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

This div border color is #4E5B5D.


Opacity

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

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

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

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

This text has shadow with #4E5B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5B5D on black background.


Color preview on white background

This text has color #4E5B5D on white background.



Black color preview on #4E5B5D background

This text has black color on #4E5B5D background.


White color preview on #4E5B5D background

This text has white color on #4E5B5D background.