COLOR #4D2E5F

HEX: #4D2E5F RGB: (77,46,95)

Color info

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

RGB color model

#4D2E5F color RGB value is (77,46,95).

RGB: (77,46,95) (30%, 18%, 37%)

RGB channels and saturation

R 77 of 255 = 30%
G 46 of 255 = 18%
B 95 of 255 = 37%

77
46
95

R + G + B ~ 28%. #4D2E5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 46 + 95 = 218 (100%)
R 77 of 218 ~ 35.32%
G 46 of 218 ~ 21.1%
B 95 of 218 ~ 43.58'%

%35.32
%21.1
%43.58

CMYK color model

#4D2E5F color CMYK value is (19,52,0,63).

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

CMYK: (19,52,0,63)
C19M52Y0K63 (19%, 52%, 0%, 63%)
(0.19 / 0.52 / 0.00 / 0.63)

CMYK percentages

%18.95
%51.58
%0
%62.75

Codes

Color #4D2E5F in popluar color models

4D 2E 5F
RGB 77 46 95
HSL 278° 34.75% 27.65%
HSB/HSV 278° 51.58% 37.25%
CMYK 18.95% 51.58% 0.00%
62.75%

Color #4D2E5F in popluar number systems.

HEX 4D 2E 5F
Decimal 77 46 95
Binary 1001101 101110 1011111
Octal 115 56 137

Shades and tints

Shades of #4D2E5F

#4D2E5F
(77,46,95)
#462A57
(70,42,87)
#3F264F
(63,38,79)
#382247
(56,34,71)
#311E3F
(49,30,63)
#2A1A37
(42,26,55)
#23162F
(35,22,47)
#1C1227
(28,18,39)
#150E1F
(21,14,31)
#0E0A17
(14,10,23)
#07060F
(7,6,15)
#000000
(0,0,0)

Tints of #4D2E5F

#4D2E5F
(77,46,95)
#5D416D
(93,65,109)
#6D547B
(109,84,123)
#7D6789
(125,103,137)
#8D7A97
(141,122,151)
#9D8DA5
(157,141,165)
#ADA0B3
(173,160,179)
#BDB3C1
(189,179,193)
#CDC6CF
(205,198,207)
#DDD9DD
(221,217,221)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2E5F; }

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

This text font color is #4D2E5F.

Background Color

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

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

This div background color is #4D2E5F.

Border color

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

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

This div border color is #4D2E5F.

Opacity

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

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

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

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

This text has shadow with #4D2E5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2E5F.

Preview

Color preview on black background

This text has color #4D2E5F on black background.


Color preview on white background

This text has color #4D2E5F on white background.


Black color preview on #4D2E5F background

This text has black color on #4D2E5F background.


White color preview on #4D2E5F background

This text has white color on #4D2E5F background.


Related colors

Complementary color

Complementary color for #hex is #B2D1A0.


I love getcolorcode.com

Triadic colors

1 #5F4D2E and #2E5F4D with #4D2E5F are triadic colors.

2 #5F2E4D and #2E4D5F with #4D2E5F are triadic colors.