COLOR #4F564F

HEX: #4F564F
RGB: (79,86,79)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

79
86
79

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

Portions of RGB colors in percentages

R + G + B =
79 + 86 + 79 = 244 (100%)
R 79 of 244 ~ 32.38%
G 86 of 244 ~ 35.25%
B 79 of 244 ~ 32.38%

%32.38
%35.25
%32.38

CMYK color model

#4F564F color CMYK value is (8,0,8,66).

  • cyan value is 8.14%
  • magenta value is 0.00%
  • yellow value is 8.14%
  • key color value is 66.27%
CMYK:
(8,0,8,66)
C8M0Y8K66 
(8%,0%,8%,66%)
(0.08/0.00/0.08/0.66)	

CMYK percentages

%8.14
%0
%8.14
%66.27

Codes

Color #4F564F in popluar color models

4F564F
RGB798679
HSL120°4.24%32.35%
HSB/HSV120°8.14%33.73%
CMYK8.14%0.00%8.14%
66.27%

Color #4F564F in popluar number systems.

HEX4F564F
Decimal798679
Binary100111110101101001111
Octal117126117

Shades and tints

Shades of #4F564F

#4F564F
(79,86,79)
#484F48
(72,79,72)
#414841
(65,72,65)
#3A413A
(58,65,58)
#333A33
(51,58,51)
#2C332C
(44,51,44)
#252C25
(37,44,37)
#1E251E
(30,37,30)
#171E17
(23,30,23)
#101710
(16,23,16)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #4F564F

#4F564F
(79,86,79)
#5F655F
(95,101,95)
#6F746F
(111,116,111)
#7F837F
(127,131,127)
#8F928F
(143,146,143)
#9FA19F
(159,161,159)
#AFB0AF
(175,176,175)
#BFBFBF
(191,191,191)
#CFCECF
(207,206,207)
#DFDDDF
(223,221,223)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F564F; }

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

This text font color is #4F564F.


Background Color

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

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

This div background color is #4F564F.


Border color

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

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

This div border color is #4F564F.


Opacity

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

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

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

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

This text has shadow with #4F564F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F564F on black background.


Color preview on white background

This text has color #4F564F on white background.



Black color preview on #4F564F background

This text has black color on #4F564F background.


White color preview on #4F564F background

This text has white color on #4F564F background.