COLOR #4D1C51

HEX: #4D1C51
RGB: (77,28,81)

Color info

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

RGB color model

#4D1C51 color RGB value is (77,28,81).

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

RGB channels and saturation

R 77 of 255 = 30%
G 28 of 255 = 11%
B 81 of 255 = 32%

77
28
81

R + G + B ~ 24%. #4D1C51 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 28 + 81 = 186 (100%)
R 77 of 186 ~ 41.4%
G 28 of 186 ~ 15.05%
B 81 of 186 ~ 43.55%

%41.4
%15.05
%43.55

CMYK color model

#4D1C51 color CMYK value is (5,65,0,68).

  • cyan value is 4.94%
  • magenta value is 65.43%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(5,65,0,68)
C5M65Y0K68 
(5%,65%,0%,68%)
(0.05/0.65/0.00/0.68)	

CMYK percentages

%4.94
%65.43
%0
%68.24

Codes

Color #4D1C51 in popluar color models

4D1C51
RGB772881
HSL295°48.62%21.37%
HSB/HSV295°65.43%31.76%
CMYK4.94%65.43%0.00%
68.24%

Color #4D1C51 in popluar number systems.

HEX4D1C51
Decimal772881
Binary1001101111001010001
Octal11534121

Shades and tints

Shades of #4D1C51

#4D1C51
(77,28,81)
#461A4A
(70,26,74)
#3F1843
(63,24,67)
#38163C
(56,22,60)
#311435
(49,20,53)
#2A122E
(42,18,46)
#231027
(35,16,39)
#1C0E20
(28,14,32)
#150C19
(21,12,25)
#0E0A12
(14,10,18)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #4D1C51

#4D1C51
(77,28,81)
#5D3060
(93,48,96)
#6D446F
(109,68,111)
#7D587E
(125,88,126)
#8D6C8D
(141,108,141)
#9D809C
(157,128,156)
#AD94AB
(173,148,171)
#BDA8BA
(189,168,186)
#CDBCC9
(205,188,201)
#DDD0D8
(221,208,216)
#EDE4E7
(237,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1C51; }

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

This text font color is #4D1C51.


Background Color

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

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

This div background color is #4D1C51.


Border color

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

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

This div border color is #4D1C51.


Opacity

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

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

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

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

This text has shadow with #4D1C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1C51 on black background.


Color preview on white background

This text has color #4D1C51 on white background.



Black color preview on #4D1C51 background

This text has black color on #4D1C51 background.


White color preview on #4D1C51 background

This text has white color on #4D1C51 background.