COLOR #4F594F

HEX: #4F594F
RGB: (79,89,79)

Color info

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

RGB color model

#4F594F color RGB value is (79,89,79).

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

RGB channels and saturation

R 79 of 255 = 31%
G 89 of 255 = 35%
B 79 of 255 = 31%

79
89
79

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

Portions of RGB colors in percentages

R + G + B =
79 + 89 + 79 = 247 (100%)
R 79 of 247 ~ 31.98%
G 89 of 247 ~ 36.03%
B 79 of 247 ~ 31.98%

%31.98
%36.03
%31.98

CMYK color model

#4F594F color CMYK value is (11,0,11,65).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 65.10%
CMYK:
(11,0,11,65)
C11M0Y11K65 
(11%,0%,11%,65%)
(0.11/0.00/0.11/0.65)	

CMYK percentages

%11.24
%0
%11.24
%65.1

Codes

Color #4F594F in popluar color models

4F594F
RGB798979
HSL120°5.95%32.94%
HSB/HSV120°11.24%34.90%
CMYK11.24%0.00%11.24%
65.10%

Color #4F594F in popluar number systems.

HEX4F594F
Decimal798979
Binary100111110110011001111
Octal117131117

Shades and tints

Shades of #4F594F

#4F594F
(79,89,79)
#485148
(72,81,72)
#414941
(65,73,65)
#3A413A
(58,65,58)
#333933
(51,57,51)
#2C312C
(44,49,44)
#252925
(37,41,37)
#1E211E
(30,33,30)
#171917
(23,25,23)
#101110
(16,17,16)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #4F594F

#4F594F
(79,89,79)
#5F685F
(95,104,95)
#6F776F
(111,119,111)
#7F867F
(127,134,127)
#8F958F
(143,149,143)
#9FA49F
(159,164,159)
#AFB3AF
(175,179,175)
#BFC2BF
(191,194,191)
#CFD1CF
(207,209,207)
#DFE0DF
(223,224,223)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F594F; }

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

This text font color is #4F594F.


Background Color

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

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

This div background color is #4F594F.


Border color

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

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

This div border color is #4F594F.


Opacity

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

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

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

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

This text has shadow with #4F594F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F594F on black background.


Color preview on white background

This text has color #4F594F on white background.



Black color preview on #4F594F background

This text has black color on #4F594F background.


White color preview on #4F594F background

This text has white color on #4F594F background.