COLOR #420A16

HEX: #420A16 RGB: (66,10,22)

Color info

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

RGB color model

#420A16 color RGB value is (66,10,22).

RGB: (66,10,22) (26%, 4%, 9%)

RGB channels and saturation

R 66 of 255 = 26%
G 10 of 255 = 4%
B 22 of 255 = 9%

66
10
22

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

Portions of RGB colors in percentages

R + G + B = 66 + 10 + 22 = 98 (100%)
R 66 of 98 ~ 67.35%
G 10 of 98 ~ 10.2%
B 22 of 98 ~ 22.45'%

%67.35
%22.45

CMYK color model

#420A16 color CMYK value is (0,85,67,74).

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

CMYK: (0,85,67,74)
C0M85Y67K74 (0%, 85%, 67%, 74%)
(0.00 / 0.85 / 0.67 / 0.74)

CMYK percentages

%0
%84.85
%66.67
%74.12

Codes

Color #420A16 in popluar color models

42 0A 16
RGB 66 10 22
HSL 347° 73.68% 14.90%
HSB/HSV 347° 84.85% 25.88%
CMYK 0.00% 84.85% 66.67%
74.12%

Color #420A16 in popluar number systems.

HEX 42 0A 16
Decimal 66 10 22
Binary 1000010 1010 10110
Octal 102 12 26

Shades and tints

Shades of #420A16

#420A16
(66,10,22)
#3C0A14
(60,10,20)
#360A12
(54,10,18)
#300A10
(48,10,16)
#2A0A0E
(42,10,14)
#240A0C
(36,10,12)
#1E0A0A
(30,10,10)
#180A08
(24,10,8)
#120A06
(18,10,6)
#0C0A04
(12,10,4)
#060A02
(6,10,2)
#000000
(0,0,0)

Tints of #420A16

#420A16
(66,10,22)
#53202B
(83,32,43)
#643640
(100,54,64)
#754C55
(117,76,85)
#86626A
(134,98,106)
#97787F
(151,120,127)
#A88E94
(168,142,148)
#B9A4A9
(185,164,169)
#CABABE
(202,186,190)
#DBD0D3
(219,208,211)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420A16; }

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

This text font color is #420A16.

Background Color

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

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

This div background color is #420A16.

Border color

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

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

This div border color is #420A16.

Opacity

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

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

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

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

This text has shadow with #420A16 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #420A16.

Preview

Color preview on black background

This text has color #420A16 on black background.


Color preview on white background

This text has color #420A16 on white background.


Black color preview on #420A16 background

This text has black color on #420A16 background.


White color preview on #420A16 background

This text has white color on #420A16 background.


Related colors

Complementary color

Complementary color for #hex is #BDF5E9.


I love getcolorcode.com

Triadic colors

1 #16420A and #0A1642 with #420A16 are triadic colors.

2 #160A42 and #0A4216 with #420A16 are triadic colors.