COLOR #4F4E49

HEX: #4F4E49
RGB: (79,78,73)

Color info

#4F4E49 contains red, green and blue colors in about the same proportion. Web safe color of #4F4E49 is #666633 (or #663).

RGB color model

#4F4E49 color RGB value is (79,78,73).

  • red value is 79;
  • green value is 78;
  • blue value is 73.
RGB:
(79,78,73)
(31%,31%,29%)

RGB channels and saturation

R 79 of 255 = 31%
G 78 of 255 = 31%
B 73 of 255 = 29%

79
78
73

R + G + B ~ 30%. #4F4E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 78 + 73 = 230 (100%)
R 79 of 230 ~ 34.35%
G 78 of 230 ~ 33.91%
B 73 of 230 ~ 31.74%

%34.35
%33.91
%31.74

CMYK color model

#4F4E49 color CMYK value is (0,1,8,69).

  • cyan value is 0.00%
  • magenta value is 1.27%
  • yellow value is 7.59%
  • key color value is 69.02%
CMYK:
(0,1,8,69)
C0M1Y8K69 
(0%,1%,8%,69%)
(0.00/0.01/0.08/0.69)	

CMYK percentages

%0
%1.27
%7.59
%69.02

Codes

Color #4F4E49 in popluar color models

4F4E49
RGB797873
HSL50°3.95%29.80%
HSB/HSV50°7.59%30.98%
CMYK0.00%1.27%7.59%
69.02%

Color #4F4E49 in popluar number systems.

HEX4F4E49
Decimal797873
Binary100111110011101001001
Octal117116111

Shades and tints

Shades of #4F4E49

#4F4E49
(79,78,73)
#484743
(72,71,67)
#41403D
(65,64,61)
#3A3937
(58,57,55)
#333231
(51,50,49)
#2C2B2B
(44,43,43)
#252425
(37,36,37)
#1E1D1F
(30,29,31)
#171619
(23,22,25)
#100F13
(16,15,19)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #4F4E49

#4F4E49
(79,78,73)
#5F5E59
(95,94,89)
#6F6E69
(111,110,105)
#7F7E79
(127,126,121)
#8F8E89
(143,142,137)
#9F9E99
(159,158,153)
#AFAEA9
(175,174,169)
#BFBEB9
(191,190,185)
#CFCEC9
(207,206,201)
#DFDED9
(223,222,217)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4E49; }

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

This text font color is #4F4E49.


Background Color

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

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

This div background color is #4F4E49.


Border color

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

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

This div border color is #4F4E49.


Opacity

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

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

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

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

This text has shadow with #4F4E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4E49 on black background.


Color preview on white background

This text has color #4F4E49 on white background.



Black color preview on #4F4E49 background

This text has black color on #4F4E49 background.


White color preview on #4F4E49 background

This text has white color on #4F4E49 background.