COLOR #4D6773

HEX: #4D6773 RGB: (77,103,115)

Color info

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

RGB color model

#4D6773 color RGB value is (77,103,115).

RGB: (77,103,115) (30%, 40%, 45%)

RGB channels and saturation

R 77 of 255 = 30%
G 103 of 255 = 40%
B 115 of 255 = 45%

77
103
115

R + G + B ~ 38%. #4D6773 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 103 + 115 = 295 (100%)
R 77 of 295 ~ 26.1%
G 103 of 295 ~ 34.92%
B 115 of 295 ~ 38.98'%

%26.1
%34.92
%38.98

CMYK color model

#4D6773 color CMYK value is (33,10,0,55).

  • cyan value is 33.04%
  • magenta value is 10.43%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (33,10,0,55)
C33M10Y0K55 (33%, 10%, 0%, 55%)
(0.33 / 0.10 / 0.00 / 0.55)

CMYK percentages

%33.04
%10.43
%0
%54.9

Codes

Color #4D6773 in popluar color models

4D 67 73
RGB 77 103 115
HSL 199° 19.79% 37.65%
HSB/HSV 199° 33.04% 45.10%
CMYK 33.04% 10.43% 0.00%
54.90%

Color #4D6773 in popluar number systems.

HEX 4D 67 73
Decimal 77 103 115
Binary 1001101 1100111 1110011
Octal 115 147 163

Shades and tints

Shades of #4D6773

#4D6773
(77,103,115)
#465E69
(70,94,105)
#3F555F
(63,85,95)
#384C55
(56,76,85)
#31434B
(49,67,75)
#2A3A41
(42,58,65)
#233137
(35,49,55)
#1C282D
(28,40,45)
#151F23
(21,31,35)
#0E1619
(14,22,25)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #4D6773

#4D6773
(77,103,115)
#5D747F
(93,116,127)
#6D818B
(109,129,139)
#7D8E97
(125,142,151)
#8D9BA3
(141,155,163)
#9DA8AF
(157,168,175)
#ADB5BB
(173,181,187)
#BDC2C7
(189,194,199)
#CDCFD3
(205,207,211)
#DDDCDF
(221,220,223)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6773; }

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

This text font color is #4D6773.

Background Color

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

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

This div background color is #4D6773.

Border color

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

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

This div border color is #4D6773.

Opacity

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

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

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

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

This text has shadow with #4D6773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6773.

Preview

Color preview on black background

This text has color #4D6773 on black background.


Color preview on white background

This text has color #4D6773 on white background.


Black color preview on #4D6773 background

This text has black color on #4D6773 background.


White color preview on #4D6773 background

This text has white color on #4D6773 background.


Related colors

Complementary color

Complementary color for #hex is #B2988C.


I love getcolorcode.com

Triadic colors

1 #734D67 and #67734D with #4D6773 are triadic colors.

2 #73674D and #674D73 with #4D6773 are triadic colors.