COLOR #4C575B

HEX: #4C575B RGB: (76,87,91)

Color info

#4C575B contains red, green and blue colors in about the same proportion. Web safe color of #4C575B is #336666 (or #366).

RGB color model

#4C575B color RGB value is (76,87,91).

RGB: (76,87,91) (30%, 34%, 36%)

RGB channels and saturation

R 76 of 255 = 30%
G 87 of 255 = 34%
B 91 of 255 = 36%

76
87
91

R + G + B ~ 33%. #4C575B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 87 + 91 = 254 (100%)
R 76 of 254 ~ 29.92%
G 87 of 254 ~ 34.25%
B 91 of 254 ~ 35.83'%

%29.92
%34.25
%35.83

CMYK color model

#4C575B color CMYK value is (16,4,0,64).

  • cyan value is 16.48%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (16,4,0,64)
C16M4Y0K64 (16%, 4%, 0%, 64%)
(0.16 / 0.04 / 0.00 / 0.64)

CMYK percentages

%16.48
%4.4
%0
%64.31

Codes

Color #4C575B in popluar color models

4C 57 5B
RGB 76 87 91
HSL 196° 8.98% 32.75%
HSB/HSV 196° 16.48% 35.69%
CMYK 16.48% 4.40% 0.00%
64.31%

Color #4C575B in popluar number systems.

HEX 4C 57 5B
Decimal 76 87 91
Binary 1001100 1010111 1011011
Octal 114 127 133

Shades and tints

Shades of #4C575B

#4C575B
(76,87,91)
#465053
(70,80,83)
#40494B
(64,73,75)
#3A4243
(58,66,67)
#343B3B
(52,59,59)
#2E3433
(46,52,51)
#282D2B
(40,45,43)
#222623
(34,38,35)
#1C1F1B
(28,31,27)
#161813
(22,24,19)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #4C575B

#4C575B
(76,87,91)
#5C6669
(92,102,105)
#6C7577
(108,117,119)
#7C8485
(124,132,133)
#8C9393
(140,147,147)
#9CA2A1
(156,162,161)
#ACB1AF
(172,177,175)
#BCC0BD
(188,192,189)
#CCCFCB
(204,207,203)
#DCDED9
(220,222,217)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C575B; }

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

This text font color is #4C575B.

Background Color

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

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

This div background color is #4C575B.

Border color

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

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

This div border color is #4C575B.

Opacity

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

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

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

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

This text has shadow with #4C575B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C575B.

Preview

Color preview on black background

This text has color #4C575B on black background.


Color preview on white background

This text has color #4C575B on white background.


Black color preview on #4C575B background

This text has black color on #4C575B background.


White color preview on #4C575B background

This text has white color on #4C575B background.


Related colors

Complementary color

Complementary color for #hex is #B3A8A4.


I love getcolorcode.com

Triadic colors

1 #5B4C57 and #575B4C with #4C575B are triadic colors.

2 #5B574C and #574C5B with #4C575B are triadic colors.