COLOR #420844

HEX: #420844
RGB: (66,8,68)

Color info

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

RGB color model

#420844 color RGB value is (66,8,68).

  • red value is 66;
  • green value is 8;
  • blue value is 68.
RGB:
(66,8,68)
(26%,3%,27%)

RGB channels and saturation

R 66 of 255 = 26%
G 8 of 255 = 3%
B 68 of 255 = 27%

66
8
68

R + G + B ~ 19%. #420844 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 8 + 68 = 142 (100%)
R 66 of 142 ~ 46.48%
G 8 of 142 ~ 5.63%
B 68 of 142 ~ 47.89%

%46.48
%47.89

CMYK color model

#420844 color CMYK value is (3,88,0,73).

  • cyan value is 2.94%
  • magenta value is 88.24%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(3,88,0,73)
C3M88Y0K73 
(3%,88%,0%,73%)
(0.03/0.88/0.00/0.73)	

CMYK percentages

%2.94
%88.24
%0
%73.33

Codes

Color #420844 in popluar color models

420844
RGB66868
HSL298°78.95%14.90%
HSB/HSV298°88.24%26.67%
CMYK2.94%88.24%0.00%
73.33%

Color #420844 in popluar number systems.

HEX420844
Decimal66868
Binary100001010001000100
Octal10210104

Shades and tints

Shades of #420844

#420844
(66,8,68)
#3C083E
(60,8,62)
#360838
(54,8,56)
#300832
(48,8,50)
#2A082C
(42,8,44)
#240826
(36,8,38)
#1E0820
(30,8,32)
#18081A
(24,8,26)
#120814
(18,8,20)
#0C080E
(12,8,14)
#060808
(6,8,8)
#000000
(0,0,0)

Tints of #420844

#420844
(66,8,68)
#531E55
(83,30,85)
#643466
(100,52,102)
#754A77
(117,74,119)
#866088
(134,96,136)
#977699
(151,118,153)
#A88CAA
(168,140,170)
#B9A2BB
(185,162,187)
#CAB8CC
(202,184,204)
#DBCEDD
(219,206,221)
#ECE4EE
(236,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420844 color. Also use rgb(66,8,68) instead hex code.

Text Font Color

.myTextColor { color: #420844; }

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

This text font color is #420844.


Background Color

.myBgColor { background-color: #420844; }

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

This div background color is #420844.


Border color

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

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

This div border color is #420844.


Opacity

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

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

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

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

This text has shadow with #420844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420844 on black background.


Color preview on white background

This text has color #420844 on white background.



Black color preview on #420844 background

This text has black color on #420844 background.


White color preview on #420844 background

This text has white color on #420844 background.