COLOR #4F574C

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

Color info

#4F574C contains red, green and blue colors in about the same proportion. Web safe color of #4F574C is #666633 (or #663).

RGB color model

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

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

RGB channels and saturation

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

79
87
76

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

Portions of RGB colors in percentages

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

%32.64
%35.95
%31.4

CMYK color model

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

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

CMYK: (9,0,13,66)
C9M0Y13K66 (9%, 0%, 13%, 66%)
(0.09 / 0.00 / 0.13 / 0.66)

CMYK percentages

%9.2
%0
%12.64
%65.88

Codes

Color #4F574C in popluar color models

4F 57 4C
RGB 79 87 76
HSL 104° 6.75% 31.96%
HSB/HSV 104° 12.64% 34.12%
CMYK 9.20% 0.00% 12.64%
65.88%

Color #4F574C in popluar number systems.

HEX 4F 57 4C
Decimal 79 87 76
Binary 1001111 1010111 1001100
Octal 117 127 114

Shades and tints

Shades of #4F574C

#4F574C
(79,87,76)
#485046
(72,80,70)
#414940
(65,73,64)
#3A423A
(58,66,58)
#333B34
(51,59,52)
#2C342E
(44,52,46)
#252D28
(37,45,40)
#1E2622
(30,38,34)
#171F1C
(23,31,28)
#101816
(16,24,22)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #4F574C

#4F574C
(79,87,76)
#5F665C
(95,102,92)
#6F756C
(111,117,108)
#7F847C
(127,132,124)
#8F938C
(143,147,140)
#9FA29C
(159,162,156)
#AFB1AC
(175,177,172)
#BFC0BC
(191,192,188)
#CFCFCC
(207,207,204)
#DFDEDC
(223,222,220)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F574C; }

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

This text font color is #4F574C.

Background Color

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

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

This div background color is #4F574C.

Border color

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

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

This div border color is #4F574C.

Opacity

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

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

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

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

This text has shadow with #4F574C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F574C.

Preview

Color preview on black background

This text has color #4F574C on black background.


Color preview on white background

This text has color #4F574C on white background.


Black color preview on #4F574C background

This text has black color on #4F574C background.


White color preview on #4F574C background

This text has white color on #4F574C background.


Related colors

Complementary color

Complementary color for #hex is #B0A8B3.


I love getcolorcode.com

Triadic colors

1 #4C4F57 and #574C4F with #4F574C are triadic colors.

2 #4C574F and #574F4C with #4F574C are triadic colors.