COLOR #4D1C6F

HEX: #4D1C6F
RGB: (77,28,111)

Color info

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

RGB color model

#4D1C6F color RGB value is (77,28,111).

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

RGB channels and saturation

R 77 of 255 = 30%
G 28 of 255 = 11%
B 111 of 255 = 44%

77
28
111

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

Portions of RGB colors in percentages

R + G + B =
77 + 28 + 111 = 216 (100%)
R 77 of 216 ~ 35.65%
G 28 of 216 ~ 12.96%
B 111 of 216 ~ 51.39%

%35.65
%12.96
%51.39

CMYK color model

#4D1C6F color CMYK value is (31,75,0,56).

  • cyan value is 30.63%
  • magenta value is 74.77%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(31,75,0,56)
C31M75Y0K56 
(31%,75%,0%,56%)
(0.31/0.75/0.00/0.56)	

CMYK percentages

%30.63
%74.77
%0
%56.47

Codes

Color #4D1C6F in popluar color models

4D1C6F
RGB7728111
HSL275°59.71%27.25%
HSB/HSV275°74.77%43.53%
CMYK30.63%74.77%0.00%
56.47%

Color #4D1C6F in popluar number systems.

HEX4D1C6F
Decimal7728111
Binary1001101111001101111
Octal11534157

Shades and tints

Shades of #4D1C6F

#4D1C6F
(77,28,111)
#461A65
(70,26,101)
#3F185B
(63,24,91)
#381651
(56,22,81)
#311447
(49,20,71)
#2A123D
(42,18,61)
#231033
(35,16,51)
#1C0E29
(28,14,41)
#150C1F
(21,12,31)
#0E0A15
(14,10,21)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #4D1C6F

#4D1C6F
(77,28,111)
#5D307C
(93,48,124)
#6D4489
(109,68,137)
#7D5896
(125,88,150)
#8D6CA3
(141,108,163)
#9D80B0
(157,128,176)
#AD94BD
(173,148,189)
#BDA8CA
(189,168,202)
#CDBCD7
(205,188,215)
#DDD0E4
(221,208,228)
#EDE4F1
(237,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1C6F; }

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

This text font color is #4D1C6F.


Background Color

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

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

This div background color is #4D1C6F.


Border color

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

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

This div border color is #4D1C6F.


Opacity

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

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

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

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

This text has shadow with #4D1C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1C6F on black background.


Color preview on white background

This text has color #4D1C6F on white background.



Black color preview on #4D1C6F background

This text has black color on #4D1C6F background.


White color preview on #4D1C6F background

This text has white color on #4D1C6F background.