COLOR #422B06

HEX: #422B06 RGB: (66,43,6)

Color info

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

RGB color model

#422B06 color RGB value is (66,43,6).

RGB: (66,43,6) (26%, 17%, 2%)

RGB channels and saturation

R 66 of 255 = 26%
G 43 of 255 = 17%
B 6 of 255 = 2%

66
43
6

R + G + B ~ 15%. #422B06 is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 43 + 6 = 115 (100%)
R 66 of 115 ~ 57.39%
G 43 of 115 ~ 37.39%
B 6 of 115 ~ 5.22'%

%57.39
%37.39

CMYK color model

#422B06 color CMYK value is (0,35,91,74).

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

CMYK: (0,35,91,74)
C0M35Y91K74 (0%, 35%, 91%, 74%)
(0.00 / 0.35 / 0.91 / 0.74)

CMYK percentages

%0
%34.85
%90.91
%74.12

Codes

Color #422B06 in popluar color models

42 2B 06
RGB 66 43 6
HSL 37° 83.33% 14.12%
HSB/HSV 37° 90.91% 25.88%
CMYK 0.00% 34.85% 90.91%
74.12%

Color #422B06 in popluar number systems.

HEX 42 2B 06
Decimal 66 43 6
Binary 1000010 101011 110
Octal 102 53 6

Shades and tints

Shades of #422B06

#422B06
(66,43,6)
#3C2806
(60,40,6)
#362506
(54,37,6)
#302206
(48,34,6)
#2A1F06
(42,31,6)
#241C06
(36,28,6)
#1E1906
(30,25,6)
#181606
(24,22,6)
#121306
(18,19,6)
#0C1006
(12,16,6)
#060D06
(6,13,6)
#000000
(0,0,0)

Tints of #422B06

#422B06
(66,43,6)
#533E1C
(83,62,28)
#645132
(100,81,50)
#756448
(117,100,72)
#86775E
(134,119,94)
#978A74
(151,138,116)
#A89D8A
(168,157,138)
#B9B0A0
(185,176,160)
#CAC3B6
(202,195,182)
#DBD6CC
(219,214,204)
#ECE9E2
(236,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422B06 color. Also use rgb(66,43,6) instead hex code.

Text Font Color

.myTextColor { color: #422B06; }

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

This text font color is #422B06.

Background Color

.myBgColor { background-color: #422B06; }

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

This div background color is #422B06.

Border color

.myBorderColor { border: 1px solid #422B06; }

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

This div border color is #422B06.

Opacity

.myOpacity80 { color: #422B06; opacity: 0.8; }

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

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

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

This text has shadow with #422B06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422B06.

Preview

Color preview on black background

This text has color #422B06 on black background.


Color preview on white background

This text has color #422B06 on white background.


Black color preview on #422B06 background

This text has black color on #422B06 background.


White color preview on #422B06 background

This text has white color on #422B06 background.


Related colors

Complementary color

Complementary color for #hex is #BDD4F9.


I love getcolorcode.com

Triadic colors

1 #06422B and #2B0642 with #422B06 are triadic colors.

2 #062B42 and #2B4206 with #422B06 are triadic colors.