COLOR #4E5550

HEX: #4E5550
RGB: (78,85,80)

Color info

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

RGB color model

#4E5550 color RGB value is (78,85,80).

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

RGB channels and saturation

R 78 of 255 = 31%
G 85 of 255 = 33%
B 80 of 255 = 31%

78
85
80

R + G + B ~ 32%. #4E5550 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 85 + 80 = 243 (100%)
R 78 of 243 ~ 32.1%
G 85 of 243 ~ 34.98%
B 80 of 243 ~ 32.92%

%32.1
%34.98
%32.92

CMYK color model

#4E5550 color CMYK value is (8,0,6,67).

  • cyan value is 8.24%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 66.67%
CMYK:
(8,0,6,67)
C8M0Y6K67 
(8%,0%,6%,67%)
(0.08/0.00/0.06/0.67)	

CMYK percentages

%8.24
%0
%5.88
%66.67

Codes

Color #4E5550 in popluar color models

4E5550
RGB788580
HSL137°4.29%31.96%
HSB/HSV137°8.24%33.33%
CMYK8.24%0.00%5.88%
66.67%

Color #4E5550 in popluar number systems.

HEX4E5550
Decimal788580
Binary100111010101011010000
Octal116125120

Shades and tints

Shades of #4E5550

#4E5550
(78,85,80)
#474E49
(71,78,73)
#404742
(64,71,66)
#39403B
(57,64,59)
#323934
(50,57,52)
#2B322D
(43,50,45)
#242B26
(36,43,38)
#1D241F
(29,36,31)
#161D18
(22,29,24)
#0F1611
(15,22,17)
#080F0A
(8,15,10)
#000000
(0,0,0)

Tints of #4E5550

#4E5550
(78,85,80)
#5E645F
(94,100,95)
#6E736E
(110,115,110)
#7E827D
(126,130,125)
#8E918C
(142,145,140)
#9EA09B
(158,160,155)
#AEAFAA
(174,175,170)
#BEBEB9
(190,190,185)
#CECDC8
(206,205,200)
#DEDCD7
(222,220,215)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5550; }

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

This text font color is #4E5550.


Background Color

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

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

This div background color is #4E5550.


Border color

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

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

This div border color is #4E5550.


Opacity

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

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

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

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

This text has shadow with #4E5550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5550 on black background.


Color preview on white background

This text has color #4E5550 on white background.



Black color preview on #4E5550 background

This text has black color on #4E5550 background.


White color preview on #4E5550 background

This text has white color on #4E5550 background.