COLOR #4E5551

HEX: #4E5551 RGB: (78,85,81)

Color info

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

RGB color model

#4E5551 color RGB value is (78,85,81).

RGB: (78,85,81) (31%, 33%, 32%)

RGB channels and saturation

R 78 of 255 = 31%
G 85 of 255 = 33%
B 81 of 255 = 32%

78
85
81

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

Portions of RGB colors in percentages

R + G + B = 78 + 85 + 81 = 244 (100%)
R 78 of 244 ~ 31.97%
G 85 of 244 ~ 34.84%
B 81 of 244 ~ 33.2'%

%31.97
%34.84
%33.2

CMYK color model

#4E5551 color CMYK value is (8,0,5,67).

  • cyan value is 8.24%
  • magenta value is 0.00%
  • yellow value is 4.71%
  • key color value is 66.67%

CMYK: (8,0,5,67)
C8M0Y5K67 (8%, 0%, 5%, 67%)
(0.08 / 0.00 / 0.05 / 0.67)

CMYK percentages

%8.24
%0
%4.71
%66.67

Codes

Color #4E5551 in popluar color models

4E 55 51
RGB 78 85 81
HSL 146° 4.29% 31.96%
HSB/HSV 146° 8.24% 33.33%
CMYK 8.24% 0.00% 4.71%
66.67%

Color #4E5551 in popluar number systems.

HEX 4E 55 51
Decimal 78 85 81
Binary 1001110 1010101 1010001
Octal 116 125 121

Shades and tints

Shades of #4E5551

#4E5551
(78,85,81)
#474E4A
(71,78,74)
#404743
(64,71,67)
#39403C
(57,64,60)
#323935
(50,57,53)
#2B322E
(43,50,46)
#242B27
(36,43,39)
#1D2420
(29,36,32)
#161D19
(22,29,25)
#0F1612
(15,22,18)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #4E5551

#4E5551
(78,85,81)
#5E6460
(94,100,96)
#6E736F
(110,115,111)
#7E827E
(126,130,126)
#8E918D
(142,145,141)
#9EA09C
(158,160,156)
#AEAFAB
(174,175,171)
#BEBEBA
(190,190,186)
#CECDC9
(206,205,201)
#DEDCD8
(222,220,216)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5551; }

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

This text font color is #4E5551.

Background Color

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

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

This div background color is #4E5551.

Border color

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

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

This div border color is #4E5551.

Opacity

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

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

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

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

This text has shadow with #4E5551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5551.

Preview

Color preview on black background

This text has color #4E5551 on black background.


Color preview on white background

This text has color #4E5551 on white background.


Black color preview on #4E5551 background

This text has black color on #4E5551 background.


White color preview on #4E5551 background

This text has white color on #4E5551 background.


Related colors

Complementary color

Complementary color for #hex is #B1AAAE.


I love getcolorcode.com

Triadic colors

1 #514E55 and #55514E with #4E5551 are triadic colors.

2 #51554E and #554E51 with #4E5551 are triadic colors.