COLOR #4D556E

HEX: #4D556E RGB: (77,85,110)

Color info

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

RGB color model

#4D556E color RGB value is (77,85,110).

RGB: (77,85,110) (30%, 33%, 43%)

RGB channels and saturation

R 77 of 255 = 30%
G 85 of 255 = 33%
B 110 of 255 = 43%

77
85
110

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

Portions of RGB colors in percentages

R + G + B = 77 + 85 + 110 = 272 (100%)
R 77 of 272 ~ 28.31%
G 85 of 272 ~ 31.25%
B 110 of 272 ~ 40.44'%

%28.31
%31.25
%40.44

CMYK color model

#4D556E color CMYK value is (30,23,0,57).

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

CMYK: (30,23,0,57)
C30M23Y0K57 (30%, 23%, 0%, 57%)
(0.30 / 0.23 / 0.00 / 0.57)

CMYK percentages

%30
%22.73
%0
%56.86

Codes

Color #4D556E in popluar color models

4D 55 6E
RGB 77 85 110
HSL 225° 17.65% 36.67%
HSB/HSV 225° 30.00% 43.14%
CMYK 30.00% 22.73% 0.00%
56.86%

Color #4D556E in popluar number systems.

HEX 4D 55 6E
Decimal 77 85 110
Binary 1001101 1010101 1101110
Octal 115 125 156

Shades and tints

Shades of #4D556E

#4D556E
(77,85,110)
#464E64
(70,78,100)
#3F475A
(63,71,90)
#384050
(56,64,80)
#313946
(49,57,70)
#2A323C
(42,50,60)
#232B32
(35,43,50)
#1C2428
(28,36,40)
#151D1E
(21,29,30)
#0E1614
(14,22,20)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #4D556E

#4D556E
(77,85,110)
#5D647B
(93,100,123)
#6D7388
(109,115,136)
#7D8295
(125,130,149)
#8D91A2
(141,145,162)
#9DA0AF
(157,160,175)
#ADAFBC
(173,175,188)
#BDBEC9
(189,190,201)
#CDCDD6
(205,205,214)
#DDDCE3
(221,220,227)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D556E; }

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

This text font color is #4D556E.

Background Color

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

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

This div background color is #4D556E.

Border color

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

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

This div border color is #4D556E.

Opacity

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

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

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

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

This text has shadow with #4D556E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D556E.

Preview

Color preview on black background

This text has color #4D556E on black background.


Color preview on white background

This text has color #4D556E on white background.


Black color preview on #4D556E background

This text has black color on #4D556E background.


White color preview on #4D556E background

This text has white color on #4D556E background.


Related colors

Complementary color

Complementary color for #hex is #B2AA91.


I love getcolorcode.com

Triadic colors

1 #6E4D55 and #556E4D with #4D556E are triadic colors.

2 #6E554D and #554D6E with #4D556E are triadic colors.