COLOR #4D405F

HEX: #4D405F RGB: (77,64,95)

Color info

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

RGB color model

#4D405F color RGB value is (77,64,95).

RGB: (77,64,95) (30%, 25%, 37%)

RGB channels and saturation

R 77 of 255 = 30%
G 64 of 255 = 25%
B 95 of 255 = 37%

77
64
95

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

Portions of RGB colors in percentages

R + G + B = 77 + 64 + 95 = 236 (100%)
R 77 of 236 ~ 32.63%
G 64 of 236 ~ 27.12%
B 95 of 236 ~ 40.25'%

%32.63
%27.12
%40.25

CMYK color model

#4D405F color CMYK value is (19,33,0,63).

  • cyan value is 18.95%
  • magenta value is 32.63%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (19,33,0,63)
C19M33Y0K63 (19%, 33%, 0%, 63%)
(0.19 / 0.33 / 0.00 / 0.63)

CMYK percentages

%18.95
%32.63
%0
%62.75

Codes

Color #4D405F in popluar color models

4D 40 5F
RGB 77 64 95
HSL 265° 19.50% 31.18%
HSB/HSV 265° 32.63% 37.25%
CMYK 18.95% 32.63% 0.00%
62.75%

Color #4D405F in popluar number systems.

HEX 4D 40 5F
Decimal 77 64 95
Binary 1001101 1000000 1011111
Octal 115 100 137

Shades and tints

Shades of #4D405F

#4D405F
(77,64,95)
#463B57
(70,59,87)
#3F364F
(63,54,79)
#383147
(56,49,71)
#312C3F
(49,44,63)
#2A2737
(42,39,55)
#23222F
(35,34,47)
#1C1D27
(28,29,39)
#15181F
(21,24,31)
#0E1317
(14,19,23)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #4D405F

#4D405F
(77,64,95)
#5D516D
(93,81,109)
#6D627B
(109,98,123)
#7D7389
(125,115,137)
#8D8497
(141,132,151)
#9D95A5
(157,149,165)
#ADA6B3
(173,166,179)
#BDB7C1
(189,183,193)
#CDC8CF
(205,200,207)
#DDD9DD
(221,217,221)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D405F; }

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

This text font color is #4D405F.

Background Color

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

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

This div background color is #4D405F.

Border color

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

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

This div border color is #4D405F.

Opacity

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

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

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

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

This text has shadow with #4D405F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D405F.

Preview

Color preview on black background

This text has color #4D405F on black background.


Color preview on white background

This text has color #4D405F on white background.


Black color preview on #4D405F background

This text has black color on #4D405F background.


White color preview on #4D405F background

This text has white color on #4D405F background.


Related colors

Complementary color

Complementary color for #hex is #B2BFA0.


I love getcolorcode.com

Triadic colors

1 #5F4D40 and #405F4D with #4D405F are triadic colors.

2 #5F404D and #404D5F with #4D405F are triadic colors.