COLOR #4D506F

HEX: #4D506F RGB: (77,80,111)

Color info

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

RGB color model

#4D506F color RGB value is (77,80,111).

RGB: (77,80,111) (30%, 31%, 44%)

RGB channels and saturation

R 77 of 255 = 30%
G 80 of 255 = 31%
B 111 of 255 = 44%

77
80
111

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

Portions of RGB colors in percentages

R + G + B = 77 + 80 + 111 = 268 (100%)
R 77 of 268 ~ 28.73%
G 80 of 268 ~ 29.85%
B 111 of 268 ~ 41.42'%

%28.73
%29.85
%41.42

CMYK color model

#4D506F color CMYK value is (31,28,0,56).

  • cyan value is 30.63%
  • magenta value is 27.93%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (31,28,0,56)
C31M28Y0K56 (31%, 28%, 0%, 56%)
(0.31 / 0.28 / 0.00 / 0.56)

CMYK percentages

%30.63
%27.93
%0
%56.47

Codes

Color #4D506F in popluar color models

4D 50 6F
RGB 77 80 111
HSL 235° 18.09% 36.86%
HSB/HSV 235° 30.63% 43.53%
CMYK 30.63% 27.93% 0.00%
56.47%

Color #4D506F in popluar number systems.

HEX 4D 50 6F
Decimal 77 80 111
Binary 1001101 1010000 1101111
Octal 115 120 157

Shades and tints

Shades of #4D506F

#4D506F
(77,80,111)
#464965
(70,73,101)
#3F425B
(63,66,91)
#383B51
(56,59,81)
#313447
(49,52,71)
#2A2D3D
(42,45,61)
#232633
(35,38,51)
#1C1F29
(28,31,41)
#15181F
(21,24,31)
#0E1115
(14,17,21)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #4D506F

#4D506F
(77,80,111)
#5D5F7C
(93,95,124)
#6D6E89
(109,110,137)
#7D7D96
(125,125,150)
#8D8CA3
(141,140,163)
#9D9BB0
(157,155,176)
#ADAABD
(173,170,189)
#BDB9CA
(189,185,202)
#CDC8D7
(205,200,215)
#DDD7E4
(221,215,228)
#EDE6F1
(237,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D506F color. Also use rgb(77,80,111) instead hex code.

Text Font Color

.myTextColor { color: #4D506F; }

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

This text font color is #4D506F.

Background Color

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

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

This div background color is #4D506F.

Border color

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

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

This div border color is #4D506F.

Opacity

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

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

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

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

This text has shadow with #4D506F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D506F.

Preview

Color preview on black background

This text has color #4D506F on black background.


Color preview on white background

This text has color #4D506F on white background.


Black color preview on #4D506F background

This text has black color on #4D506F background.


White color preview on #4D506F background

This text has white color on #4D506F background.


Related colors

Complementary color

Complementary color for #hex is #B2AF90.


I love getcolorcode.com

Triadic colors

1 #6F4D50 and #506F4D with #4D506F are triadic colors.

2 #6F504D and #504D6F with #4D506F are triadic colors.