COLOR #420D4D

HEX: #420D4D
RGB: (66,13,77)

Color info

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

RGB color model

#420D4D color RGB value is (66,13,77).

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

RGB channels and saturation

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

66
13
77

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

Portions of RGB colors in percentages

R + G + B =
66 + 13 + 77 = 156 (100%)
R 66 of 156 ~ 42.31%
G 13 of 156 ~ 8.33%
B 77 of 156 ~ 49.36%

%42.31
%49.36

CMYK color model

#420D4D color CMYK value is (14,83,0,70).

  • cyan value is 14.29%
  • magenta value is 83.12%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(14,83,0,70)
C14M83Y0K70 
(14%,83%,0%,70%)
(0.14/0.83/0.00/0.70)	

CMYK percentages

%14.29
%83.12
%0
%69.8

Codes

Color #420D4D in popluar color models

420D4D
RGB661377
HSL290°71.11%17.65%
HSB/HSV290°83.12%30.20%
CMYK14.29%83.12%0.00%
69.80%

Color #420D4D in popluar number systems.

HEX420D4D
Decimal661377
Binary100001011011001101
Octal10215115

Shades and tints

Shades of #420D4D

#420D4D
(66,13,77)
#3C0C46
(60,12,70)
#360B3F
(54,11,63)
#300A38
(48,10,56)
#2A0931
(42,9,49)
#24082A
(36,8,42)
#1E0723
(30,7,35)
#18061C
(24,6,28)
#120515
(18,5,21)
#0C040E
(12,4,14)
#060307
(6,3,7)
#000000
(0,0,0)

Tints of #420D4D

#420D4D
(66,13,77)
#53235D
(83,35,93)
#64396D
(100,57,109)
#754F7D
(117,79,125)
#86658D
(134,101,141)
#977B9D
(151,123,157)
#A891AD
(168,145,173)
#B9A7BD
(185,167,189)
#CABDCD
(202,189,205)
#DBD3DD
(219,211,221)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420D4D; }

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

This text font color is #420D4D.


Background Color

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

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

This div background color is #420D4D.


Border color

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

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

This div border color is #420D4D.


Opacity

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

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

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

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

This text has shadow with #420D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420D4D on black background.


Color preview on white background

This text has color #420D4D on white background.



Black color preview on #420D4D background

This text has black color on #420D4D background.


White color preview on #420D4D background

This text has white color on #420D4D background.