COLOR #420032

HEX: #420032 RGB: (66,0,50)

Color info

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

RGB color model

#420032 color RGB value is (66,0,50).

RGB: (66,0,50) (26%, 0%, 20%)

RGB channels and saturation

R 66 of 255 = 26%
G 0 of 255 = 0%
B 50 of 255 = 20%

66
0
50

R + G + B ~ 15%. #420032 is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 0 + 50 = 116 (100%)
R 66 of 116 ~ 56.9%
G 0 of 116 ~ 0%
B 50 of 116 ~ 43.1'%

%56.9
%43.1

CMYK color model

#420032 color CMYK value is (0,100,24,74).

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

CMYK: (0,100,24,74)
C0M100Y24K74 (0%, 100%, 24%, 74%)
(0.00 / 1.00 / 0.24 / 0.74)

CMYK percentages

%0
%100
%24.24
%74.12

Codes

Color #420032 in popluar color models

42 00 32
RGB 66 0 50
HSL 315° 100.00% 12.94%
HSB/HSV 315° 100.00% 25.88%
CMYK 0.00% 100.00% 24.24%
74.12%

Color #420032 in popluar number systems.

HEX 42 00 32
Decimal 66 0 50
Binary 1000010 0 110010
Octal 102 0 62

Shades and tints

Shades of #420032

#420032
(66,0,50)
#3C002E
(60,0,46)
#36002A
(54,0,42)
#300026
(48,0,38)
#2A0022
(42,0,34)
#24001E
(36,0,30)
#1E001A
(30,0,26)
#180016
(24,0,22)
#120012
(18,0,18)
#0C000E
(12,0,14)
#06000A
(6,0,10)
#000000
(0,0,0)

Tints of #420032

#420032
(66,0,50)
#531744
(83,23,68)
#642E56
(100,46,86)
#754568
(117,69,104)
#865C7A
(134,92,122)
#97738C
(151,115,140)
#A88A9E
(168,138,158)
#B9A1B0
(185,161,176)
#CAB8C2
(202,184,194)
#DBCFD4
(219,207,212)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420032; }

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

This text font color is #420032.

Background Color

.myBgColor { background-color: #420032; }

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

This div background color is #420032.

Border color

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

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

This div border color is #420032.

Opacity

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

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

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

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

This text has shadow with #420032 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #420032.

Preview

Color preview on black background

This text has color #420032 on black background.


Color preview on white background

This text has color #420032 on white background.


Black color preview on #420032 background

This text has black color on #420032 background.


White color preview on #420032 background

This text has white color on #420032 background.


Related colors

Complementary color

Complementary color for #hex is #BDFFCD.


I love getcolorcode.com

Triadic colors

1 #324200 and #003242 with #420032 are triadic colors.

2 #320042 and #004232 with #420032 are triadic colors.