COLOR #422209

HEX: #422209
RGB: (66,34,9)

Color info

#422209 contains red, green and blue colors in about the same proportion. Web safe color of #422209 is #333300 (or #330).

RGB color model

#422209 color RGB value is (66,34,9).

  • red value is 66;
  • green value is 34;
  • blue value is 9.
RGB:
(66,34,9)
(26%,13%,4%)

RGB channels and saturation

R 66 of 255 = 26%
G 34 of 255 = 13%
B 9 of 255 = 4%

66
34
9

R + G + B ~ 14%. #422209 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 34 + 9 = 109 (100%)
R 66 of 109 ~ 60.55%
G 34 of 109 ~ 31.19%
B 9 of 109 ~ 8.26%

%60.55
%31.19

CMYK color model

#422209 color CMYK value is (0,48,86,74).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 86.36%
  • key color value is 74.12%
CMYK:
(0,48,86,74)
C0M48Y86K74 
(0%,48%,86%,74%)
(0.00/0.48/0.86/0.74)	

CMYK percentages

%0
%48.48
%86.36
%74.12

Codes

Color #422209 in popluar color models

422209
RGB66349
HSL26°76.00%14.71%
HSB/HSV26°86.36%25.88%
CMYK0.00%48.48%86.36%
74.12%

Color #422209 in popluar number systems.

HEX422209
Decimal66349
Binary10000101000101001
Octal1024211

Shades and tints

Shades of #422209

#422209
(66,34,9)
#3C1F09
(60,31,9)
#361C09
(54,28,9)
#301909
(48,25,9)
#2A1609
(42,22,9)
#241309
(36,19,9)
#1E1009
(30,16,9)
#180D09
(24,13,9)
#120A09
(18,10,9)
#0C0709
(12,7,9)
#060409
(6,4,9)
#000000
(0,0,0)

Tints of #422209

#422209
(66,34,9)
#53361F
(83,54,31)
#644A35
(100,74,53)
#755E4B
(117,94,75)
#867261
(134,114,97)
#978677
(151,134,119)
#A89A8D
(168,154,141)
#B9AEA3
(185,174,163)
#CAC2B9
(202,194,185)
#DBD6CF
(219,214,207)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422209 color. Also use rgb(66,34,9) instead hex code.

Text Font Color

.myTextColor { color: #422209; }

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

This text font color is #422209.


Background Color

.myBgColor { background-color: #422209; }

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

This div background color is #422209.


Border color

.myBorderColor { border: 1px solid #422209; }

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

This div border color is #422209.


Opacity

.myOpacity80 { color: #422209; opacity: 0.8; }

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

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

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

This text has shadow with #422209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422209 on black background.


Color preview on white background

This text has color #422209 on white background.



Black color preview on #422209 background

This text has black color on #422209 background.


White color preview on #422209 background

This text has white color on #422209 background.