COLOR #421C06

HEX: #421C06 RGB: (66,28,6)

Color info

#421C06 contains mainly red and green colors. Web safe color of #421C06 is #333300 (or #330).

RGB color model

#421C06 color RGB value is (66,28,6).

RGB: (66,28,6) (26%, 11%, 2%)

RGB channels and saturation

R 66 of 255 = 26%
G 28 of 255 = 11%
B 6 of 255 = 2%

66
28
6

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

Portions of RGB colors in percentages

R + G + B = 66 + 28 + 6 = 100 (100%)
R 66 of 100 ~ 66%
G 28 of 100 ~ 28%
B 6 of 100 ~ 6'%

%66
%28

CMYK color model

#421C06 color CMYK value is (0,58,91,74).

  • cyan value is 0.00%
  • magenta value is 57.58%
  • yellow value is 90.91%
  • key color value is 74.12%

CMYK: (0,58,91,74)
C0M58Y91K74 (0%, 58%, 91%, 74%)
(0.00 / 0.58 / 0.91 / 0.74)

CMYK percentages

%0
%57.58
%90.91
%74.12

Codes

Color #421C06 in popluar color models

42 1C 06
RGB 66 28 6
HSL 22° 83.33% 14.12%
HSB/HSV 22° 90.91% 25.88%
CMYK 0.00% 57.58% 90.91%
74.12%

Color #421C06 in popluar number systems.

HEX 42 1C 06
Decimal 66 28 6
Binary 1000010 11100 110
Octal 102 34 6

Shades and tints

Shades of #421C06

#421C06
(66,28,6)
#3C1A06
(60,26,6)
#361806
(54,24,6)
#301606
(48,22,6)
#2A1406
(42,20,6)
#241206
(36,18,6)
#1E1006
(30,16,6)
#180E06
(24,14,6)
#120C06
(18,12,6)
#0C0A06
(12,10,6)
#060806
(6,8,6)
#000000
(0,0,0)

Tints of #421C06

#421C06
(66,28,6)
#53301C
(83,48,28)
#644432
(100,68,50)
#755848
(117,88,72)
#866C5E
(134,108,94)
#978074
(151,128,116)
#A8948A
(168,148,138)
#B9A8A0
(185,168,160)
#CABCB6
(202,188,182)
#DBD0CC
(219,208,204)
#ECE4E2
(236,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421C06; }

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

This text font color is #421C06.

Background Color

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

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

This div background color is #421C06.

Border color

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

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

This div border color is #421C06.

Opacity

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

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

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

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

This text has shadow with #421C06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #421C06.

Preview

Color preview on black background

This text has color #421C06 on black background.


Color preview on white background

This text has color #421C06 on white background.


Black color preview on #421C06 background

This text has black color on #421C06 background.


White color preview on #421C06 background

This text has white color on #421C06 background.


Related colors

Complementary color

Complementary color for #hex is #BDE3F9.


I love getcolorcode.com

Triadic colors

1 #06421C and #1C0642 with #421C06 are triadic colors.

2 #061C42 and #1C4206 with #421C06 are triadic colors.