COLOR #4C574F

HEX: #4C574F
RGB: (76,87,79)

Color info

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

RGB color model

#4C574F color RGB value is (76,87,79).

  • red value is 76;
  • green value is 87;
  • blue value is 79.
RGB:
(76,87,79)
(30%,34%,31%)

RGB channels and saturation

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

76
87
79

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

Portions of RGB colors in percentages

R + G + B =
76 + 87 + 79 = 242 (100%)
R 76 of 242 ~ 31.4%
G 87 of 242 ~ 35.95%
B 79 of 242 ~ 32.64%

%31.4
%35.95
%32.64

CMYK color model

#4C574F color CMYK value is (13,0,9,66).

  • cyan value is 12.64%
  • magenta value is 0.00%
  • yellow value is 9.20%
  • key color value is 65.88%
CMYK:
(13,0,9,66)
C13M0Y9K66 
(13%,0%,9%,66%)
(0.13/0.00/0.09/0.66)	

CMYK percentages

%12.64
%0
%9.2
%65.88

Codes

Color #4C574F in popluar color models

4C574F
RGB768779
HSL136°6.75%31.96%
HSB/HSV136°12.64%34.12%
CMYK12.64%0.00%9.20%
65.88%

Color #4C574F in popluar number systems.

HEX4C574F
Decimal768779
Binary100110010101111001111
Octal114127117

Shades and tints

Shades of #4C574F

#4C574F
(76,87,79)
#465048
(70,80,72)
#404941
(64,73,65)
#3A423A
(58,66,58)
#343B33
(52,59,51)
#2E342C
(46,52,44)
#282D25
(40,45,37)
#22261E
(34,38,30)
#1C1F17
(28,31,23)
#161810
(22,24,16)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #4C574F

#4C574F
(76,87,79)
#5C665F
(92,102,95)
#6C756F
(108,117,111)
#7C847F
(124,132,127)
#8C938F
(140,147,143)
#9CA29F
(156,162,159)
#ACB1AF
(172,177,175)
#BCC0BF
(188,192,191)
#CCCFCF
(204,207,207)
#DCDEDF
(220,222,223)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C574F; }

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

This text font color is #4C574F.


Background Color

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

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

This div background color is #4C574F.


Border color

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

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

This div border color is #4C574F.


Opacity

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

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

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

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

This text has shadow with #4C574F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C574F on black background.


Color preview on white background

This text has color #4C574F on white background.



Black color preview on #4C574F background

This text has black color on #4C574F background.


White color preview on #4C574F background

This text has white color on #4C574F background.