COLOR #4F544D

HEX: #4F544D RGB: (79,84,77)

Color info

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

RGB color model

#4F544D color RGB value is (79,84,77).

RGB: (79,84,77) (31%, 33%, 30%)

RGB channels and saturation

R 79 of 255 = 31%
G 84 of 255 = 33%
B 77 of 255 = 30%

79
84
77

R + G + B ~ 31%. #4F544D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 84 + 77 = 240 (100%)
R 79 of 240 ~ 32.92%
G 84 of 240 ~ 35%
B 77 of 240 ~ 32.08'%

%32.92
%35
%32.08

CMYK color model

#4F544D color CMYK value is (6,0,8,67).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 67.06%

CMYK: (6,0,8,67)
C6M0Y8K67 (6%, 0%, 8%, 67%)
(0.06 / 0.00 / 0.08 / 0.67)

CMYK percentages

%5.95
%0
%8.33
%67.06

Codes

Color #4F544D in popluar color models

4F 54 4D
RGB 79 84 77
HSL 103° 4.35% 31.57%
HSB/HSV 103° 8.33% 32.94%
CMYK 5.95% 0.00% 8.33%
67.06%

Color #4F544D in popluar number systems.

HEX 4F 54 4D
Decimal 79 84 77
Binary 1001111 1010100 1001101
Octal 117 124 115

Shades and tints

Shades of #4F544D

#4F544D
(79,84,77)
#484D46
(72,77,70)
#41463F
(65,70,63)
#3A3F38
(58,63,56)
#333831
(51,56,49)
#2C312A
(44,49,42)
#252A23
(37,42,35)
#1E231C
(30,35,28)
#171C15
(23,28,21)
#10150E
(16,21,14)
#090E07
(9,14,7)
#000000
(0,0,0)

Tints of #4F544D

#4F544D
(79,84,77)
#5F635D
(95,99,93)
#6F726D
(111,114,109)
#7F817D
(127,129,125)
#8F908D
(143,144,141)
#9F9F9D
(159,159,157)
#AFAEAD
(175,174,173)
#BFBDBD
(191,189,189)
#CFCCCD
(207,204,205)
#DFDBDD
(223,219,221)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F544D; }

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

This text font color is #4F544D.

Background Color

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

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

This div background color is #4F544D.

Border color

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

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

This div border color is #4F544D.

Opacity

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

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

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

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

This text has shadow with #4F544D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F544D.

Preview

Color preview on black background

This text has color #4F544D on black background.


Color preview on white background

This text has color #4F544D on white background.


Black color preview on #4F544D background

This text has black color on #4F544D background.


White color preview on #4F544D background

This text has white color on #4F544D background.


Related colors

Complementary color

Complementary color for #hex is #B0ABB2.


I love getcolorcode.com

Triadic colors

1 #4D4F54 and #544D4F with #4F544D are triadic colors.

2 #4D544F and #544F4D with #4F544D are triadic colors.