COLOR #4F566D

HEX: #4F566D RGB: (79,86,109)

Color info

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

RGB color model

#4F566D color RGB value is (79,86,109).

RGB: (79,86,109) (31%, 34%, 43%)

RGB channels and saturation

R 79 of 255 = 31%
G 86 of 255 = 34%
B 109 of 255 = 43%

79
86
109

R + G + B ~ 36%. #4F566D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 86 + 109 = 274 (100%)
R 79 of 274 ~ 28.83%
G 86 of 274 ~ 31.39%
B 109 of 274 ~ 39.78'%

%28.83
%31.39
%39.78

CMYK color model

#4F566D color CMYK value is (28,21,0,57).

  • cyan value is 27.52%
  • magenta value is 21.10%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (28,21,0,57) C28M21Y0K57 (28%,21%,0%,57%) (0.28/0.21/0.00/0.57) 

CMYK percentages

%27.52
%21.1
%0
%57.25

Codes

Color #4F566D in popluar color models

4F 56 6D
RGB 79 86 109
HSL 226° 15.96% 36.86%
HSB/HSV 226° 27.52% 42.75%
CMYK 27.52% 21.10% 0.00%
57.25%

Color #4F566D in popluar number systems.

HEX 4F 56 6D
Decimal 79 86 109
Binary 1001111 1010110 1101101
Octal 117 126 155

Shades and tints

Shades of #4F566D

#4F566D
(79,86,109)
#484F64
(72,79,100)
#41485B
(65,72,91)
#3A4152
(58,65,82)
#333A49
(51,58,73)
#2C3340
(44,51,64)
#252C37
(37,44,55)
#1E252E
(30,37,46)
#171E25
(23,30,37)
#10171C
(16,23,28)
#091013
(9,16,19)
#000000
(0,0,0)

Tints of #4F566D

#4F566D
(79,86,109)
#5F657A
(95,101,122)
#6F7487
(111,116,135)
#7F8394
(127,131,148)
#8F92A1
(143,146,161)
#9FA1AE
(159,161,174)
#AFB0BB
(175,176,187)
#BFBFC8
(191,191,200)
#CFCED5
(207,206,213)
#DFDDE2
(223,221,226)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F566D; }

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

This text font color is #4F566D.

Background Color

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

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

This div background color is #4F566D.

Border color

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

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

This div border color is #4F566D.

Opacity

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

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

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

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

This text has shadow with #4F566D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F566D.

Preview

Color preview on black background

This text has color #4F566D on black background.


Color preview on white background

This text has color #4F566D on white background.


Black color preview on #4F566D background

This text has black color on #4F566D background.


White color preview on #4F566D background

This text has white color on #4F566D background.


Related colors

Complementary color

Complementary color for #hex is #B0A992.


I love getcolorcode.com

Triadic colors

1 #6D4F56 and #566D4F with #4F566D are triadic colors.

2 #6D564F and #564F6D with #4F566D are triadic colors.