COLOR #4E555F

HEX: #4E555F
RGB: (78,85,95)

Color info

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

RGB color model

#4E555F color RGB value is (78,85,95).

  • red value is 78;
  • green value is 85;
  • blue value is 95.
RGB:
(78,85,95)
(31%,33%,37%)

RGB channels and saturation

R 78 of 255 = 31%
G 85 of 255 = 33%
B 95 of 255 = 37%

78
85
95

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

Portions of RGB colors in percentages

R + G + B =
78 + 85 + 95 = 258 (100%)
R 78 of 258 ~ 30.23%
G 85 of 258 ~ 32.95%
B 95 of 258 ~ 36.82%

%30.23
%32.95
%36.82

CMYK color model

#4E555F color CMYK value is (18,11,0,63).

  • cyan value is 17.89%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(18,11,0,63)
C18M11Y0K63 
(18%,11%,0%,63%)
(0.18/0.11/0.00/0.63)	

CMYK percentages

%17.89
%10.53
%0
%62.75

Codes

Color #4E555F in popluar color models

4E555F
RGB788595
HSL215°9.83%33.92%
HSB/HSV215°17.89%37.25%
CMYK17.89%10.53%0.00%
62.75%

Color #4E555F in popluar number systems.

HEX4E555F
Decimal788595
Binary100111010101011011111
Octal116125137

Shades and tints

Shades of #4E555F

#4E555F
(78,85,95)
#474E57
(71,78,87)
#40474F
(64,71,79)
#394047
(57,64,71)
#32393F
(50,57,63)
#2B3237
(43,50,55)
#242B2F
(36,43,47)
#1D2427
(29,36,39)
#161D1F
(22,29,31)
#0F1617
(15,22,23)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #4E555F

#4E555F
(78,85,95)
#5E646D
(94,100,109)
#6E737B
(110,115,123)
#7E8289
(126,130,137)
#8E9197
(142,145,151)
#9EA0A5
(158,160,165)
#AEAFB3
(174,175,179)
#BEBEC1
(190,190,193)
#CECDCF
(206,205,207)
#DEDCDD
(222,220,221)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E555F color. Also use rgb(78,85,95) instead hex code.

Text Font Color

.myTextColor { color: #4E555F; }

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

This text font color is #4E555F.


Background Color

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

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

This div background color is #4E555F.


Border color

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

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

This div border color is #4E555F.


Opacity

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

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

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

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

This text has shadow with #4E555F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E555F on black background.


Color preview on white background

This text has color #4E555F on white background.



Black color preview on #4E555F background

This text has black color on #4E555F background.


White color preview on #4E555F background

This text has white color on #4E555F background.