COLOR #4D4063

HEX: #4D4063 RGB: (77,64,99)

Color info

#4D4063 contains red, green and blue colors in about the same proportion. Web safe color of #4D4063 is #333366 (or #336).

RGB color model

#4D4063 color RGB value is (77,64,99).

RGB: (77,64,99) (30%, 25%, 39%)

RGB channels and saturation

R 77 of 255 = 30%
G 64 of 255 = 25%
B 99 of 255 = 39%

77
64
99

R + G + B ~ 31%. #4D4063 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 64 + 99 = 240 (100%)
R 77 of 240 ~ 32.08%
G 64 of 240 ~ 26.67%
B 99 of 240 ~ 41.25'%

%32.08
%26.67
%41.25

CMYK color model

#4D4063 color CMYK value is (22,35,0,61).

  • cyan value is 22.22%
  • magenta value is 35.35%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (22,35,0,61)
C22M35Y0K61 (22%, 35%, 0%, 61%)
(0.22 / 0.35 / 0.00 / 0.61)

CMYK percentages

%22.22
%35.35
%0
%61.18

Codes

Color #4D4063 in popluar color models

4D 40 63
RGB 77 64 99
HSL 262° 21.47% 31.96%
HSB/HSV 262° 35.35% 38.82%
CMYK 22.22% 35.35% 0.00%
61.18%

Color #4D4063 in popluar number systems.

HEX 4D 40 63
Decimal 77 64 99
Binary 1001101 1000000 1100011
Octal 115 100 143

Shades and tints

Shades of #4D4063

#4D4063
(77,64,99)
#463B5A
(70,59,90)
#3F3651
(63,54,81)
#383148
(56,49,72)
#312C3F
(49,44,63)
#2A2736
(42,39,54)
#23222D
(35,34,45)
#1C1D24
(28,29,36)
#15181B
(21,24,27)
#0E1312
(14,19,18)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #4D4063

#4D4063
(77,64,99)
#5D5171
(93,81,113)
#6D627F
(109,98,127)
#7D738D
(125,115,141)
#8D849B
(141,132,155)
#9D95A9
(157,149,169)
#ADA6B7
(173,166,183)
#BDB7C5
(189,183,197)
#CDC8D3
(205,200,211)
#DDD9E1
(221,217,225)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4063; }

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

This text font color is #4D4063.

Background Color

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

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

This div background color is #4D4063.

Border color

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

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

This div border color is #4D4063.

Opacity

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

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

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

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

This text has shadow with #4D4063 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4063.

Preview

Color preview on black background

This text has color #4D4063 on black background.


Color preview on white background

This text has color #4D4063 on white background.


Black color preview on #4D4063 background

This text has black color on #4D4063 background.


White color preview on #4D4063 background

This text has white color on #4D4063 background.


Related colors

Complementary color

Complementary color for #hex is #B2BF9C.


I love getcolorcode.com

Triadic colors

1 #634D40 and #40634D with #4D4063 are triadic colors.

2 #63404D and #404D63 with #4D4063 are triadic colors.