COLOR #4D544F

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

Color info

#4D544F contains red, green and blue colors in about the same proportion. Web safe color of #4D544F is #336666 (or #366).

RGB color model

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

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

RGB channels and saturation

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

77
84
79

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

Portions of RGB colors in percentages

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

%32.08
%35
%32.92

CMYK color model

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

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

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

CMYK percentages

%8.33
%0
%5.95
%67.06

Codes

Color #4D544F in popluar color models

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

Color #4D544F in popluar number systems.

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

Shades and tints

Shades of #4D544F

#4D544F
(77,84,79)
#464D48
(70,77,72)
#3F4641
(63,70,65)
#383F3A
(56,63,58)
#313833
(49,56,51)
#2A312C
(42,49,44)
#232A25
(35,42,37)
#1C231E
(28,35,30)
#151C17
(21,28,23)
#0E1510
(14,21,16)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #4D544F

#4D544F
(77,84,79)
#5D635F
(93,99,95)
#6D726F
(109,114,111)
#7D817F
(125,129,127)
#8D908F
(141,144,143)
#9D9F9F
(157,159,159)
#ADAEAF
(173,174,175)
#BDBDBF
(189,189,191)
#CDCCCF
(205,204,207)
#DDDBDF
(221,219,223)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D544F; }

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

This text font color is #4D544F.

Background Color

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

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

This div background color is #4D544F.

Border color

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

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

This div border color is #4D544F.

Opacity

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

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

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

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

This text has shadow with #4D544F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D544F.

Preview

Color preview on black background

This text has color #4D544F on black background.


Color preview on white background

This text has color #4D544F on white background.


Black color preview on #4D544F background

This text has black color on #4D544F background.


White color preview on #4D544F background

This text has white color on #4D544F background.


Related colors

Complementary color

Complementary color for #hex is #B2ABB0.


I love getcolorcode.com

Triadic colors

1 #4F4D54 and #544F4D with #4D544F are triadic colors.

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