COLOR #4D677A

HEX: #4D677A RGB: (77,103,122)

Color info

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

RGB color model

#4D677A color RGB value is (77,103,122).

RGB: (77,103,122) (30%, 40%, 48%)

RGB channels and saturation

R 77 of 255 = 30%
G 103 of 255 = 40%
B 122 of 255 = 48%

77
103
122

R + G + B ~ 39%. #4D677A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 103 + 122 = 302 (100%)
R 77 of 302 ~ 25.5%
G 103 of 302 ~ 34.11%
B 122 of 302 ~ 40.4'%

%25.5
%34.11
%40.4

CMYK color model

#4D677A color CMYK value is (37,16,0,52).

  • cyan value is 36.89%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (37,16,0,52) C37M16Y0K52 (37%,16%,0%,52%) (0.37/0.16/0.00/0.52) 

CMYK percentages

%36.89
%15.57
%0
%52.16

Codes

Color #4D677A in popluar color models

4D 67 7A
RGB 77 103 122
HSL 205° 22.61% 39.02%
HSB/HSV 205° 36.89% 47.84%
CMYK 36.89% 15.57% 0.00%
52.16%

Color #4D677A in popluar number systems.

HEX 4D 67 7A
Decimal 77 103 122
Binary 1001101 1100111 1111010
Octal 115 147 172

Shades and tints

Shades of #4D677A

#4D677A
(77,103,122)
#465E6F
(70,94,111)
#3F5564
(63,85,100)
#384C59
(56,76,89)
#31434E
(49,67,78)
#2A3A43
(42,58,67)
#233138
(35,49,56)
#1C282D
(28,40,45)
#151F22
(21,31,34)
#0E1617
(14,22,23)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #4D677A

#4D677A
(77,103,122)
#5D7486
(93,116,134)
#6D8192
(109,129,146)
#7D8E9E
(125,142,158)
#8D9BAA
(141,155,170)
#9DA8B6
(157,168,182)
#ADB5C2
(173,181,194)
#BDC2CE
(189,194,206)
#CDCFDA
(205,207,218)
#DDDCE6
(221,220,230)
#EDE9F2
(237,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D677A; }

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

This text font color is #4D677A.

Background Color

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

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

This div background color is #4D677A.

Border color

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

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

This div border color is #4D677A.

Opacity

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

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

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

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

This text has shadow with #4D677A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D677A.

Preview

Color preview on black background

This text has color #4D677A on black background.


Color preview on white background

This text has color #4D677A on white background.


Black color preview on #4D677A background

This text has black color on #4D677A background.


White color preview on #4D677A background

This text has white color on #4D677A background.


Related colors

Complementary color

Complementary color for #hex is #B29885.


I love getcolorcode.com

Triadic colors

1 #7A4D67 and #677A4D with #4D677A are triadic colors.

2 #7A674D and #674D7A with #4D677A are triadic colors.