COLOR #4D5553

HEX: #4D5553 RGB: (77,85,83)

Color info

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

RGB color model

#4D5553 color RGB value is (77,85,83).

RGB: (77,85,83) (30%, 33%, 33%)

RGB channels and saturation

R 77 of 255 = 30%
G 85 of 255 = 33%
B 83 of 255 = 33%

77
85
83

R + G + B ~ 32%. #4D5553 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 85 + 83 = 245 (100%)
R 77 of 245 ~ 31.43%
G 85 of 245 ~ 34.69%
B 83 of 245 ~ 33.88'%

%31.43
%34.69
%33.88

CMYK color model

#4D5553 color CMYK value is (9,0,2,67).

  • cyan value is 9.41%
  • magenta value is 0.00%
  • yellow value is 2.35%
  • key color value is 66.67%

CMYK: (9,0,2,67)
C9M0Y2K67 (9%, 0%, 2%, 67%)
(0.09 / 0.00 / 0.02 / 0.67)

CMYK percentages

%9.41
%0
%2.35
%66.67

Codes

Color #4D5553 in popluar color models

4D 55 53
RGB 77 85 83
HSL 165° 4.94% 31.76%
HSB/HSV 165° 9.41% 33.33%
CMYK 9.41% 0.00% 2.35%
66.67%

Color #4D5553 in popluar number systems.

HEX 4D 55 53
Decimal 77 85 83
Binary 1001101 1010101 1010011
Octal 115 125 123

Shades and tints

Shades of #4D5553

#4D5553
(77,85,83)
#464E4C
(70,78,76)
#3F4745
(63,71,69)
#38403E
(56,64,62)
#313937
(49,57,55)
#2A3230
(42,50,48)
#232B29
(35,43,41)
#1C2422
(28,36,34)
#151D1B
(21,29,27)
#0E1614
(14,22,20)
#070F0D
(7,15,13)
#000000
(0,0,0)

Tints of #4D5553

#4D5553
(77,85,83)
#5D6462
(93,100,98)
#6D7371
(109,115,113)
#7D8280
(125,130,128)
#8D918F
(141,145,143)
#9DA09E
(157,160,158)
#ADAFAD
(173,175,173)
#BDBEBC
(189,190,188)
#CDCDCB
(205,205,203)
#DDDCDA
(221,220,218)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5553; }

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

This text font color is #4D5553.

Background Color

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

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

This div background color is #4D5553.

Border color

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

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

This div border color is #4D5553.

Opacity

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

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

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

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

This text has shadow with #4D5553 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5553.

Preview

Color preview on black background

This text has color #4D5553 on black background.


Color preview on white background

This text has color #4D5553 on white background.


Black color preview on #4D5553 background

This text has black color on #4D5553 background.


White color preview on #4D5553 background

This text has white color on #4D5553 background.


Related colors

Complementary color

Complementary color for #hex is #B2AAAC.


I love getcolorcode.com

Triadic colors

1 #534D55 and #55534D with #4D5553 are triadic colors.

2 #53554D and #554D53 with #4D5553 are triadic colors.