COLOR #4E574B

HEX: #4E574B RGB: (78,87,75)

Color info

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

RGB color model

#4E574B color RGB value is (78,87,75).

RGB: (78,87,75) (31%, 34%, 29%)

RGB channels and saturation

R 78 of 255 = 31%
G 87 of 255 = 34%
B 75 of 255 = 29%

78
87
75

R + G + B ~ 31%. #4E574B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 87 + 75 = 240 (100%)
R 78 of 240 ~ 32.5%
G 87 of 240 ~ 36.25%
B 75 of 240 ~ 31.25'%

%32.5
%36.25
%31.25

CMYK color model

#4E574B color CMYK value is (10,0,14,66).

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

CMYK: (10,0,14,66)
C10M0Y14K66 (10%, 0%, 14%, 66%)
(0.10 / 0.00 / 0.14 / 0.66)

CMYK percentages

%10.34
%0
%13.79
%65.88

Codes

Color #4E574B in popluar color models

4E 57 4B
RGB 78 87 75
HSL 105° 7.41% 31.76%
HSB/HSV 105° 13.79% 34.12%
CMYK 10.34% 0.00% 13.79%
65.88%

Color #4E574B in popluar number systems.

HEX 4E 57 4B
Decimal 78 87 75
Binary 1001110 1010111 1001011
Octal 116 127 113

Shades and tints

Shades of #4E574B

#4E574B
(78,87,75)
#475045
(71,80,69)
#40493F
(64,73,63)
#394239
(57,66,57)
#323B33
(50,59,51)
#2B342D
(43,52,45)
#242D27
(36,45,39)
#1D2621
(29,38,33)
#161F1B
(22,31,27)
#0F1815
(15,24,21)
#08110F
(8,17,15)
#000000
(0,0,0)

Tints of #4E574B

#4E574B
(78,87,75)
#5E665B
(94,102,91)
#6E756B
(110,117,107)
#7E847B
(126,132,123)
#8E938B
(142,147,139)
#9EA29B
(158,162,155)
#AEB1AB
(174,177,171)
#BEC0BB
(190,192,187)
#CECFCB
(206,207,203)
#DEDEDB
(222,222,219)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E574B; }

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

This text font color is #4E574B.

Background Color

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

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

This div background color is #4E574B.

Border color

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

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

This div border color is #4E574B.

Opacity

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

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

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

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

This text has shadow with #4E574B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E574B.

Preview

Color preview on black background

This text has color #4E574B on black background.


Color preview on white background

This text has color #4E574B on white background.


Black color preview on #4E574B background

This text has black color on #4E574B background.


White color preview on #4E574B background

This text has white color on #4E574B background.


Related colors

Complementary color

Complementary color for #hex is #B1A8B4.


I love getcolorcode.com

Triadic colors

1 #4B4E57 and #574B4E with #4E574B are triadic colors.

2 #4B574E and #574E4B with #4E574B are triadic colors.