COLOR #4D5550

HEX: #4D5550
RGB: (77,85,80)

Color info

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

RGB color model

#4D5550 color RGB value is (77,85,80).

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

RGB channels and saturation

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

77
85
80

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

Portions of RGB colors in percentages

R + G + B =
77 + 85 + 80 = 242 (100%)
R 77 of 242 ~ 31.82%
G 85 of 242 ~ 35.12%
B 80 of 242 ~ 33.06%

%31.82
%35.12
%33.06

CMYK color model

#4D5550 color CMYK value is (9,0,6,67).

  • cyan value is 9.41%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 66.67%
CMYK:
(9,0,6,67)
C9M0Y6K67 
(9%,0%,6%,67%)
(0.09/0.00/0.06/0.67)	

CMYK percentages

%9.41
%0
%5.88
%66.67

Codes

Color #4D5550 in popluar color models

4D5550
RGB778580
HSL143°4.94%31.76%
HSB/HSV143°9.41%33.33%
CMYK9.41%0.00%5.88%
66.67%

Color #4D5550 in popluar number systems.

HEX4D5550
Decimal778580
Binary100110110101011010000
Octal115125120

Shades and tints

Shades of #4D5550

#4D5550
(77,85,80)
#464E49
(70,78,73)
#3F4742
(63,71,66)
#38403B
(56,64,59)
#313934
(49,57,52)
#2A322D
(42,50,45)
#232B26
(35,43,38)
#1C241F
(28,36,31)
#151D18
(21,29,24)
#0E1611
(14,22,17)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #4D5550

#4D5550
(77,85,80)
#5D645F
(93,100,95)
#6D736E
(109,115,110)
#7D827D
(125,130,125)
#8D918C
(141,145,140)
#9DA09B
(157,160,155)
#ADAFAA
(173,175,170)
#BDBEB9
(189,190,185)
#CDCDC8
(205,205,200)
#DDDCD7
(221,220,215)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5550; }

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

This text font color is #4D5550.


Background Color

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

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

This div background color is #4D5550.


Border color

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

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

This div border color is #4D5550.


Opacity

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

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

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

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

This text has shadow with #4D5550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5550 on black background.


Color preview on white background

This text has color #4D5550 on white background.



Black color preview on #4D5550 background

This text has black color on #4D5550 background.


White color preview on #4D5550 background

This text has white color on #4D5550 background.