COLOR #4C4F57

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

76
79
87

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

Portions of RGB colors in percentages

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

%31.4
%32.64
%35.95

CMYK color model

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

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

CMYK percentages

%12.64
%9.2
%0
%65.88

Codes

Color #4C4F57 in popluar color models

4C4F57
RGB767987
HSL224°6.75%31.96%
HSB/HSV224°12.64%34.12%
CMYK12.64%9.20%0.00%
65.88%

Color #4C4F57 in popluar number systems.

HEX4C4F57
Decimal767987
Binary100110010011111010111
Octal114117127

Shades and tints

Shades of #4C4F57

#4C4F57
(76,79,87)
#464850
(70,72,80)
#404149
(64,65,73)
#3A3A42
(58,58,66)
#34333B
(52,51,59)
#2E2C34
(46,44,52)
#28252D
(40,37,45)
#221E26
(34,30,38)
#1C171F
(28,23,31)
#161018
(22,16,24)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #4C4F57

#4C4F57
(76,79,87)
#5C5F66
(92,95,102)
#6C6F75
(108,111,117)
#7C7F84
(124,127,132)
#8C8F93
(140,143,147)
#9C9FA2
(156,159,162)
#ACAFB1
(172,175,177)
#BCBFC0
(188,191,192)
#CCCFCF
(204,207,207)
#DCDFDE
(220,223,222)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4F57; }

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

This text font color is #4C4F57.


Background Color

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

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

This div background color is #4C4F57.


Border color

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

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

This div border color is #4C4F57.


Opacity

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

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

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

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

This text has shadow with #4C4F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4F57 on black background.


Color preview on white background

This text has color #4C4F57 on white background.



Black color preview on #4C4F57 background

This text has black color on #4C4F57 background.


White color preview on #4C4F57 background

This text has white color on #4C4F57 background.