COLOR #4E545B

HEX: #4E545B
RGB: (78,84,91)

Color info

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

RGB color model

#4E545B color RGB value is (78,84,91).

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

RGB channels and saturation

R 78 of 255 = 31%
G 84 of 255 = 33%
B 91 of 255 = 36%

78
84
91

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

Portions of RGB colors in percentages

R + G + B =
78 + 84 + 91 = 253 (100%)
R 78 of 253 ~ 30.83%
G 84 of 253 ~ 33.2%
B 91 of 253 ~ 35.97%

%30.83
%33.2
%35.97

CMYK color model

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

  • cyan value is 14.29%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(14,8,0,64)
C14M8Y0K64 
(14%,8%,0%,64%)
(0.14/0.08/0.00/0.64)	

CMYK percentages

%14.29
%7.69
%0
%64.31

Codes

Color #4E545B in popluar color models

4E545B
RGB788491
HSL212°7.69%33.14%
HSB/HSV212°14.29%35.69%
CMYK14.29%7.69%0.00%
64.31%

Color #4E545B in popluar number systems.

HEX4E545B
Decimal788491
Binary100111010101001011011
Octal116124133

Shades and tints

Shades of #4E545B

#4E545B
(78,84,91)
#474D53
(71,77,83)
#40464B
(64,70,75)
#393F43
(57,63,67)
#32383B
(50,56,59)
#2B3133
(43,49,51)
#242A2B
(36,42,43)
#1D2323
(29,35,35)
#161C1B
(22,28,27)
#0F1513
(15,21,19)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #4E545B

#4E545B
(78,84,91)
#5E6369
(94,99,105)
#6E7277
(110,114,119)
#7E8185
(126,129,133)
#8E9093
(142,144,147)
#9E9FA1
(158,159,161)
#AEAEAF
(174,174,175)
#BEBDBD
(190,189,189)
#CECCCB
(206,204,203)
#DEDBD9
(222,219,217)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E545B; }

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

This text font color is #4E545B.


Background Color

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

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

This div background color is #4E545B.


Border color

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

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

This div border color is #4E545B.


Opacity

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

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

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

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

This text has shadow with #4E545B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E545B on black background.


Color preview on white background

This text has color #4E545B on white background.



Black color preview on #4E545B background

This text has black color on #4E545B background.


White color preview on #4E545B background

This text has white color on #4E545B background.