COLOR #4F4F57

HEX: #4F4F57
RGB: (79,79,87)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

79
79
87

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

Portions of RGB colors in percentages

R + G + B =
79 + 79 + 87 = 245 (100%)
R 79 of 245 ~ 32.24%
G 79 of 245 ~ 32.24%
B 87 of 245 ~ 35.51%

%32.24
%32.24
%35.51

CMYK color model

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

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

CMYK percentages

%9.2
%9.2
%0
%65.88

Codes

Color #4F4F57 in popluar color models

4F4F57
RGB797987
HSL240°4.82%32.55%
HSB/HSV240°9.20%34.12%
CMYK9.20%9.20%0.00%
65.88%

Color #4F4F57 in popluar number systems.

HEX4F4F57
Decimal797987
Binary100111110011111010111
Octal117117127

Shades and tints

Shades of #4F4F57

#4F4F57
(79,79,87)
#484850
(72,72,80)
#414149
(65,65,73)
#3A3A42
(58,58,66)
#33333B
(51,51,59)
#2C2C34
(44,44,52)
#25252D
(37,37,45)
#1E1E26
(30,30,38)
#17171F
(23,23,31)
#101018
(16,16,24)
#090911
(9,9,17)
#000000
(0,0,0)

Tints of #4F4F57

#4F4F57
(79,79,87)
#5F5F66
(95,95,102)
#6F6F75
(111,111,117)
#7F7F84
(127,127,132)
#8F8F93
(143,143,147)
#9F9FA2
(159,159,162)
#AFAFB1
(175,175,177)
#BFBFC0
(191,191,192)
#CFCFCF
(207,207,207)
#DFDFDE
(223,223,222)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4F57; }

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

This text font color is #4F4F57.


Background Color

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

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

This div background color is #4F4F57.


Border color

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

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

This div border color is #4F4F57.


Opacity

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

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

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

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

This text has shadow with #4F4F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4F57 on black background.


Color preview on white background

This text has color #4F4F57 on white background.



Black color preview on #4F4F57 background

This text has black color on #4F4F57 background.


White color preview on #4F4F57 background

This text has white color on #4F4F57 background.