COLOR #422C06

HEX: #422C06
RGB: (66,44,6)

Color info

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

RGB color model

#422C06 color RGB value is (66,44,6).

  • red value is 66;
  • green value is 44;
  • blue value is 6.
RGB:
(66,44,6)
(26%,17%,2%)

RGB channels and saturation

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

66
44
6

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

Portions of RGB colors in percentages

R + G + B =
66 + 44 + 6 = 116 (100%)
R 66 of 116 ~ 56.9%
G 44 of 116 ~ 37.93%
B 6 of 116 ~ 5.17%

%56.9
%37.93

CMYK color model

#422C06 color CMYK value is (0,33,91,74).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 90.91%
  • key color value is 74.12%
CMYK:
(0,33,91,74)
C0M33Y91K74 
(0%,33%,91%,74%)
(0.00/0.33/0.91/0.74)	

CMYK percentages

%0
%33.33
%90.91
%74.12

Codes

Color #422C06 in popluar color models

422C06
RGB66446
HSL38°83.33%14.12%
HSB/HSV38°90.91%25.88%
CMYK0.00%33.33%90.91%
74.12%

Color #422C06 in popluar number systems.

HEX422C06
Decimal66446
Binary1000010101100110
Octal102546

Shades and tints

Shades of #422C06

#422C06
(66,44,6)
#3C2806
(60,40,6)
#362406
(54,36,6)
#302006
(48,32,6)
#2A1C06
(42,28,6)
#241806
(36,24,6)
#1E1406
(30,20,6)
#181006
(24,16,6)
#120C06
(18,12,6)
#0C0806
(12,8,6)
#060406
(6,4,6)
#000000
(0,0,0)

Tints of #422C06

#422C06
(66,44,6)
#533F1C
(83,63,28)
#645232
(100,82,50)
#756548
(117,101,72)
#86785E
(134,120,94)
#978B74
(151,139,116)
#A89E8A
(168,158,138)
#B9B1A0
(185,177,160)
#CAC4B6
(202,196,182)
#DBD7CC
(219,215,204)
#ECEAE2
(236,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422C06; }

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

This text font color is #422C06.


Background Color

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

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

This div background color is #422C06.


Border color

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

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

This div border color is #422C06.


Opacity

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

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

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

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

This text has shadow with #422C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422C06 on black background.


Color preview on white background

This text has color #422C06 on white background.



Black color preview on #422C06 background

This text has black color on #422C06 background.


White color preview on #422C06 background

This text has white color on #422C06 background.