COLOR #4D577A

HEX: #4D577A RGB: (77,87,122)

Color info

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

RGB color model

#4D577A color RGB value is (77,87,122).

RGB: (77,87,122) (30%, 34%, 48%)

RGB channels and saturation

R 77 of 255 = 30%
G 87 of 255 = 34%
B 122 of 255 = 48%

77
87
122

R + G + B ~ 37%. #4D577A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 87 + 122 = 286 (100%)
R 77 of 286 ~ 26.92%
G 87 of 286 ~ 30.42%
B 122 of 286 ~ 42.66'%

%26.92
%30.42
%42.66

CMYK color model

#4D577A color CMYK value is (37,29,0,52).

  • cyan value is 36.89%
  • magenta value is 28.69%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (37,29,0,52)
C37M29Y0K52 (37%, 29%, 0%, 52%)
(0.37 / 0.29 / 0.00 / 0.52)

CMYK percentages

%36.89
%28.69
%0
%52.16

Codes

Color #4D577A in popluar color models

4D 57 7A
RGB 77 87 122
HSL 227° 22.61% 39.02%
HSB/HSV 227° 36.89% 47.84%
CMYK 36.89% 28.69% 0.00%
52.16%

Color #4D577A in popluar number systems.

HEX 4D 57 7A
Decimal 77 87 122
Binary 1001101 1010111 1111010
Octal 115 127 172

Shades and tints

Shades of #4D577A

#4D577A
(77,87,122)
#46506F
(70,80,111)
#3F4964
(63,73,100)
#384259
(56,66,89)
#313B4E
(49,59,78)
#2A3443
(42,52,67)
#232D38
(35,45,56)
#1C262D
(28,38,45)
#151F22
(21,31,34)
#0E1817
(14,24,23)
#07110C
(7,17,12)
#000000
(0,0,0)

Tints of #4D577A

#4D577A
(77,87,122)
#5D6686
(93,102,134)
#6D7592
(109,117,146)
#7D849E
(125,132,158)
#8D93AA
(141,147,170)
#9DA2B6
(157,162,182)
#ADB1C2
(173,177,194)
#BDC0CE
(189,192,206)
#CDCFDA
(205,207,218)
#DDDEE6
(221,222,230)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D577A color. Also use rgb(77,87,122) instead hex code.

Text Font Color

.myTextColor { color: #4D577A; }

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

This text font color is #4D577A.

Background Color

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

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

This div background color is #4D577A.

Border color

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

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

This div border color is #4D577A.

Opacity

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

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

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

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

This text has shadow with #4D577A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D577A.

Preview

Color preview on black background

This text has color #4D577A on black background.


Color preview on white background

This text has color #4D577A on white background.


Black color preview on #4D577A background

This text has black color on #4D577A background.


White color preview on #4D577A background

This text has white color on #4D577A background.


Related colors

Complementary color

Complementary color for #hex is #B2A885.


I love getcolorcode.com

Triadic colors

1 #7A4D57 and #577A4D with #4D577A are triadic colors.

2 #7A574D and #574D7A with #4D577A are triadic colors.