COLOR #4F5E4F

HEX: #4F5E4F
RGB: (79,94,79)

Color info

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

RGB color model

#4F5E4F color RGB value is (79,94,79).

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

RGB channels and saturation

R 79 of 255 = 31%
G 94 of 255 = 37%
B 79 of 255 = 31%

79
94
79

R + G + B ~ 33%. #4F5E4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 94 + 79 = 252 (100%)
R 79 of 252 ~ 31.35%
G 94 of 252 ~ 37.3%
B 79 of 252 ~ 31.35%

%31.35
%37.3
%31.35

CMYK color model

#4F5E4F color CMYK value is (16,0,16,63).

  • cyan value is 15.96%
  • magenta value is 0.00%
  • yellow value is 15.96%
  • key color value is 63.14%
CMYK:
(16,0,16,63)
C16M0Y16K63 
(16%,0%,16%,63%)
(0.16/0.00/0.16/0.63)	

CMYK percentages

%15.96
%0
%15.96
%63.14

Codes

Color #4F5E4F in popluar color models

4F5E4F
RGB799479
HSL120°8.67%33.92%
HSB/HSV120°15.96%36.86%
CMYK15.96%0.00%15.96%
63.14%

Color #4F5E4F in popluar number systems.

HEX4F5E4F
Decimal799479
Binary100111110111101001111
Octal117136117

Shades and tints

Shades of #4F5E4F

#4F5E4F
(79,94,79)
#485648
(72,86,72)
#414E41
(65,78,65)
#3A463A
(58,70,58)
#333E33
(51,62,51)
#2C362C
(44,54,44)
#252E25
(37,46,37)
#1E261E
(30,38,30)
#171E17
(23,30,23)
#101610
(16,22,16)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #4F5E4F

#4F5E4F
(79,94,79)
#5F6C5F
(95,108,95)
#6F7A6F
(111,122,111)
#7F887F
(127,136,127)
#8F968F
(143,150,143)
#9FA49F
(159,164,159)
#AFB2AF
(175,178,175)
#BFC0BF
(191,192,191)
#CFCECF
(207,206,207)
#DFDCDF
(223,220,223)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5E4F; }

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

This text font color is #4F5E4F.


Background Color

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

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

This div background color is #4F5E4F.


Border color

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

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

This div border color is #4F5E4F.


Opacity

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

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

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

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

This text has shadow with #4F5E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5E4F on black background.


Color preview on white background

This text has color #4F5E4F on white background.



Black color preview on #4F5E4F background

This text has black color on #4F5E4F background.


White color preview on #4F5E4F background

This text has white color on #4F5E4F background.