COLOR #4C574E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

76
87
78

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

Portions of RGB colors in percentages

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

%31.54
%36.1
%32.37

CMYK color model

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

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

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

CMYK percentages

%12.64
%0
%10.34
%65.88

Codes

Color #4C574E in popluar color models

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

Color #4C574E in popluar number systems.

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

Shades and tints

Shades of #4C574E

#4C574E
(76,87,78)
#465047
(70,80,71)
#404940
(64,73,64)
#3A4239
(58,66,57)
#343B32
(52,59,50)
#2E342B
(46,52,43)
#282D24
(40,45,36)
#22261D
(34,38,29)
#1C1F16
(28,31,22)
#16180F
(22,24,15)
#101108
(16,17,8)
#000000
(0,0,0)

Tints of #4C574E

#4C574E
(76,87,78)
#5C665E
(92,102,94)
#6C756E
(108,117,110)
#7C847E
(124,132,126)
#8C938E
(140,147,142)
#9CA29E
(156,162,158)
#ACB1AE
(172,177,174)
#BCC0BE
(188,192,190)
#CCCFCE
(204,207,206)
#DCDEDE
(220,222,222)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C574E; }

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

This text font color is #4C574E.

Background Color

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

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

This div background color is #4C574E.

Border color

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

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

This div border color is #4C574E.

Opacity

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

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

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

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

This text has shadow with #4C574E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C574E.

Preview

Color preview on black background

This text has color #4C574E on black background.


Color preview on white background

This text has color #4C574E on white background.


Black color preview on #4C574E background

This text has black color on #4C574E background.


White color preview on #4C574E background

This text has white color on #4C574E background.


Related colors

Complementary color

Complementary color for #hex is #B3A8B1.


I love getcolorcode.com

Triadic colors

1 #4E4C57 and #574E4C with #4C574E are triadic colors.

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