COLOR #420A19

HEX: #420A19 RGB: (66,10,25)

Color info

#420A19 contains red, green and blue colors in about the same proportion. Web safe color of #420A19 is #330000 (or #300).

RGB color model

#420A19 color RGB value is (66,10,25).

RGB: (66,10,25) (26%, 4%, 10%)

RGB channels and saturation

R 66 of 255 = 26%
G 10 of 255 = 4%
B 25 of 255 = 10%

66
10
25

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

Portions of RGB colors in percentages

R + G + B = 66 + 10 + 25 = 101 (100%)
R 66 of 101 ~ 65.35%
G 10 of 101 ~ 9.9%
B 25 of 101 ~ 24.75'%

%65.35
%24.75

CMYK color model

#420A19 color CMYK value is (0,85,62,74).

  • cyan value is 0.00%
  • magenta value is 84.85%
  • yellow value is 62.12%
  • key color value is 74.12%

CMYK: (0,85,62,74)
C0M85Y62K74 (0%, 85%, 62%, 74%)
(0.00 / 0.85 / 0.62 / 0.74)

CMYK percentages

%0
%84.85
%62.12
%74.12

Codes

Color #420A19 in popluar color models

42 0A 19
RGB 66 10 25
HSL 344° 73.68% 14.90%
HSB/HSV 344° 84.85% 25.88%
CMYK 0.00% 84.85% 62.12%
74.12%

Color #420A19 in popluar number systems.

HEX 42 0A 19
Decimal 66 10 25
Binary 1000010 1010 11001
Octal 102 12 31

Shades and tints

Shades of #420A19

#420A19
(66,10,25)
#3C0A17
(60,10,23)
#360A15
(54,10,21)
#300A13
(48,10,19)
#2A0A11
(42,10,17)
#240A0F
(36,10,15)
#1E0A0D
(30,10,13)
#180A0B
(24,10,11)
#120A09
(18,10,9)
#0C0A07
(12,10,7)
#060A05
(6,10,5)
#000000
(0,0,0)

Tints of #420A19

#420A19
(66,10,25)
#53202D
(83,32,45)
#643641
(100,54,65)
#754C55
(117,76,85)
#866269
(134,98,105)
#97787D
(151,120,125)
#A88E91
(168,142,145)
#B9A4A5
(185,164,165)
#CABAB9
(202,186,185)
#DBD0CD
(219,208,205)
#ECE6E1
(236,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420A19 color. Also use rgb(66,10,25) instead hex code.

Text Font Color

.myTextColor { color: #420A19; }

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

This text font color is #420A19.

Background Color

.myBgColor { background-color: #420A19; }

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

This div background color is #420A19.

Border color

.myBorderColor { border: 1px solid #420A19; }

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

This div border color is #420A19.

Opacity

.myOpacity80 { color: #420A19; opacity: 0.8; }

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

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

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

This text has shadow with #420A19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #420A19.

Preview

Color preview on black background

This text has color #420A19 on black background.


Color preview on white background

This text has color #420A19 on white background.


Black color preview on #420A19 background

This text has black color on #420A19 background.


White color preview on #420A19 background

This text has white color on #420A19 background.


Related colors

Complementary color

Complementary color for #hex is #BDF5E6.


I love getcolorcode.com

Triadic colors

1 #19420A and #0A1942 with #420A19 are triadic colors.

2 #190A42 and #0A4219 with #420A19 are triadic colors.