COLOR #4D554F

HEX: #4D554F
RGB: (77,85,79)

Color info

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

RGB color model

#4D554F color RGB value is (77,85,79).

  • red value is 77;
  • green value is 85;
  • blue value is 79.
RGB:
(77,85,79)
(30%,33%,31%)

RGB channels and saturation

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

77
85
79

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

Portions of RGB colors in percentages

R + G + B =
77 + 85 + 79 = 241 (100%)
R 77 of 241 ~ 31.95%
G 85 of 241 ~ 35.27%
B 79 of 241 ~ 32.78%

%31.95
%35.27
%32.78

CMYK color model

#4D554F color CMYK value is (9,0,7,67).

  • cyan value is 9.41%
  • magenta value is 0.00%
  • yellow value is 7.06%
  • key color value is 66.67%
CMYK:
(9,0,7,67)
C9M0Y7K67 
(9%,0%,7%,67%)
(0.09/0.00/0.07/0.67)	

CMYK percentages

%9.41
%0
%7.06
%66.67

Codes

Color #4D554F in popluar color models

4D554F
RGB778579
HSL135°4.94%31.76%
HSB/HSV135°9.41%33.33%
CMYK9.41%0.00%7.06%
66.67%

Color #4D554F in popluar number systems.

HEX4D554F
Decimal778579
Binary100110110101011001111
Octal115125117

Shades and tints

Shades of #4D554F

#4D554F
(77,85,79)
#464E48
(70,78,72)
#3F4741
(63,71,65)
#38403A
(56,64,58)
#313933
(49,57,51)
#2A322C
(42,50,44)
#232B25
(35,43,37)
#1C241E
(28,36,30)
#151D17
(21,29,23)
#0E1610
(14,22,16)
#070F09
(7,15,9)
#000000
(0,0,0)

Tints of #4D554F

#4D554F
(77,85,79)
#5D645F
(93,100,95)
#6D736F
(109,115,111)
#7D827F
(125,130,127)
#8D918F
(141,145,143)
#9DA09F
(157,160,159)
#ADAFAF
(173,175,175)
#BDBEBF
(189,190,191)
#CDCDCF
(205,205,207)
#DDDCDF
(221,220,223)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D554F; }

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

This text font color is #4D554F.


Background Color

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

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

This div background color is #4D554F.


Border color

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

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

This div border color is #4D554F.


Opacity

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

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

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

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

This text has shadow with #4D554F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D554F on black background.


Color preview on white background

This text has color #4D554F on white background.



Black color preview on #4D554F background

This text has black color on #4D554F background.


White color preview on #4D554F background

This text has white color on #4D554F background.