COLOR #4D1F6E

HEX: #4D1F6E
RGB: (77,31,110)

Color info

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

RGB color model

#4D1F6E color RGB value is (77,31,110).

  • red value is 77;
  • green value is 31;
  • blue value is 110.
RGB:
(77,31,110)
(30%,12%,43%)

RGB channels and saturation

R 77 of 255 = 30%
G 31 of 255 = 12%
B 110 of 255 = 43%

77
31
110

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

Portions of RGB colors in percentages

R + G + B =
77 + 31 + 110 = 218 (100%)
R 77 of 218 ~ 35.32%
G 31 of 218 ~ 14.22%
B 110 of 218 ~ 50.46%

%35.32
%14.22
%50.46

CMYK color model

#4D1F6E color CMYK value is (30,72,0,57).

  • cyan value is 30.00%
  • magenta value is 71.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(30,72,0,57)
C30M72Y0K57 
(30%,72%,0%,57%)
(0.30/0.72/0.00/0.57)	

CMYK percentages

%30
%71.82
%0
%56.86

Codes

Color #4D1F6E in popluar color models

4D1F6E
RGB7731110
HSL275°56.03%27.65%
HSB/HSV275°71.82%43.14%
CMYK30.00%71.82%0.00%
56.86%

Color #4D1F6E in popluar number systems.

HEX4D1F6E
Decimal7731110
Binary1001101111111101110
Octal11537156

Shades and tints

Shades of #4D1F6E

#4D1F6E
(77,31,110)
#461D64
(70,29,100)
#3F1B5A
(63,27,90)
#381950
(56,25,80)
#311746
(49,23,70)
#2A153C
(42,21,60)
#231332
(35,19,50)
#1C1128
(28,17,40)
#150F1E
(21,15,30)
#0E0D14
(14,13,20)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #4D1F6E

#4D1F6E
(77,31,110)
#5D337B
(93,51,123)
#6D4788
(109,71,136)
#7D5B95
(125,91,149)
#8D6FA2
(141,111,162)
#9D83AF
(157,131,175)
#AD97BC
(173,151,188)
#BDABC9
(189,171,201)
#CDBFD6
(205,191,214)
#DDD3E3
(221,211,227)
#EDE7F0
(237,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1F6E color. Also use rgb(77,31,110) instead hex code.

Text Font Color

.myTextColor { color: #4D1F6E; }

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

This text font color is #4D1F6E.


Background Color

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

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

This div background color is #4D1F6E.


Border color

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

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

This div border color is #4D1F6E.


Opacity

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

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

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

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

This text has shadow with #4D1F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1F6E on black background.


Color preview on white background

This text has color #4D1F6E on white background.



Black color preview on #4D1F6E background

This text has black color on #4D1F6E background.


White color preview on #4D1F6E background

This text has white color on #4D1F6E background.