COLOR #420D4C

HEX: #420D4C
RGB: (66,13,76)

Color info

#420D4C contains mainly red and blue colors. Web safe color of #420D4C is #330033 (or #303).

RGB color model

#420D4C color RGB value is (66,13,76).

  • red value is 66;
  • green value is 13;
  • blue value is 76.
RGB:
(66,13,76)
(26%,5%,30%)

RGB channels and saturation

R 66 of 255 = 26%
G 13 of 255 = 5%
B 76 of 255 = 30%

66
13
76

R + G + B ~ 20%. #420D4C is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 13 + 76 = 155 (100%)
R 66 of 155 ~ 42.58%
G 13 of 155 ~ 8.39%
B 76 of 155 ~ 49.03%

%42.58
%49.03

CMYK color model

#420D4C color CMYK value is (13,83,0,70).

  • cyan value is 13.16%
  • magenta value is 82.89%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(13,83,0,70)
C13M83Y0K70 
(13%,83%,0%,70%)
(0.13/0.83/0.00/0.70)	

CMYK percentages

%13.16
%82.89
%0
%70.2

Codes

Color #420D4C in popluar color models

420D4C
RGB661376
HSL290°70.79%17.45%
HSB/HSV290°82.89%29.80%
CMYK13.16%82.89%0.00%
70.20%

Color #420D4C in popluar number systems.

HEX420D4C
Decimal661376
Binary100001011011001100
Octal10215114

Shades and tints

Shades of #420D4C

#420D4C
(66,13,76)
#3C0C46
(60,12,70)
#360B40
(54,11,64)
#300A3A
(48,10,58)
#2A0934
(42,9,52)
#24082E
(36,8,46)
#1E0728
(30,7,40)
#180622
(24,6,34)
#12051C
(18,5,28)
#0C0416
(12,4,22)
#060310
(6,3,16)
#000000
(0,0,0)

Tints of #420D4C

#420D4C
(66,13,76)
#53235C
(83,35,92)
#64396C
(100,57,108)
#754F7C
(117,79,124)
#86658C
(134,101,140)
#977B9C
(151,123,156)
#A891AC
(168,145,172)
#B9A7BC
(185,167,188)
#CABDCC
(202,189,204)
#DBD3DC
(219,211,220)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420D4C color. Also use rgb(66,13,76) instead hex code.

Text Font Color

.myTextColor { color: #420D4C; }

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

This text font color is #420D4C.


Background Color

.myBgColor { background-color: #420D4C; }

<div style="background-color:#420D4C">Inner text</div>

This div background color is #420D4C.


Border color

.myBorderColor { border: 1px solid #420D4C; }

<div style="border:3px solid #420D4C">Div</div>

This div border color is #420D4C.


Opacity

.myOpacity80 { color: #420D4C; opacity: 0.8; }

<p style="color:#420D4C;opacity:0.8;">80%</p>

Text with #420D4C 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 #420D4C;}

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

This text has shadow with #420D4C color.

.textShadow {text-shadow: 3px 3px 1px #420D4C, 3px 3px 1px red;}

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

This text has shadow with #420D4C primary color and red secondary color.


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

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

This text has shadow with #420D4C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420D4C on black background.


Color preview on white background

This text has color #420D4C on white background.



Black color preview on #420D4C background

This text has black color on #420D4C background.


White color preview on #420D4C background

This text has white color on #420D4C background.