COLOR #420940

HEX: #420940
RGB: (66,9,64)

Color info

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

RGB color model

#420940 color RGB value is (66,9,64).

  • red value is 66;
  • green value is 9;
  • blue value is 64.
RGB:
(66,9,64)
(26%,4%,25%)

RGB channels and saturation

R 66 of 255 = 26%
G 9 of 255 = 4%
B 64 of 255 = 25%

66
9
64

R + G + B ~ 18%. #420940 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 9 + 64 = 139 (100%)
R 66 of 139 ~ 47.48%
G 9 of 139 ~ 6.47%
B 64 of 139 ~ 46.04%

%47.48
%46.04

CMYK color model

#420940 color CMYK value is (0,86,3,74).

  • cyan value is 0.00%
  • magenta value is 86.36%
  • yellow value is 3.03%
  • key color value is 74.12%
CMYK:
(0,86,3,74)
C0M86Y3K74 
(0%,86%,3%,74%)
(0.00/0.86/0.03/0.74)	

CMYK percentages

%0
%86.36
%3.03
%74.12

Codes

Color #420940 in popluar color models

420940
RGB66964
HSL302°76.00%14.71%
HSB/HSV302°86.36%25.88%
CMYK0.00%86.36%3.03%
74.12%

Color #420940 in popluar number systems.

HEX420940
Decimal66964
Binary100001010011000000
Octal10211100

Shades and tints

Shades of #420940

#420940
(66,9,64)
#3C093B
(60,9,59)
#360936
(54,9,54)
#300931
(48,9,49)
#2A092C
(42,9,44)
#240927
(36,9,39)
#1E0922
(30,9,34)
#18091D
(24,9,29)
#120918
(18,9,24)
#0C0913
(12,9,19)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #420940

#420940
(66,9,64)
#531F51
(83,31,81)
#643562
(100,53,98)
#754B73
(117,75,115)
#866184
(134,97,132)
#977795
(151,119,149)
#A88DA6
(168,141,166)
#B9A3B7
(185,163,183)
#CAB9C8
(202,185,200)
#DBCFD9
(219,207,217)
#ECE5EA
(236,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420940 color. Also use rgb(66,9,64) instead hex code.

Text Font Color

.myTextColor { color: #420940; }

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

This text font color is #420940.


Background Color

.myBgColor { background-color: #420940; }

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

This div background color is #420940.


Border color

.myBorderColor { border: 1px solid #420940; }

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

This div border color is #420940.


Opacity

.myOpacity80 { color: #420940; opacity: 0.8; }

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

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

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

This text has shadow with #420940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420940 on black background.


Color preview on white background

This text has color #420940 on white background.



Black color preview on #420940 background

This text has black color on #420940 background.


White color preview on #420940 background

This text has white color on #420940 background.