COLOR #4F5754

HEX: #4F5754 RGB: (79,87,84)

Color info

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

RGB color model

#4F5754 color RGB value is (79,87,84).

RGB: (79,87,84) (31%, 34%, 33%)

RGB channels and saturation

R 79 of 255 = 31%
G 87 of 255 = 34%
B 84 of 255 = 33%

79
87
84

R + G + B ~ 33%. #4F5754 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 87 + 84 = 250 (100%)
R 79 of 250 ~ 31.6%
G 87 of 250 ~ 34.8%
B 84 of 250 ~ 33.6'%

%31.6
%34.8
%33.6

CMYK color model

#4F5754 color CMYK value is (9,0,3,66).

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

CMYK: (9,0,3,66)
C9M0Y3K66 (9%, 0%, 3%, 66%)
(0.09 / 0.00 / 0.03 / 0.66)

CMYK percentages

%9.2
%0
%3.45
%65.88

Codes

Color #4F5754 in popluar color models

4F 57 54
RGB 79 87 84
HSL 158° 4.82% 32.55%
HSB/HSV 158° 9.20% 34.12%
CMYK 9.20% 0.00% 3.45%
65.88%

Color #4F5754 in popluar number systems.

HEX 4F 57 54
Decimal 79 87 84
Binary 1001111 1010111 1010100
Octal 117 127 124

Shades and tints

Shades of #4F5754

#4F5754
(79,87,84)
#48504D
(72,80,77)
#414946
(65,73,70)
#3A423F
(58,66,63)
#333B38
(51,59,56)
#2C3431
(44,52,49)
#252D2A
(37,45,42)
#1E2623
(30,38,35)
#171F1C
(23,31,28)
#101815
(16,24,21)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #4F5754

#4F5754
(79,87,84)
#5F6663
(95,102,99)
#6F7572
(111,117,114)
#7F8481
(127,132,129)
#8F9390
(143,147,144)
#9FA29F
(159,162,159)
#AFB1AE
(175,177,174)
#BFC0BD
(191,192,189)
#CFCFCC
(207,207,204)
#DFDEDB
(223,222,219)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5754; }

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

This text font color is #4F5754.

Background Color

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

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

This div background color is #4F5754.

Border color

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

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

This div border color is #4F5754.

Opacity

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

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

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

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

This text has shadow with #4F5754 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5754.

Preview

Color preview on black background

This text has color #4F5754 on black background.


Color preview on white background

This text has color #4F5754 on white background.


Black color preview on #4F5754 background

This text has black color on #4F5754 background.


White color preview on #4F5754 background

This text has white color on #4F5754 background.


Related colors

Complementary color

Complementary color for #hex is #B0A8AB.


I love getcolorcode.com

Triadic colors

1 #544F57 and #57544F with #4F5754 are triadic colors.

2 #54574F and #574F54 with #4F5754 are triadic colors.