COLOR #4E575F

HEX: #4E575F RGB: (78,87,95)

Color info

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

RGB color model

#4E575F color RGB value is (78,87,95).

RGB: (78,87,95) (31%, 34%, 37%)

RGB channels and saturation

R 78 of 255 = 31%
G 87 of 255 = 34%
B 95 of 255 = 37%

78
87
95

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

Portions of RGB colors in percentages

R + G + B = 78 + 87 + 95 = 260 (100%)
R 78 of 260 ~ 30%
G 87 of 260 ~ 33.46%
B 95 of 260 ~ 36.54'%

%30
%33.46
%36.54

CMYK color model

#4E575F color CMYK value is (18,8,0,63).

  • cyan value is 17.89%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (18,8,0,63)
C18M8Y0K63 (18%, 8%, 0%, 63%)
(0.18 / 0.08 / 0.00 / 0.63)

CMYK percentages

%17.89
%8.42
%0
%62.75

Codes

Color #4E575F in popluar color models

4E 57 5F
RGB 78 87 95
HSL 208° 9.83% 33.92%
HSB/HSV 208° 17.89% 37.25%
CMYK 17.89% 8.42% 0.00%
62.75%

Color #4E575F in popluar number systems.

HEX 4E 57 5F
Decimal 78 87 95
Binary 1001110 1010111 1011111
Octal 116 127 137

Shades and tints

Shades of #4E575F

#4E575F
(78,87,95)
#475057
(71,80,87)
#40494F
(64,73,79)
#394247
(57,66,71)
#323B3F
(50,59,63)
#2B3437
(43,52,55)
#242D2F
(36,45,47)
#1D2627
(29,38,39)
#161F1F
(22,31,31)
#0F1817
(15,24,23)
#08110F
(8,17,15)
#000000
(0,0,0)

Tints of #4E575F

#4E575F
(78,87,95)
#5E666D
(94,102,109)
#6E757B
(110,117,123)
#7E8489
(126,132,137)
#8E9397
(142,147,151)
#9EA2A5
(158,162,165)
#AEB1B3
(174,177,179)
#BEC0C1
(190,192,193)
#CECFCF
(206,207,207)
#DEDEDD
(222,222,221)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E575F; }

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

This text font color is #4E575F.

Background Color

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

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

This div background color is #4E575F.

Border color

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

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

This div border color is #4E575F.

Opacity

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

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

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

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

This text has shadow with #4E575F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E575F.

Preview

Color preview on black background

This text has color #4E575F on black background.


Color preview on white background

This text has color #4E575F on white background.


Black color preview on #4E575F background

This text has black color on #4E575F background.


White color preview on #4E575F background

This text has white color on #4E575F background.


Related colors

Complementary color

Complementary color for #hex is #B1A8A0.


I love getcolorcode.com

Triadic colors

1 #5F4E57 and #575F4E with #4E575F are triadic colors.

2 #5F574E and #574E5F with #4E575F are triadic colors.