COLOR #42003A

HEX: #42003A RGB: (66,0,58)

Color info

#42003A contains only red and blue colors. Web safe color of #42003A is #330033 (or #303).

RGB color model

#42003A color RGB value is (66,0,58).

RGB: (66,0,58) (26%, 0%, 23%)

RGB channels and saturation

R 66 of 255 = 26%
G 0 of 255 = 0%
B 58 of 255 = 23%

66
0
58

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

Portions of RGB colors in percentages

R + G + B = 66 + 0 + 58 = 124 (100%)
R 66 of 124 ~ 53.23%
G 0 of 124 ~ 0%
B 58 of 124 ~ 46.77'%

%53.23
%46.77

CMYK color model

#42003A color CMYK value is (0,100,12,74).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 12.12%
  • key color value is 74.12%

CMYK: (0,100,12,74)
C0M100Y12K74 (0%, 100%, 12%, 74%)
(0.00 / 1.00 / 0.12 / 0.74)

CMYK percentages

%0
%100
%12.12
%74.12

Codes

Color #42003A in popluar color models

42 00 3A
RGB 66 0 58
HSL 307° 100.00% 12.94%
HSB/HSV 307° 100.00% 25.88%
CMYK 0.00% 100.00% 12.12%
74.12%

Color #42003A in popluar number systems.

HEX 42 00 3A
Decimal 66 0 58
Binary 1000010 0 111010
Octal 102 0 72

Shades and tints

Shades of #42003A

#42003A
(66,0,58)
#3C0035
(60,0,53)
#360030
(54,0,48)
#30002B
(48,0,43)
#2A0026
(42,0,38)
#240021
(36,0,33)
#1E001C
(30,0,28)
#180017
(24,0,23)
#120012
(18,0,18)
#0C000D
(12,0,13)
#060008
(6,0,8)
#000000
(0,0,0)

Tints of #42003A

#42003A
(66,0,58)
#53174B
(83,23,75)
#642E5C
(100,46,92)
#75456D
(117,69,109)
#865C7E
(134,92,126)
#97738F
(151,115,143)
#A88AA0
(168,138,160)
#B9A1B1
(185,161,177)
#CAB8C2
(202,184,194)
#DBCFD3
(219,207,211)
#ECE6E4
(236,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42003A color. Also use rgb(66,0,58) instead hex code.

Text Font Color

.myTextColor { color: #42003A; }

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

This text font color is #42003A.

Background Color

.myBgColor { background-color: #42003A; }

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

This div background color is #42003A.

Border color

.myBorderColor { border: 1px solid #42003A; }

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

This div border color is #42003A.

Opacity

.myOpacity80 { color: #42003A; opacity: 0.8; }

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

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

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

This text has shadow with #42003A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42003A.

Preview

Color preview on black background

This text has color #42003A on black background.


Color preview on white background

This text has color #42003A on white background.


Black color preview on #42003A background

This text has black color on #42003A background.


White color preview on #42003A background

This text has white color on #42003A background.


Related colors

Complementary color

Complementary color for #hex is #BDFFC5.


I love getcolorcode.com

Triadic colors

1 #3A4200 and #003A42 with #42003A are triadic colors.

2 #3A0042 and #00423A with #42003A are triadic colors.