COLOR #4D1551

HEX: #4D1551
RGB: (77,21,81)

Color info

#4D1551 contains mainly red and blue colors. Web safe color of #4D1551 is #330066 (or #306).

RGB color model

#4D1551 color RGB value is (77,21,81).

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

RGB channels and saturation

R 77 of 255 = 30%
G 21 of 255 = 8%
B 81 of 255 = 32%

77
21
81

R + G + B ~ 23%. #4D1551 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 21 + 81 = 179 (100%)
R 77 of 179 ~ 43.02%
G 21 of 179 ~ 11.73%
B 81 of 179 ~ 45.25%

%43.02
%11.73
%45.25

CMYK color model

#4D1551 color CMYK value is (5,74,0,68).

  • cyan value is 4.94%
  • magenta value is 74.07%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(5,74,0,68)
C5M74Y0K68 
(5%,74%,0%,68%)
(0.05/0.74/0.00/0.68)	

CMYK percentages

%4.94
%74.07
%0
%68.24

Codes

Color #4D1551 in popluar color models

4D1551
RGB772181
HSL296°58.82%20.00%
HSB/HSV296°74.07%31.76%
CMYK4.94%74.07%0.00%
68.24%

Color #4D1551 in popluar number systems.

HEX4D1551
Decimal772181
Binary1001101101011010001
Octal11525121

Shades and tints

Shades of #4D1551

#4D1551
(77,21,81)
#46144A
(70,20,74)
#3F1343
(63,19,67)
#38123C
(56,18,60)
#311135
(49,17,53)
#2A102E
(42,16,46)
#230F27
(35,15,39)
#1C0E20
(28,14,32)
#150D19
(21,13,25)
#0E0C12
(14,12,18)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #4D1551

#4D1551
(77,21,81)
#5D2A60
(93,42,96)
#6D3F6F
(109,63,111)
#7D547E
(125,84,126)
#8D698D
(141,105,141)
#9D7E9C
(157,126,156)
#AD93AB
(173,147,171)
#BDA8BA
(189,168,186)
#CDBDC9
(205,189,201)
#DDD2D8
(221,210,216)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1551; }

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

This text font color is #4D1551.


Background Color

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

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

This div background color is #4D1551.


Border color

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

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

This div border color is #4D1551.


Opacity

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

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

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

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

This text has shadow with #4D1551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1551 on black background.


Color preview on white background

This text has color #4D1551 on white background.



Black color preview on #4D1551 background

This text has black color on #4D1551 background.


White color preview on #4D1551 background

This text has white color on #4D1551 background.