COLOR #420433

HEX: #420433
RGB: (66,4,51)

Color info

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

RGB color model

#420433 color RGB value is (66,4,51).

  • red value is 66;
  • green value is 4;
  • blue value is 51.
RGB:
(66,4,51)
(26%,2%,20%)

RGB channels and saturation

R 66 of 255 = 26%
G 4 of 255 = 2%
B 51 of 255 = 20%

66
4
51

R + G + B ~ 16%. #420433 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 4 + 51 = 121 (100%)
R 66 of 121 ~ 54.55%
G 4 of 121 ~ 3.31%
B 51 of 121 ~ 42.15%

%54.55
%42.15

CMYK color model

#420433 color CMYK value is (0,94,23,74).

  • cyan value is 0.00%
  • magenta value is 93.94%
  • yellow value is 22.73%
  • key color value is 74.12%
CMYK:
(0,94,23,74)
C0M94Y23K74 
(0%,94%,23%,74%)
(0.00/0.94/0.23/0.74)	

CMYK percentages

%0
%93.94
%22.73
%74.12

Codes

Color #420433 in popluar color models

420433
RGB66451
HSL315°88.57%13.73%
HSB/HSV315°93.94%25.88%
CMYK0.00%93.94%22.73%
74.12%

Color #420433 in popluar number systems.

HEX420433
Decimal66451
Binary1000010100110011
Octal102463

Shades and tints

Shades of #420433

#420433
(66,4,51)
#3C042F
(60,4,47)
#36042B
(54,4,43)
#300427
(48,4,39)
#2A0423
(42,4,35)
#24041F
(36,4,31)
#1E041B
(30,4,27)
#180417
(24,4,23)
#120413
(18,4,19)
#0C040F
(12,4,15)
#06040B
(6,4,11)
#000000
(0,0,0)

Tints of #420433

#420433
(66,4,51)
#531A45
(83,26,69)
#643057
(100,48,87)
#754669
(117,70,105)
#865C7B
(134,92,123)
#97728D
(151,114,141)
#A8889F
(168,136,159)
#B99EB1
(185,158,177)
#CAB4C3
(202,180,195)
#DBCAD5
(219,202,213)
#ECE0E7
(236,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420433 color. Also use rgb(66,4,51) instead hex code.

Text Font Color

.myTextColor { color: #420433; }

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

This text font color is #420433.


Background Color

.myBgColor { background-color: #420433; }

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

This div background color is #420433.


Border color

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

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

This div border color is #420433.


Opacity

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

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

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

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

This text has shadow with #420433 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420433 on black background.


Color preview on white background

This text has color #420433 on white background.



Black color preview on #420433 background

This text has black color on #420433 background.


White color preview on #420433 background

This text has white color on #420433 background.