COLOR #4D1246

HEX: #4D1246
RGB: (77,18,70)

Color info

#4D1246 contains red, green and blue colors in about the same proportion. Web safe color of #4D1246 is #330033 (or #303).

RGB color model

#4D1246 color RGB value is (77,18,70).

  • red value is 77;
  • green value is 18;
  • blue value is 70.
RGB:
(77,18,70)
(30%,7%,27%)

RGB channels and saturation

R 77 of 255 = 30%
G 18 of 255 = 7%
B 70 of 255 = 27%

77
18
70

R + G + B ~ 21%. #4D1246 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 18 + 70 = 165 (100%)
R 77 of 165 ~ 46.67%
G 18 of 165 ~ 10.91%
B 70 of 165 ~ 42.42%

%46.67
%10.91
%42.42

CMYK color model

#4D1246 color CMYK value is (0,77,9,70).

  • cyan value is 0.00%
  • magenta value is 76.62%
  • yellow value is 9.09%
  • key color value is 69.80%
CMYK:
(0,77,9,70)
C0M77Y9K70 
(0%,77%,9%,70%)
(0.00/0.77/0.09/0.70)	

CMYK percentages

%0
%76.62
%9.09
%69.8

Codes

Color #4D1246 in popluar color models

4D1246
RGB771870
HSL307°62.11%18.63%
HSB/HSV307°76.62%30.20%
CMYK0.00%76.62%9.09%
69.80%

Color #4D1246 in popluar number systems.

HEX4D1246
Decimal771870
Binary1001101100101000110
Octal11522106

Shades and tints

Shades of #4D1246

#4D1246
(77,18,70)
#461140
(70,17,64)
#3F103A
(63,16,58)
#380F34
(56,15,52)
#310E2E
(49,14,46)
#2A0D28
(42,13,40)
#230C22
(35,12,34)
#1C0B1C
(28,11,28)
#150A16
(21,10,22)
#0E0910
(14,9,16)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #4D1246

#4D1246
(77,18,70)
#5D2756
(93,39,86)
#6D3C66
(109,60,102)
#7D5176
(125,81,118)
#8D6686
(141,102,134)
#9D7B96
(157,123,150)
#AD90A6
(173,144,166)
#BDA5B6
(189,165,182)
#CDBAC6
(205,186,198)
#DDCFD6
(221,207,214)
#EDE4E6
(237,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1246 color. Also use rgb(77,18,70) instead hex code.

Text Font Color

.myTextColor { color: #4D1246; }

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

This text font color is #4D1246.


Background Color

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

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

This div background color is #4D1246.


Border color

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

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

This div border color is #4D1246.


Opacity

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

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

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

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

This text has shadow with #4D1246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1246 on black background.


Color preview on white background

This text has color #4D1246 on white background.



Black color preview on #4D1246 background

This text has black color on #4D1246 background.


White color preview on #4D1246 background

This text has white color on #4D1246 background.