COLOR #4D4367

HEX: #4D4367 RGB: (77,67,103)

Color info

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

RGB color model

#4D4367 color RGB value is (77,67,103).

RGB: (77,67,103) (30%, 26%, 40%)

RGB channels and saturation

R 77 of 255 = 30%
G 67 of 255 = 26%
B 103 of 255 = 40%

77
67
103

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

Portions of RGB colors in percentages

R + G + B = 77 + 67 + 103 = 247 (100%)
R 77 of 247 ~ 31.17%
G 67 of 247 ~ 27.13%
B 103 of 247 ~ 41.7'%

%31.17
%27.13
%41.7

CMYK color model

#4D4367 color CMYK value is (25,35,0,60).

  • cyan value is 25.24%
  • magenta value is 34.95%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (25,35,0,60)
C25M35Y0K60 (25%, 35%, 0%, 60%)
(0.25 / 0.35 / 0.00 / 0.60)

CMYK percentages

%25.24
%34.95
%0
%59.61

Codes

Color #4D4367 in popluar color models

4D 43 67
RGB 77 67 103
HSL 257° 21.18% 33.33%
HSB/HSV 257° 34.95% 40.39%
CMYK 25.24% 34.95% 0.00%
59.61%

Color #4D4367 in popluar number systems.

HEX 4D 43 67
Decimal 77 67 103
Binary 1001101 1000011 1100111
Octal 115 103 147

Shades and tints

Shades of #4D4367

#4D4367
(77,67,103)
#463D5E
(70,61,94)
#3F3755
(63,55,85)
#38314C
(56,49,76)
#312B43
(49,43,67)
#2A253A
(42,37,58)
#231F31
(35,31,49)
#1C1928
(28,25,40)
#15131F
(21,19,31)
#0E0D16
(14,13,22)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #4D4367

#4D4367
(77,67,103)
#5D5474
(93,84,116)
#6D6581
(109,101,129)
#7D768E
(125,118,142)
#8D879B
(141,135,155)
#9D98A8
(157,152,168)
#ADA9B5
(173,169,181)
#BDBAC2
(189,186,194)
#CDCBCF
(205,203,207)
#DDDCDC
(221,220,220)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4367; }

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

This text font color is #4D4367.

Background Color

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

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

This div background color is #4D4367.

Border color

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

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

This div border color is #4D4367.

Opacity

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

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

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

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

This text has shadow with #4D4367 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4367.

Preview

Color preview on black background

This text has color #4D4367 on black background.


Color preview on white background

This text has color #4D4367 on white background.


Black color preview on #4D4367 background

This text has black color on #4D4367 background.


White color preview on #4D4367 background

This text has white color on #4D4367 background.


Related colors

Complementary color

Complementary color for #hex is #B2BC98.


I love getcolorcode.com

Triadic colors

1 #674D43 and #43674D with #4D4367 are triadic colors.

2 #67434D and #434D67 with #4D4367 are triadic colors.