COLOR #4D1E6F

HEX: #4D1E6F
RGB: (77,30,111)

Color info

#4D1E6F contains mainly red and blue colors. Web safe color of #4D1E6F is #333366 (or #336).

RGB color model

#4D1E6F color RGB value is (77,30,111).

  • red value is 77;
  • green value is 30;
  • blue value is 111.
RGB:
(77,30,111)
(30%,12%,44%)

RGB channels and saturation

R 77 of 255 = 30%
G 30 of 255 = 12%
B 111 of 255 = 44%

77
30
111

R + G + B ~ 29%. #4D1E6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 30 + 111 = 218 (100%)
R 77 of 218 ~ 35.32%
G 30 of 218 ~ 13.76%
B 111 of 218 ~ 50.92%

%35.32
%13.76
%50.92

CMYK color model

#4D1E6F color CMYK value is (31,73,0,56).

  • cyan value is 30.63%
  • magenta value is 72.97%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(31,73,0,56)
C31M73Y0K56 
(31%,73%,0%,56%)
(0.31/0.73/0.00/0.56)	

CMYK percentages

%30.63
%72.97
%0
%56.47

Codes

Color #4D1E6F in popluar color models

4D1E6F
RGB7730111
HSL275°57.45%27.65%
HSB/HSV275°72.97%43.53%
CMYK30.63%72.97%0.00%
56.47%

Color #4D1E6F in popluar number systems.

HEX4D1E6F
Decimal7730111
Binary1001101111101101111
Octal11536157

Shades and tints

Shades of #4D1E6F

#4D1E6F
(77,30,111)
#461C65
(70,28,101)
#3F1A5B
(63,26,91)
#381851
(56,24,81)
#311647
(49,22,71)
#2A143D
(42,20,61)
#231233
(35,18,51)
#1C1029
(28,16,41)
#150E1F
(21,14,31)
#0E0C15
(14,12,21)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #4D1E6F

#4D1E6F
(77,30,111)
#5D327C
(93,50,124)
#6D4689
(109,70,137)
#7D5A96
(125,90,150)
#8D6EA3
(141,110,163)
#9D82B0
(157,130,176)
#AD96BD
(173,150,189)
#BDAACA
(189,170,202)
#CDBED7
(205,190,215)
#DDD2E4
(221,210,228)
#EDE6F1
(237,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1E6F color. Also use rgb(77,30,111) instead hex code.

Text Font Color

.myTextColor { color: #4D1E6F; }

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

This text font color is #4D1E6F.


Background Color

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

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

This div background color is #4D1E6F.


Border color

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

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

This div border color is #4D1E6F.


Opacity

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

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

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

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

This text has shadow with #4D1E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1E6F on black background.


Color preview on white background

This text has color #4D1E6F on white background.



Black color preview on #4D1E6F background

This text has black color on #4D1E6F background.


White color preview on #4D1E6F background

This text has white color on #4D1E6F background.