COLOR #4D5655

HEX: #4D5655 RGB: (77,86,85)

Color info

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

RGB color model

#4D5655 color RGB value is (77,86,85).

RGB: (77,86,85) (30%, 34%, 33%)

RGB channels and saturation

R 77 of 255 = 30%
G 86 of 255 = 34%
B 85 of 255 = 33%

77
86
85

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

Portions of RGB colors in percentages

R + G + B = 77 + 86 + 85 = 248 (100%)
R 77 of 248 ~ 31.05%
G 86 of 248 ~ 34.68%
B 85 of 248 ~ 34.27'%

%31.05
%34.68
%34.27

CMYK color model

#4D5655 color CMYK value is (10,0,1,66).

  • cyan value is 10.47%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 66.27%

CMYK: (10,0,1,66)
C10M0Y1K66 (10%, 0%, 1%, 66%)
(0.10 / 0.00 / 0.01 / 0.66)

CMYK percentages

%10.47
%0
%1.16
%66.27

Codes

Color #4D5655 in popluar color models

4D 56 55
RGB 77 86 85
HSL 173° 5.52% 31.96%
HSB/HSV 173° 10.47% 33.73%
CMYK 10.47% 0.00% 1.16%
66.27%

Color #4D5655 in popluar number systems.

HEX 4D 56 55
Decimal 77 86 85
Binary 1001101 1010110 1010101
Octal 115 126 125

Shades and tints

Shades of #4D5655

#4D5655
(77,86,85)
#464F4E
(70,79,78)
#3F4847
(63,72,71)
#384140
(56,65,64)
#313A39
(49,58,57)
#2A3332
(42,51,50)
#232C2B
(35,44,43)
#1C2524
(28,37,36)
#151E1D
(21,30,29)
#0E1716
(14,23,22)
#07100F
(7,16,15)
#000000
(0,0,0)

Tints of #4D5655

#4D5655
(77,86,85)
#5D6564
(93,101,100)
#6D7473
(109,116,115)
#7D8382
(125,131,130)
#8D9291
(141,146,145)
#9DA1A0
(157,161,160)
#ADB0AF
(173,176,175)
#BDBFBE
(189,191,190)
#CDCECD
(205,206,205)
#DDDDDC
(221,221,220)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5655; }

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

This text font color is #4D5655.

Background Color

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

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

This div background color is #4D5655.

Border color

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

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

This div border color is #4D5655.

Opacity

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

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

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

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

This text has shadow with #4D5655 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5655.

Preview

Color preview on black background

This text has color #4D5655 on black background.


Color preview on white background

This text has color #4D5655 on white background.


Black color preview on #4D5655 background

This text has black color on #4D5655 background.


White color preview on #4D5655 background

This text has white color on #4D5655 background.


Related colors

Complementary color

Complementary color for #hex is #B2A9AA.


I love getcolorcode.com

Triadic colors

1 #554D56 and #56554D with #4D5655 are triadic colors.

2 #55564D and #564D55 with #4D5655 are triadic colors.