COLOR #421A06

HEX: #421A06 RGB: (66,26,6)

Color info

#421A06 contains mainly red and green colors. Web safe color of #421A06 is #330000 (or #300).

RGB color model

#421A06 color RGB value is (66,26,6).

RGB: (66,26,6) (26%, 10%, 2%)

RGB channels and saturation

R 66 of 255 = 26%
G 26 of 255 = 10%
B 6 of 255 = 2%

66
26
6

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

Portions of RGB colors in percentages

R + G + B = 66 + 26 + 6 = 98 (100%)
R 66 of 98 ~ 67.35%
G 26 of 98 ~ 26.53%
B 6 of 98 ~ 6.12'%

%67.35
%26.53

CMYK color model

#421A06 color CMYK value is (0,61,91,74).

  • cyan value is 0.00%
  • magenta value is 60.61%
  • yellow value is 90.91%
  • key color value is 74.12%
CMYK: (0,61,91,74) C0M61Y91K74 (0%,61%,91%,74%) (0.00/0.61/0.91/0.74) 

CMYK percentages

%0
%60.61
%90.91
%74.12

Codes

Color #421A06 in popluar color models

42 1A 06
RGB 66 26 6
HSL 20° 83.33% 14.12%
HSB/HSV 20° 90.91% 25.88%
CMYK 0.00% 60.61% 90.91%
74.12%

Color #421A06 in popluar number systems.

HEX 42 1A 06
Decimal 66 26 6
Binary 1000010 11010 110
Octal 102 32 6

Shades and tints

Shades of #421A06

#421A06
(66,26,6)
#3C1806
(60,24,6)
#361606
(54,22,6)
#301406
(48,20,6)
#2A1206
(42,18,6)
#241006
(36,16,6)
#1E0E06
(30,14,6)
#180C06
(24,12,6)
#120A06
(18,10,6)
#0C0806
(12,8,6)
#060606
(6,6,6)
#000000
(0,0,0)

Tints of #421A06

#421A06
(66,26,6)
#532E1C
(83,46,28)
#644232
(100,66,50)
#755648
(117,86,72)
#866A5E
(134,106,94)
#977E74
(151,126,116)
#A8928A
(168,146,138)
#B9A6A0
(185,166,160)
#CABAB6
(202,186,182)
#DBCECC
(219,206,204)
#ECE2E2
(236,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421A06 color. Also use rgb(66,26,6) instead hex code.

Text Font Color

.myTextColor { color: #421A06; }

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

This text font color is #421A06.

Background Color

.myBgColor { background-color: #421A06; }

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

This div background color is #421A06.

Border color

.myBorderColor { border: 1px solid #421A06; }

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

This div border color is #421A06.

Opacity

.myOpacity80 { color: #421A06; opacity: 0.8; }

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

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

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

This text has shadow with #421A06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #421A06.

Preview

Color preview on black background

This text has color #421A06 on black background.


Color preview on white background

This text has color #421A06 on white background.


Black color preview on #421A06 background

This text has black color on #421A06 background.


White color preview on #421A06 background

This text has white color on #421A06 background.


Related colors

Complementary color

Complementary color for #hex is #BDE5F9.


I love getcolorcode.com

Triadic colors

1 #06421A and #1A0642 with #421A06 are triadic colors.

2 #061A42 and #1A4206 with #421A06 are triadic colors.