COLOR #4F574E

HEX: #4F574E RGB: (79,87,78)

Color info

#4F574E contains red, green and blue colors in about the same proportion. Web safe color of #4F574E is #666666 (or #666).

RGB color model

#4F574E color RGB value is (79,87,78).

RGB: (79,87,78) (31%, 34%, 31%)

RGB channels and saturation

R 79 of 255 = 31%
G 87 of 255 = 34%
B 78 of 255 = 31%

79
87
78

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

Portions of RGB colors in percentages

R + G + B = 79 + 87 + 78 = 244 (100%)
R 79 of 244 ~ 32.38%
G 87 of 244 ~ 35.66%
B 78 of 244 ~ 31.97'%

%32.38
%35.66
%31.97

CMYK color model

#4F574E color CMYK value is (9,0,10,66).

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

CMYK: (9,0,10,66)
C9M0Y10K66 (9%, 0%, 10%, 66%)
(0.09 / 0.00 / 0.10 / 0.66)

CMYK percentages

%9.2
%0
%10.34
%65.88

Codes

Color #4F574E in popluar color models

4F 57 4E
RGB 79 87 78
HSL 113° 5.45% 32.35%
HSB/HSV 113° 10.34% 34.12%
CMYK 9.20% 0.00% 10.34%
65.88%

Color #4F574E in popluar number systems.

HEX 4F 57 4E
Decimal 79 87 78
Binary 1001111 1010111 1001110
Octal 117 127 116

Shades and tints

Shades of #4F574E

#4F574E
(79,87,78)
#485047
(72,80,71)
#414940
(65,73,64)
#3A4239
(58,66,57)
#333B32
(51,59,50)
#2C342B
(44,52,43)
#252D24
(37,45,36)
#1E261D
(30,38,29)
#171F16
(23,31,22)
#10180F
(16,24,15)
#091108
(9,17,8)
#000000
(0,0,0)

Tints of #4F574E

#4F574E
(79,87,78)
#5F665E
(95,102,94)
#6F756E
(111,117,110)
#7F847E
(127,132,126)
#8F938E
(143,147,142)
#9FA29E
(159,162,158)
#AFB1AE
(175,177,174)
#BFC0BE
(191,192,190)
#CFCFCE
(207,207,206)
#DFDEDE
(223,222,222)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F574E; }

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

This text font color is #4F574E.

Background Color

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

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

This div background color is #4F574E.

Border color

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

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

This div border color is #4F574E.

Opacity

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

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

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

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

This text has shadow with #4F574E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F574E.

Preview

Color preview on black background

This text has color #4F574E on black background.


Color preview on white background

This text has color #4F574E on white background.


Black color preview on #4F574E background

This text has black color on #4F574E background.


White color preview on #4F574E background

This text has white color on #4F574E background.


Related colors

Complementary color

Complementary color for #hex is #B0A8B1.


I love getcolorcode.com

Triadic colors

1 #4E4F57 and #574E4F with #4F574E are triadic colors.

2 #4E574F and #574F4E with #4F574E are triadic colors.