COLOR #4D5063

HEX: #4D5063 RGB: (77,80,99)

Color info

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

RGB color model

#4D5063 color RGB value is (77,80,99).

RGB: (77,80,99) (30%, 31%, 39%)

RGB channels and saturation

R 77 of 255 = 30%
G 80 of 255 = 31%
B 99 of 255 = 39%

77
80
99

R + G + B ~ 33%. #4D5063 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 80 + 99 = 256 (100%)
R 77 of 256 ~ 30.08%
G 80 of 256 ~ 31.25%
B 99 of 256 ~ 38.67'%

%30.08
%31.25
%38.67

CMYK color model

#4D5063 color CMYK value is (22,19,0,61).

  • cyan value is 22.22%
  • magenta value is 19.19%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK: (22,19,0,61) C22M19Y0K61 (22%,19%,0%,61%) (0.22/0.19/0.00/0.61) 

CMYK percentages

%22.22
%19.19
%0
%61.18

Codes

Color #4D5063 in popluar color models

4D 50 63
RGB 77 80 99
HSL 232° 12.50% 34.51%
HSB/HSV 232° 22.22% 38.82%
CMYK 22.22% 19.19% 0.00%
61.18%

Color #4D5063 in popluar number systems.

HEX 4D 50 63
Decimal 77 80 99
Binary 1001101 1010000 1100011
Octal 115 120 143

Shades and tints

Shades of #4D5063

#4D5063
(77,80,99)
#46495A
(70,73,90)
#3F4251
(63,66,81)
#383B48
(56,59,72)
#31343F
(49,52,63)
#2A2D36
(42,45,54)
#23262D
(35,38,45)
#1C1F24
(28,31,36)
#15181B
(21,24,27)
#0E1112
(14,17,18)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #4D5063

#4D5063
(77,80,99)
#5D5F71
(93,95,113)
#6D6E7F
(109,110,127)
#7D7D8D
(125,125,141)
#8D8C9B
(141,140,155)
#9D9BA9
(157,155,169)
#ADAAB7
(173,170,183)
#BDB9C5
(189,185,197)
#CDC8D3
(205,200,211)
#DDD7E1
(221,215,225)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5063; }

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

This text font color is #4D5063.

Background Color

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

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

This div background color is #4D5063.

Border color

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

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

This div border color is #4D5063.

Opacity

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

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

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

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

This text has shadow with #4D5063 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5063.

Preview

Color preview on black background

This text has color #4D5063 on black background.


Color preview on white background

This text has color #4D5063 on white background.


Black color preview on #4D5063 background

This text has black color on #4D5063 background.


White color preview on #4D5063 background

This text has white color on #4D5063 background.


Related colors

Complementary color

Complementary color for #hex is #B2AF9C.


I love getcolorcode.com

Triadic colors

1 #634D50 and #50634D with #4D5063 are triadic colors.

2 #63504D and #504D63 with #4D5063 are triadic colors.