COLOR #4F565F

HEX: #4F565F RGB: (79,86,95)

Color info

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

RGB color model

#4F565F color RGB value is (79,86,95).

RGB: (79,86,95) (31%, 34%, 37%)

RGB channels and saturation

R 79 of 255 = 31%
G 86 of 255 = 34%
B 95 of 255 = 37%

79
86
95

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

Portions of RGB colors in percentages

R + G + B = 79 + 86 + 95 = 260 (100%)
R 79 of 260 ~ 30.38%
G 86 of 260 ~ 33.08%
B 95 of 260 ~ 36.54'%

%30.38
%33.08
%36.54

CMYK color model

#4F565F color CMYK value is (17,9,0,63).

  • cyan value is 16.84%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (17,9,0,63)
C17M9Y0K63 (17%, 9%, 0%, 63%)
(0.17 / 0.09 / 0.00 / 0.63)

CMYK percentages

%16.84
%9.47
%0
%62.75

Codes

Color #4F565F in popluar color models

4F 56 5F
RGB 79 86 95
HSL 214° 9.20% 34.12%
HSB/HSV 214° 16.84% 37.25%
CMYK 16.84% 9.47% 0.00%
62.75%

Color #4F565F in popluar number systems.

HEX 4F 56 5F
Decimal 79 86 95
Binary 1001111 1010110 1011111
Octal 117 126 137

Shades and tints

Shades of #4F565F

#4F565F
(79,86,95)
#484F57
(72,79,87)
#41484F
(65,72,79)
#3A4147
(58,65,71)
#333A3F
(51,58,63)
#2C3337
(44,51,55)
#252C2F
(37,44,47)
#1E2527
(30,37,39)
#171E1F
(23,30,31)
#101717
(16,23,23)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #4F565F

#4F565F
(79,86,95)
#5F656D
(95,101,109)
#6F747B
(111,116,123)
#7F8389
(127,131,137)
#8F9297
(143,146,151)
#9FA1A5
(159,161,165)
#AFB0B3
(175,176,179)
#BFBFC1
(191,191,193)
#CFCECF
(207,206,207)
#DFDDDD
(223,221,221)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F565F; }

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

This text font color is #4F565F.

Background Color

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

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

This div background color is #4F565F.

Border color

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

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

This div border color is #4F565F.

Opacity

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

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

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

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

This text has shadow with #4F565F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F565F.

Preview

Color preview on black background

This text has color #4F565F on black background.


Color preview on white background

This text has color #4F565F on white background.


Black color preview on #4F565F background

This text has black color on #4F565F background.


White color preview on #4F565F background

This text has white color on #4F565F background.


Related colors

Complementary color

Complementary color for #hex is #B0A9A0.


I love getcolorcode.com

Triadic colors

1 #5F4F56 and #565F4F with #4F565F are triadic colors.

2 #5F564F and #564F5F with #4F565F are triadic colors.