COLOR #4F4A4D

HEX: #4F4A4D RGB: (79,74,77)

Color info

#4F4A4D contains red, green and blue colors in about the same proportion. Web safe color of #4F4A4D is #663333 (or #633).

RGB color model

#4F4A4D color RGB value is (79,74,77).

RGB: (79,74,77) (31%, 29%, 30%)

RGB channels and saturation

R 79 of 255 = 31%
G 74 of 255 = 29%
B 77 of 255 = 30%

79
74
77

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

Portions of RGB colors in percentages

R + G + B = 79 + 74 + 77 = 230 (100%)
R 79 of 230 ~ 34.35%
G 74 of 230 ~ 32.17%
B 77 of 230 ~ 33.48'%

%34.35
%32.17
%33.48

CMYK color model

#4F4A4D color CMYK value is (0,6,3,69).

  • cyan value is 0.00%
  • magenta value is 6.33%
  • yellow value is 2.53%
  • key color value is 69.02%

CMYK: (0,6,3,69)
C0M6Y3K69 (0%, 6%, 3%, 69%)
(0.00 / 0.06 / 0.03 / 0.69)

CMYK percentages

%0
%6.33
%2.53
%69.02

Codes

Color #4F4A4D in popluar color models

4F 4A 4D
RGB 79 74 77
HSL 324° 3.27% 30.00%
HSB/HSV 324° 6.33% 30.98%
CMYK 0.00% 6.33% 2.53%
69.02%

Color #4F4A4D in popluar number systems.

HEX 4F 4A 4D
Decimal 79 74 77
Binary 1001111 1001010 1001101
Octal 117 112 115

Shades and tints

Shades of #4F4A4D

#4F4A4D
(79,74,77)
#484446
(72,68,70)
#413E3F
(65,62,63)
#3A3838
(58,56,56)
#333231
(51,50,49)
#2C2C2A
(44,44,42)
#252623
(37,38,35)
#1E201C
(30,32,28)
#171A15
(23,26,21)
#10140E
(16,20,14)
#090E07
(9,14,7)
#000000
(0,0,0)

Tints of #4F4A4D

#4F4A4D
(79,74,77)
#5F5A5D
(95,90,93)
#6F6A6D
(111,106,109)
#7F7A7D
(127,122,125)
#8F8A8D
(143,138,141)
#9F9A9D
(159,154,157)
#AFAAAD
(175,170,173)
#BFBABD
(191,186,189)
#CFCACD
(207,202,205)
#DFDADD
(223,218,221)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4A4D; }

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

This text font color is #4F4A4D.

Background Color

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

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

This div background color is #4F4A4D.

Border color

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

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

This div border color is #4F4A4D.

Opacity

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

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

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

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

This text has shadow with #4F4A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4A4D.

Preview

Color preview on black background

This text has color #4F4A4D on black background.


Color preview on white background

This text has color #4F4A4D on white background.


Black color preview on #4F4A4D background

This text has black color on #4F4A4D background.


White color preview on #4F4A4D background

This text has white color on #4F4A4D background.


Related colors

Complementary color

Complementary color for #hex is #B0B5B2.


I love getcolorcode.com

Triadic colors

1 #4D4F4A and #4A4D4F with #4F4A4D are triadic colors.

2 #4D4A4F and #4A4F4D with #4F4A4D are triadic colors.