COLOR #422409

HEX: #422409
RGB: (66,36,9)

Color info

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

RGB color model

#422409 color RGB value is (66,36,9).

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

RGB channels and saturation

R 66 of 255 = 26%
G 36 of 255 = 14%
B 9 of 255 = 4%

66
36
9

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

Portions of RGB colors in percentages

R + G + B =
66 + 36 + 9 = 111 (100%)
R 66 of 111 ~ 59.46%
G 36 of 111 ~ 32.43%
B 9 of 111 ~ 8.11%

%59.46
%32.43

CMYK color model

#422409 color CMYK value is (0,45,86,74).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 86.36%
  • key color value is 74.12%
CMYK:
(0,45,86,74)
C0M45Y86K74 
(0%,45%,86%,74%)
(0.00/0.45/0.86/0.74)	

CMYK percentages

%0
%45.45
%86.36
%74.12

Codes

Color #422409 in popluar color models

422409
RGB66369
HSL28°76.00%14.71%
HSB/HSV28°86.36%25.88%
CMYK0.00%45.45%86.36%
74.12%

Color #422409 in popluar number systems.

HEX422409
Decimal66369
Binary10000101001001001
Octal1024411

Shades and tints

Shades of #422409

#422409
(66,36,9)
#3C2109
(60,33,9)
#361E09
(54,30,9)
#301B09
(48,27,9)
#2A1809
(42,24,9)
#241509
(36,21,9)
#1E1209
(30,18,9)
#180F09
(24,15,9)
#120C09
(18,12,9)
#0C0909
(12,9,9)
#060609
(6,6,9)
#000000
(0,0,0)

Tints of #422409

#422409
(66,36,9)
#53371F
(83,55,31)
#644A35
(100,74,53)
#755D4B
(117,93,75)
#867061
(134,112,97)
#978377
(151,131,119)
#A8968D
(168,150,141)
#B9A9A3
(185,169,163)
#CABCB9
(202,188,185)
#DBCFCF
(219,207,207)
#ECE2E5
(236,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422409; }

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

This text font color is #422409.


Background Color

.myBgColor { background-color: #422409; }

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

This div background color is #422409.


Border color

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

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

This div border color is #422409.


Opacity

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

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

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

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

This text has shadow with #422409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422409 on black background.


Color preview on white background

This text has color #422409 on white background.



Black color preview on #422409 background

This text has black color on #422409 background.


White color preview on #422409 background

This text has white color on #422409 background.