COLOR #4F545F

HEX: #4F545F
RGB: (79,84,95)

Color info

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

RGB color model

#4F545F color RGB value is (79,84,95).

  • red value is 79;
  • green value is 84;
  • blue value is 95.
RGB:
(79,84,95)
(31%,33%,37%)

RGB channels and saturation

R 79 of 255 = 31%
G 84 of 255 = 33%
B 95 of 255 = 37%

79
84
95

R + G + B ~ 34%. #4F545F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 84 + 95 = 258 (100%)
R 79 of 258 ~ 30.62%
G 84 of 258 ~ 32.56%
B 95 of 258 ~ 36.82%

%30.62
%32.56
%36.82

CMYK color model

#4F545F color CMYK value is (17,12,0,63).

  • cyan value is 16.84%
  • magenta value is 11.58%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(17,12,0,63)
C17M12Y0K63 
(17%,12%,0%,63%)
(0.17/0.12/0.00/0.63)	

CMYK percentages

%16.84
%11.58
%0
%62.75

Codes

Color #4F545F in popluar color models

4F545F
RGB798495
HSL221°9.20%34.12%
HSB/HSV221°16.84%37.25%
CMYK16.84%11.58%0.00%
62.75%

Color #4F545F in popluar number systems.

HEX4F545F
Decimal798495
Binary100111110101001011111
Octal117124137

Shades and tints

Shades of #4F545F

#4F545F
(79,84,95)
#484D57
(72,77,87)
#41464F
(65,70,79)
#3A3F47
(58,63,71)
#33383F
(51,56,63)
#2C3137
(44,49,55)
#252A2F
(37,42,47)
#1E2327
(30,35,39)
#171C1F
(23,28,31)
#101517
(16,21,23)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #4F545F

#4F545F
(79,84,95)
#5F636D
(95,99,109)
#6F727B
(111,114,123)
#7F8189
(127,129,137)
#8F9097
(143,144,151)
#9F9FA5
(159,159,165)
#AFAEB3
(175,174,179)
#BFBDC1
(191,189,193)
#CFCCCF
(207,204,207)
#DFDBDD
(223,219,221)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F545F; }

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

This text font color is #4F545F.


Background Color

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

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

This div background color is #4F545F.


Border color

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

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

This div border color is #4F545F.


Opacity

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

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

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

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

This text has shadow with #4F545F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F545F on black background.


Color preview on white background

This text has color #4F545F on white background.



Black color preview on #4F545F background

This text has black color on #4F545F background.


White color preview on #4F545F background

This text has white color on #4F545F background.