COLOR #4D5565

HEX: #4D5565 RGB: (77,85,101)

Color info

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

RGB color model

#4D5565 color RGB value is (77,85,101).

RGB: (77,85,101) (30%, 33%, 40%)

RGB channels and saturation

R 77 of 255 = 30%
G 85 of 255 = 33%
B 101 of 255 = 40%

77
85
101

R + G + B ~ 34%. #4D5565 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 85 + 101 = 263 (100%)
R 77 of 263 ~ 29.28%
G 85 of 263 ~ 32.32%
B 101 of 263 ~ 38.4'%

%29.28
%32.32
%38.4

CMYK color model

#4D5565 color CMYK value is (24,16,0,60).

  • cyan value is 23.76%
  • magenta value is 15.84%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (24,16,0,60)
C24M16Y0K60 (24%, 16%, 0%, 60%)
(0.24 / 0.16 / 0.00 / 0.60)

CMYK percentages

%23.76
%15.84
%0
%60.39

Codes

Color #4D5565 in popluar color models

4D 55 65
RGB 77 85 101
HSL 220° 13.48% 34.90%
HSB/HSV 220° 23.76% 39.61%
CMYK 23.76% 15.84% 0.00%
60.39%

Color #4D5565 in popluar number systems.

HEX 4D 55 65
Decimal 77 85 101
Binary 1001101 1010101 1100101
Octal 115 125 145

Shades and tints

Shades of #4D5565

#4D5565
(77,85,101)
#464E5C
(70,78,92)
#3F4753
(63,71,83)
#38404A
(56,64,74)
#313941
(49,57,65)
#2A3238
(42,50,56)
#232B2F
(35,43,47)
#1C2426
(28,36,38)
#151D1D
(21,29,29)
#0E1614
(14,22,20)
#070F0B
(7,15,11)
#000000
(0,0,0)

Tints of #4D5565

#4D5565
(77,85,101)
#5D6473
(93,100,115)
#6D7381
(109,115,129)
#7D828F
(125,130,143)
#8D919D
(141,145,157)
#9DA0AB
(157,160,171)
#ADAFB9
(173,175,185)
#BDBEC7
(189,190,199)
#CDCDD5
(205,205,213)
#DDDCE3
(221,220,227)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5565; }

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

This text font color is #4D5565.

Background Color

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

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

This div background color is #4D5565.

Border color

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

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

This div border color is #4D5565.

Opacity

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

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

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

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

This text has shadow with #4D5565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5565.

Preview

Color preview on black background

This text has color #4D5565 on black background.


Color preview on white background

This text has color #4D5565 on white background.


Black color preview on #4D5565 background

This text has black color on #4D5565 background.


White color preview on #4D5565 background

This text has white color on #4D5565 background.


Related colors

Complementary color

Complementary color for #hex is #B2AA9A.


I love getcolorcode.com

Triadic colors

1 #654D55 and #55654D with #4D5565 are triadic colors.

2 #65554D and #554D65 with #4D5565 are triadic colors.