COLOR #4D5350

HEX: #4D5350 RGB: (77,83,80)

Color info

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

RGB color model

#4D5350 color RGB value is (77,83,80).

RGB: (77,83,80) (30%, 33%, 31%)

RGB channels and saturation

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

77
83
80

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

Portions of RGB colors in percentages

R + G + B = 77 + 83 + 80 = 240 (100%)
R 77 of 240 ~ 32.08%
G 83 of 240 ~ 34.58%
B 80 of 240 ~ 33.33'%

%32.08
%34.58
%33.33

CMYK color model

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

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 3.61%
  • key color value is 67.45%

CMYK: (7,0,4,67)
C7M0Y4K67 (7%, 0%, 4%, 67%)
(0.07 / 0.00 / 0.04 / 0.67)

CMYK percentages

%7.23
%0
%3.61
%67.45

Codes

Color #4D5350 in popluar color models

4D 53 50
RGB 77 83 80
HSL 150° 3.75% 31.37%
HSB/HSV 150° 7.23% 32.55%
CMYK 7.23% 0.00% 3.61%
67.45%

Color #4D5350 in popluar number systems.

HEX 4D 53 50
Decimal 77 83 80
Binary 1001101 1010011 1010000
Octal 115 123 120

Shades and tints

Shades of #4D5350

#4D5350
(77,83,80)
#464C49
(70,76,73)
#3F4542
(63,69,66)
#383E3B
(56,62,59)
#313734
(49,55,52)
#2A302D
(42,48,45)
#232926
(35,41,38)
#1C221F
(28,34,31)
#151B18
(21,27,24)
#0E1411
(14,20,17)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #4D5350

#4D5350
(77,83,80)
#5D625F
(93,98,95)
#6D716E
(109,113,110)
#7D807D
(125,128,125)
#8D8F8C
(141,143,140)
#9D9E9B
(157,158,155)
#ADADAA
(173,173,170)
#BDBCB9
(189,188,185)
#CDCBC8
(205,203,200)
#DDDAD7
(221,218,215)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5350; }

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

This text font color is #4D5350.

Background Color

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

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

This div background color is #4D5350.

Border color

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

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

This div border color is #4D5350.

Opacity

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

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

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

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

This text has shadow with #4D5350 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5350.

Preview

Color preview on black background

This text has color #4D5350 on black background.


Color preview on white background

This text has color #4D5350 on white background.


Black color preview on #4D5350 background

This text has black color on #4D5350 background.


White color preview on #4D5350 background

This text has white color on #4D5350 background.


Related colors

Complementary color

Complementary color for #hex is #B2ACAF.


I love getcolorcode.com

Triadic colors

1 #504D53 and #53504D with #4D5350 are triadic colors.

2 #50534D and #534D50 with #4D5350 are triadic colors.