COLOR #42063F

HEX: #42063F RGB: (66,6,63)

Color info

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

RGB color model

#42063F color RGB value is (66,6,63).

RGB: (66,6,63) (26%, 2%, 25%)

RGB channels and saturation

R 66 of 255 = 26%
G 6 of 255 = 2%
B 63 of 255 = 25%

66
6
63

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

Portions of RGB colors in percentages

R + G + B = 66 + 6 + 63 = 135 (100%)
R 66 of 135 ~ 48.89%
G 6 of 135 ~ 4.44%
B 63 of 135 ~ 46.67'%

%48.89
%46.67

CMYK color model

#42063F color CMYK value is (0,91,5,74).

  • cyan value is 0.00%
  • magenta value is 90.91%
  • yellow value is 4.55%
  • key color value is 74.12%
CMYK: (0,91,5,74) C0M91Y5K74 (0%,91%,5%,74%) (0.00/0.91/0.05/0.74) 

CMYK percentages

%0
%90.91
%4.55
%74.12

Codes

Color #42063F in popluar color models

42 06 3F
RGB 66 6 63
HSL 303° 83.33% 14.12%
HSB/HSV 303° 90.91% 25.88%
CMYK 0.00% 90.91% 4.55%
74.12%

Color #42063F in popluar number systems.

HEX 42 06 3F
Decimal 66 6 63
Binary 1000010 110 111111
Octal 102 6 77

Shades and tints

Shades of #42063F

#42063F
(66,6,63)
#3C063A
(60,6,58)
#360635
(54,6,53)
#300630
(48,6,48)
#2A062B
(42,6,43)
#240626
(36,6,38)
#1E0621
(30,6,33)
#18061C
(24,6,28)
#120617
(18,6,23)
#0C0612
(12,6,18)
#06060D
(6,6,13)
#000000
(0,0,0)

Tints of #42063F

#42063F
(66,6,63)
#531C50
(83,28,80)
#643261
(100,50,97)
#754872
(117,72,114)
#865E83
(134,94,131)
#977494
(151,116,148)
#A88AA5
(168,138,165)
#B9A0B6
(185,160,182)
#CAB6C7
(202,182,199)
#DBCCD8
(219,204,216)
#ECE2E9
(236,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42063F; }

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

This text font color is #42063F.

Background Color

.myBgColor { background-color: #42063F; }

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

This div background color is #42063F.

Border color

.myBorderColor { border: 1px solid #42063F; }

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

This div border color is #42063F.

Opacity

.myOpacity80 { color: #42063F; opacity: 0.8; }

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

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

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

This text has shadow with #42063F color.


.textShadow {text-shadow: 3px 3px 1px #42063F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #42063F; -webkit-box-shadow: 1px 1px 3px 2px #42063F; box-shadow:1px 1px 3px 2px #42063F;">
Div content here
</div>

This div box has shadow with color #42063F.

Preview

Color preview on black background

This text has color #42063F on black background.


Color preview on white background

This text has color #42063F on white background.


Black color preview on #42063F background

This text has black color on #42063F background.


White color preview on #42063F background

This text has white color on #42063F background.


Related colors

Complementary color

Complementary color for #hex is #BDF9C0.


I love getcolorcode.com

Triadic colors

1 #3F4206 and #063F42 with #42063F are triadic colors.

2 #3F0642 and #06423F with #42063F are triadic colors.