COLOR #4F4A4E

HEX: #4F4A4E
RGB: (79,74,78)

Color info

#4F4A4E contains red, green and blue colors in about the same proportion. Web safe color of #4F4A4E is #663366 (or #636).

RGB color model

#4F4A4E color RGB value is (79,74,78).

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

RGB channels and saturation

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

79
74
78

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

Portions of RGB colors in percentages

R + G + B =
79 + 74 + 78 = 231 (100%)
R 79 of 231 ~ 34.2%
G 74 of 231 ~ 32.03%
B 78 of 231 ~ 33.77%

%34.2
%32.03
%33.77

CMYK color model

#4F4A4E color CMYK value is (0,6,1,69).

  • cyan value is 0.00%
  • magenta value is 6.33%
  • yellow value is 1.27%
  • key color value is 69.02%
CMYK:
(0,6,1,69)
C0M6Y1K69 
(0%,6%,1%,69%)
(0.00/0.06/0.01/0.69)	

CMYK percentages

%0
%6.33
%1.27
%69.02

Codes

Color #4F4A4E in popluar color models

4F4A4E
RGB797478
HSL312°3.27%30.00%
HSB/HSV312°6.33%30.98%
CMYK0.00%6.33%1.27%
69.02%

Color #4F4A4E in popluar number systems.

HEX4F4A4E
Decimal797478
Binary100111110010101001110
Octal117112116

Shades and tints

Shades of #4F4A4E

#4F4A4E
(79,74,78)
#484447
(72,68,71)
#413E40
(65,62,64)
#3A3839
(58,56,57)
#333232
(51,50,50)
#2C2C2B
(44,44,43)
#252624
(37,38,36)
#1E201D
(30,32,29)
#171A16
(23,26,22)
#10140F
(16,20,15)
#090E08
(9,14,8)
#000000
(0,0,0)

Tints of #4F4A4E

#4F4A4E
(79,74,78)
#5F5A5E
(95,90,94)
#6F6A6E
(111,106,110)
#7F7A7E
(127,122,126)
#8F8A8E
(143,138,142)
#9F9A9E
(159,154,158)
#AFAAAE
(175,170,174)
#BFBABE
(191,186,190)
#CFCACE
(207,202,206)
#DFDADE
(223,218,222)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4A4E; }

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

This text font color is #4F4A4E.


Background Color

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

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

This div background color is #4F4A4E.


Border color

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

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

This div border color is #4F4A4E.


Opacity

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

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

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

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

This text has shadow with #4F4A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4A4E on black background.


Color preview on white background

This text has color #4F4A4E on white background.



Black color preview on #4F4A4E background

This text has black color on #4F4A4E background.


White color preview on #4F4A4E background

This text has white color on #4F4A4E background.