COLOR #4E574C

HEX: #4E574C RGB: (78,87,76)

Color info

#4E574C contains red, green and blue colors in about the same proportion. Web safe color of #4E574C is #666633 (or #663).

RGB color model

#4E574C color RGB value is (78,87,76).

RGB: (78,87,76) (31%, 34%, 30%)

RGB channels and saturation

R 78 of 255 = 31%
G 87 of 255 = 34%
B 76 of 255 = 30%

78
87
76

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

Portions of RGB colors in percentages

R + G + B = 78 + 87 + 76 = 241 (100%)
R 78 of 241 ~ 32.37%
G 87 of 241 ~ 36.1%
B 76 of 241 ~ 31.54'%

%32.37
%36.1
%31.54

CMYK color model

#4E574C color CMYK value is (10,0,13,66).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 12.64%
  • key color value is 65.88%

CMYK: (10,0,13,66)
C10M0Y13K66 (10%, 0%, 13%, 66%)
(0.10 / 0.00 / 0.13 / 0.66)

CMYK percentages

%10.34
%0
%12.64
%65.88

Codes

Color #4E574C in popluar color models

4E 57 4C
RGB 78 87 76
HSL 109° 6.75% 31.96%
HSB/HSV 109° 12.64% 34.12%
CMYK 10.34% 0.00% 12.64%
65.88%

Color #4E574C in popluar number systems.

HEX 4E 57 4C
Decimal 78 87 76
Binary 1001110 1010111 1001100
Octal 116 127 114

Shades and tints

Shades of #4E574C

#4E574C
(78,87,76)
#475046
(71,80,70)
#404940
(64,73,64)
#39423A
(57,66,58)
#323B34
(50,59,52)
#2B342E
(43,52,46)
#242D28
(36,45,40)
#1D2622
(29,38,34)
#161F1C
(22,31,28)
#0F1816
(15,24,22)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #4E574C

#4E574C
(78,87,76)
#5E665C
(94,102,92)
#6E756C
(110,117,108)
#7E847C
(126,132,124)
#8E938C
(142,147,140)
#9EA29C
(158,162,156)
#AEB1AC
(174,177,172)
#BEC0BC
(190,192,188)
#CECFCC
(206,207,204)
#DEDEDC
(222,222,220)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E574C color. Also use rgb(78,87,76) instead hex code.

Text Font Color

.myTextColor { color: #4E574C; }

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

This text font color is #4E574C.

Background Color

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

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

This div background color is #4E574C.

Border color

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

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

This div border color is #4E574C.

Opacity

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

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

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

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

This text has shadow with #4E574C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E574C.

Preview

Color preview on black background

This text has color #4E574C on black background.


Color preview on white background

This text has color #4E574C on white background.


Black color preview on #4E574C background

This text has black color on #4E574C background.


White color preview on #4E574C background

This text has white color on #4E574C background.


Related colors

Complementary color

Complementary color for #hex is #B1A8B3.


I love getcolorcode.com

Triadic colors

1 #4C4E57 and #574C4E with #4E574C are triadic colors.

2 #4C574E and #574E4C with #4E574C are triadic colors.