COLOR #420024

HEX: #420024 RGB: (66,0,36)

Color info

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

RGB color model

#420024 color RGB value is (66,0,36).

RGB: (66,0,36) (26%, 0%, 14%)

RGB channels and saturation

R 66 of 255 = 26%
G 0 of 255 = 0%
B 36 of 255 = 14%

66
0
36

R + G + B ~ 13%. #420024 is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 0 + 36 = 102 (100%)
R 66 of 102 ~ 64.71%
G 0 of 102 ~ 0%
B 36 of 102 ~ 35.29'%

%64.71
%35.29

CMYK color model

#420024 color CMYK value is (0,100,45,74).

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

CMYK: (0,100,45,74)
C0M100Y45K74 (0%, 100%, 45%, 74%)
(0.00 / 1.00 / 0.45 / 0.74)

CMYK percentages

%0
%100
%45.45
%74.12

Codes

Color #420024 in popluar color models

42 00 24
RGB 66 0 36
HSL 327° 100.00% 12.94%
HSB/HSV 327° 100.00% 25.88%
CMYK 0.00% 100.00% 45.45%
74.12%

Color #420024 in popluar number systems.

HEX 42 00 24
Decimal 66 0 36
Binary 1000010 0 100100
Octal 102 0 44

Shades and tints

Shades of #420024

#420024
(66,0,36)
#3C0021
(60,0,33)
#36001E
(54,0,30)
#30001B
(48,0,27)
#2A0018
(42,0,24)
#240015
(36,0,21)
#1E0012
(30,0,18)
#18000F
(24,0,15)
#12000C
(18,0,12)
#0C0009
(12,0,9)
#060006
(6,0,6)
#000000
(0,0,0)

Tints of #420024

#420024
(66,0,36)
#531737
(83,23,55)
#642E4A
(100,46,74)
#75455D
(117,69,93)
#865C70
(134,92,112)
#977383
(151,115,131)
#A88A96
(168,138,150)
#B9A1A9
(185,161,169)
#CAB8BC
(202,184,188)
#DBCFCF
(219,207,207)
#ECE6E2
(236,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420024; }

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

This text font color is #420024.

Background Color

.myBgColor { background-color: #420024; }

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

This div background color is #420024.

Border color

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

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

This div border color is #420024.

Opacity

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

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

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

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

This text has shadow with #420024 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #420024.

Preview

Color preview on black background

This text has color #420024 on black background.


Color preview on white background

This text has color #420024 on white background.


Black color preview on #420024 background

This text has black color on #420024 background.


White color preview on #420024 background

This text has white color on #420024 background.


Related colors

Complementary color

Complementary color for #hex is #BDFFDB.


I love getcolorcode.com

Triadic colors

1 #244200 and #002442 with #420024 are triadic colors.

2 #240042 and #004224 with #420024 are triadic colors.