COLOR #4D5D6E

HEX: #4D5D6E RGB: (77,93,110)

Color info

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

RGB color model

#4D5D6E color RGB value is (77,93,110).

RGB: (77,93,110) (30%, 36%, 43%)

RGB channels and saturation

R 77 of 255 = 30%
G 93 of 255 = 36%
B 110 of 255 = 43%

77
93
110

R + G + B ~ 36%. #4D5D6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 93 + 110 = 280 (100%)
R 77 of 280 ~ 27.5%
G 93 of 280 ~ 33.21%
B 110 of 280 ~ 39.29'%

%27.5
%33.21
%39.29

CMYK color model

#4D5D6E color CMYK value is (30,15,0,57).

  • cyan value is 30.00%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (30,15,0,57)
C30M15Y0K57 (30%, 15%, 0%, 57%)
(0.30 / 0.15 / 0.00 / 0.57)

CMYK percentages

%30
%15.45
%0
%56.86

Codes

Color #4D5D6E in popluar color models

4D 5D 6E
RGB 77 93 110
HSL 211° 17.65% 36.67%
HSB/HSV 211° 30.00% 43.14%
CMYK 30.00% 15.45% 0.00%
56.86%

Color #4D5D6E in popluar number systems.

HEX 4D 5D 6E
Decimal 77 93 110
Binary 1001101 1011101 1101110
Octal 115 135 156

Shades and tints

Shades of #4D5D6E

#4D5D6E
(77,93,110)
#465564
(70,85,100)
#3F4D5A
(63,77,90)
#384550
(56,69,80)
#313D46
(49,61,70)
#2A353C
(42,53,60)
#232D32
(35,45,50)
#1C2528
(28,37,40)
#151D1E
(21,29,30)
#0E1514
(14,21,20)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #4D5D6E

#4D5D6E
(77,93,110)
#5D6B7B
(93,107,123)
#6D7988
(109,121,136)
#7D8795
(125,135,149)
#8D95A2
(141,149,162)
#9DA3AF
(157,163,175)
#ADB1BC
(173,177,188)
#BDBFC9
(189,191,201)
#CDCDD6
(205,205,214)
#DDDBE3
(221,219,227)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5D6E color. Also use rgb(77,93,110) instead hex code.

Text Font Color

.myTextColor { color: #4D5D6E; }

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

This text font color is #4D5D6E.

Background Color

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

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

This div background color is #4D5D6E.

Border color

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

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

This div border color is #4D5D6E.

Opacity

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

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

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

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

This text has shadow with #4D5D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5D6E.

Preview

Color preview on black background

This text has color #4D5D6E on black background.


Color preview on white background

This text has color #4D5D6E on white background.


Black color preview on #4D5D6E background

This text has black color on #4D5D6E background.


White color preview on #4D5D6E background

This text has white color on #4D5D6E background.


Related colors

Complementary color

Complementary color for #hex is #B2A291.


I love getcolorcode.com

Triadic colors

1 #6E4D5D and #5D6E4D with #4D5D6E are triadic colors.

2 #6E5D4D and #5D4D6E with #4D5D6E are triadic colors.