COLOR #420630

HEX: #420630
RGB: (66,6,48)

Color info

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

RGB color model

#420630 color RGB value is (66,6,48).

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

RGB channels and saturation

R 66 of 255 = 26%
G 6 of 255 = 2%
B 48 of 255 = 19%

66
6
48

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

Portions of RGB colors in percentages

R + G + B =
66 + 6 + 48 = 120 (100%)
R 66 of 120 ~ 55%
G 6 of 120 ~ 5%
B 48 of 120 ~ 40%

%55
%40

CMYK color model

#420630 color CMYK value is (0,91,27,74).

  • cyan value is 0.00%
  • magenta value is 90.91%
  • yellow value is 27.27%
  • key color value is 74.12%
CMYK:
(0,91,27,74)
C0M91Y27K74 
(0%,91%,27%,74%)
(0.00/0.91/0.27/0.74)	

CMYK percentages

%0
%90.91
%27.27
%74.12

Codes

Color #420630 in popluar color models

420630
RGB66648
HSL318°83.33%14.12%
HSB/HSV318°90.91%25.88%
CMYK0.00%90.91%27.27%
74.12%

Color #420630 in popluar number systems.

HEX420630
Decimal66648
Binary1000010110110000
Octal102660

Shades and tints

Shades of #420630

#420630
(66,6,48)
#3C062C
(60,6,44)
#360628
(54,6,40)
#300624
(48,6,36)
#2A0620
(42,6,32)
#24061C
(36,6,28)
#1E0618
(30,6,24)
#180614
(24,6,20)
#120610
(18,6,16)
#0C060C
(12,6,12)
#060608
(6,6,8)
#000000
(0,0,0)

Tints of #420630

#420630
(66,6,48)
#531C42
(83,28,66)
#643254
(100,50,84)
#754866
(117,72,102)
#865E78
(134,94,120)
#97748A
(151,116,138)
#A88A9C
(168,138,156)
#B9A0AE
(185,160,174)
#CAB6C0
(202,182,192)
#DBCCD2
(219,204,210)
#ECE2E4
(236,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420630; }

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

This text font color is #420630.


Background Color

.myBgColor { background-color: #420630; }

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

This div background color is #420630.


Border color

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

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

This div border color is #420630.


Opacity

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

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

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

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

This text has shadow with #420630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420630 on black background.


Color preview on white background

This text has color #420630 on white background.



Black color preview on #420630 background

This text has black color on #420630 background.


White color preview on #420630 background

This text has white color on #420630 background.