COLOR #4D4363

HEX: #4D4363 RGB: (77,67,99)

Color info

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

RGB color model

#4D4363 color RGB value is (77,67,99).

RGB: (77,67,99) (30%, 26%, 39%)

RGB channels and saturation

R 77 of 255 = 30%
G 67 of 255 = 26%
B 99 of 255 = 39%

77
67
99

R + G + B ~ 32%. #4D4363 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 67 + 99 = 243 (100%)
R 77 of 243 ~ 31.69%
G 67 of 243 ~ 27.57%
B 99 of 243 ~ 40.74'%

%31.69
%27.57
%40.74

CMYK color model

#4D4363 color CMYK value is (22,32,0,61).

  • cyan value is 22.22%
  • magenta value is 32.32%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK: (22,32,0,61) C22M32Y0K61 (22%,32%,0%,61%) (0.22/0.32/0.00/0.61) 

CMYK percentages

%22.22
%32.32
%0
%61.18

Codes

Color #4D4363 in popluar color models

4D 43 63
RGB 77 67 99
HSL 259° 19.28% 32.55%
HSB/HSV 259° 32.32% 38.82%
CMYK 22.22% 32.32% 0.00%
61.18%

Color #4D4363 in popluar number systems.

HEX 4D 43 63
Decimal 77 67 99
Binary 1001101 1000011 1100011
Octal 115 103 143

Shades and tints

Shades of #4D4363

#4D4363
(77,67,99)
#463D5A
(70,61,90)
#3F3751
(63,55,81)
#383148
(56,49,72)
#312B3F
(49,43,63)
#2A2536
(42,37,54)
#231F2D
(35,31,45)
#1C1924
(28,25,36)
#15131B
(21,19,27)
#0E0D12
(14,13,18)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #4D4363

#4D4363
(77,67,99)
#5D5471
(93,84,113)
#6D657F
(109,101,127)
#7D768D
(125,118,141)
#8D879B
(141,135,155)
#9D98A9
(157,152,169)
#ADA9B7
(173,169,183)
#BDBAC5
(189,186,197)
#CDCBD3
(205,203,211)
#DDDCE1
(221,220,225)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4363; }

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

This text font color is #4D4363.

Background Color

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

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

This div background color is #4D4363.

Border color

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

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

This div border color is #4D4363.

Opacity

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

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

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

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

This text has shadow with #4D4363 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4363.

Preview

Color preview on black background

This text has color #4D4363 on black background.


Color preview on white background

This text has color #4D4363 on white background.


Black color preview on #4D4363 background

This text has black color on #4D4363 background.


White color preview on #4D4363 background

This text has white color on #4D4363 background.


Related colors

Complementary color

Complementary color for #hex is #B2BC9C.


I love getcolorcode.com

Triadic colors

1 #634D43 and #43634D with #4D4363 are triadic colors.

2 #63434D and #434D63 with #4D4363 are triadic colors.