COLOR #4D5568

HEX: #4D5568 RGB: (77,85,104)

Color info

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

RGB color model

#4D5568 color RGB value is (77,85,104).

RGB: (77,85,104) (30%, 33%, 41%)

RGB channels and saturation

R 77 of 255 = 30%
G 85 of 255 = 33%
B 104 of 255 = 41%

77
85
104

R + G + B ~ 35%. #4D5568 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 85 + 104 = 266 (100%)
R 77 of 266 ~ 28.95%
G 85 of 266 ~ 31.95%
B 104 of 266 ~ 39.1'%

%28.95
%31.95
%39.1

CMYK color model

#4D5568 color CMYK value is (26,18,0,59).

  • cyan value is 25.96%
  • magenta value is 18.27%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (26,18,0,59)
C26M18Y0K59 (26%, 18%, 0%, 59%)
(0.26 / 0.18 / 0.00 / 0.59)

CMYK percentages

%25.96
%18.27
%0
%59.22

Codes

Color #4D5568 in popluar color models

4D 55 68
RGB 77 85 104
HSL 222° 14.92% 35.49%
HSB/HSV 222° 25.96% 40.78%
CMYK 25.96% 18.27% 0.00%
59.22%

Color #4D5568 in popluar number systems.

HEX 4D 55 68
Decimal 77 85 104
Binary 1001101 1010101 1101000
Octal 115 125 150

Shades and tints

Shades of #4D5568

#4D5568
(77,85,104)
#464E5F
(70,78,95)
#3F4756
(63,71,86)
#38404D
(56,64,77)
#313944
(49,57,68)
#2A323B
(42,50,59)
#232B32
(35,43,50)
#1C2429
(28,36,41)
#151D20
(21,29,32)
#0E1617
(14,22,23)
#070F0E
(7,15,14)
#000000
(0,0,0)

Tints of #4D5568

#4D5568
(77,85,104)
#5D6475
(93,100,117)
#6D7382
(109,115,130)
#7D828F
(125,130,143)
#8D919C
(141,145,156)
#9DA0A9
(157,160,169)
#ADAFB6
(173,175,182)
#BDBEC3
(189,190,195)
#CDCDD0
(205,205,208)
#DDDCDD
(221,220,221)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5568; }

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

This text font color is #4D5568.

Background Color

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

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

This div background color is #4D5568.

Border color

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

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

This div border color is #4D5568.

Opacity

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

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

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

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

This text has shadow with #4D5568 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5568.

Preview

Color preview on black background

This text has color #4D5568 on black background.


Color preview on white background

This text has color #4D5568 on white background.


Black color preview on #4D5568 background

This text has black color on #4D5568 background.


White color preview on #4D5568 background

This text has white color on #4D5568 background.


Related colors

Complementary color

Complementary color for #hex is #B2AA97.


I love getcolorcode.com

Triadic colors

1 #684D55 and #55684D with #4D5568 are triadic colors.

2 #68554D and #554D68 with #4D5568 are triadic colors.