COLOR #420242

HEX: #420242
RGB: (66,2,66)

Color info

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

RGB color model

#420242 color RGB value is (66,2,66).

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

RGB channels and saturation

R 66 of 255 = 26%
G 2 of 255 = 1%
B 66 of 255 = 26%

66
2
66

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

Portions of RGB colors in percentages

R + G + B =
66 + 2 + 66 = 134 (100%)
R 66 of 134 ~ 49.25%
G 2 of 134 ~ 1.49%
B 66 of 134 ~ 49.25%

%49.25
%49.25

CMYK color model

#420242 color CMYK value is (0,97,0,74).

  • cyan value is 0.00%
  • magenta value is 96.97%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(0,97,0,74)
C0M97Y0K74 
(0%,97%,0%,74%)
(0.00/0.97/0.00/0.74)	

CMYK percentages

%0
%96.97
%0
%74.12

Codes

Color #420242 in popluar color models

420242
RGB66266
HSL300°94.12%13.33%
HSB/HSV300°96.97%25.88%
CMYK0.00%96.97%0.00%
74.12%

Color #420242 in popluar number systems.

HEX420242
Decimal66266
Binary1000010101000010
Octal1022102

Shades and tints

Shades of #420242

#420242
(66,2,66)
#3C023C
(60,2,60)
#360236
(54,2,54)
#300230
(48,2,48)
#2A022A
(42,2,42)
#240224
(36,2,36)
#1E021E
(30,2,30)
#180218
(24,2,24)
#120212
(18,2,18)
#0C020C
(12,2,12)
#060206
(6,2,6)
#000000
(0,0,0)

Tints of #420242

#420242
(66,2,66)
#531953
(83,25,83)
#643064
(100,48,100)
#754775
(117,71,117)
#865E86
(134,94,134)
#977597
(151,117,151)
#A88CA8
(168,140,168)
#B9A3B9
(185,163,185)
#CABACA
(202,186,202)
#DBD1DB
(219,209,219)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420242; }

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

This text font color is #420242.


Background Color

.myBgColor { background-color: #420242; }

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

This div background color is #420242.


Border color

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

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

This div border color is #420242.


Opacity

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

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

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

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

This text has shadow with #420242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420242 on black background.


Color preview on white background

This text has color #420242 on white background.



Black color preview on #420242 background

This text has black color on #420242 background.


White color preview on #420242 background

This text has white color on #420242 background.