COLOR #4F566B

HEX: #4F566B
RGB: (79,86,107)

Color info

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

RGB color model

#4F566B color RGB value is (79,86,107).

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

RGB channels and saturation

R 79 of 255 = 31%
G 86 of 255 = 34%
B 107 of 255 = 42%

79
86
107

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

Portions of RGB colors in percentages

R + G + B =
79 + 86 + 107 = 272 (100%)
R 79 of 272 ~ 29.04%
G 86 of 272 ~ 31.62%
B 107 of 272 ~ 39.34%

%29.04
%31.62
%39.34

CMYK color model

#4F566B color CMYK value is (26,20,0,58).

  • cyan value is 26.17%
  • magenta value is 19.63%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(26,20,0,58)
C26M20Y0K58 
(26%,20%,0%,58%)
(0.26/0.20/0.00/0.58)	

CMYK percentages

%26.17
%19.63
%0
%58.04

Codes

Color #4F566B in popluar color models

4F566B
RGB7986107
HSL225°15.05%36.47%
HSB/HSV225°26.17%41.96%
CMYK26.17%19.63%0.00%
58.04%

Color #4F566B in popluar number systems.

HEX4F566B
Decimal7986107
Binary100111110101101101011
Octal117126153

Shades and tints

Shades of #4F566B

#4F566B
(79,86,107)
#484F62
(72,79,98)
#414859
(65,72,89)
#3A4150
(58,65,80)
#333A47
(51,58,71)
#2C333E
(44,51,62)
#252C35
(37,44,53)
#1E252C
(30,37,44)
#171E23
(23,30,35)
#10171A
(16,23,26)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #4F566B

#4F566B
(79,86,107)
#5F6578
(95,101,120)
#6F7485
(111,116,133)
#7F8392
(127,131,146)
#8F929F
(143,146,159)
#9FA1AC
(159,161,172)
#AFB0B9
(175,176,185)
#BFBFC6
(191,191,198)
#CFCED3
(207,206,211)
#DFDDE0
(223,221,224)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F566B; }

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

This text font color is #4F566B.


Background Color

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

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

This div background color is #4F566B.


Border color

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

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

This div border color is #4F566B.


Opacity

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

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

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

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

This text has shadow with #4F566B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F566B on black background.


Color preview on white background

This text has color #4F566B on white background.



Black color preview on #4F566B background

This text has black color on #4F566B background.


White color preview on #4F566B background

This text has white color on #4F566B background.