COLOR #422D20

HEX: #422D20
RGB: (66,45,32)

Color info

#422D20 contains red, green and blue colors in about the same proportion. Web safe color of #422D20 is #333333 (or #333).

RGB color model

#422D20 color RGB value is (66,45,32).

  • red value is 66;
  • green value is 45;
  • blue value is 32.
RGB:
(66,45,32)
(26%,18%,13%)

RGB channels and saturation

R 66 of 255 = 26%
G 45 of 255 = 18%
B 32 of 255 = 13%

66
45
32

R + G + B ~ 19%. #422D20 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 45 + 32 = 143 (100%)
R 66 of 143 ~ 46.15%
G 45 of 143 ~ 31.47%
B 32 of 143 ~ 22.38%

%46.15
%31.47
%22.38

CMYK color model

#422D20 color CMYK value is (0,32,52,74).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 51.52%
  • key color value is 74.12%
CMYK:
(0,32,52,74)
C0M32Y52K74 
(0%,32%,52%,74%)
(0.00/0.32/0.52/0.74)	

CMYK percentages

%0
%31.82
%51.52
%74.12

Codes

Color #422D20 in popluar color models

422D20
RGB664532
HSL23°34.69%19.22%
HSB/HSV23°51.52%25.88%
CMYK0.00%31.82%51.52%
74.12%

Color #422D20 in popluar number systems.

HEX422D20
Decimal664532
Binary1000010101101100000
Octal1025540

Shades and tints

Shades of #422D20

#422D20
(66,45,32)
#3C291E
(60,41,30)
#36251C
(54,37,28)
#30211A
(48,33,26)
#2A1D18
(42,29,24)
#241916
(36,25,22)
#1E1514
(30,21,20)
#181112
(24,17,18)
#120D10
(18,13,16)
#0C090E
(12,9,14)
#06050C
(6,5,12)
#000000
(0,0,0)

Tints of #422D20

#422D20
(66,45,32)
#534034
(83,64,52)
#645348
(100,83,72)
#75665C
(117,102,92)
#867970
(134,121,112)
#978C84
(151,140,132)
#A89F98
(168,159,152)
#B9B2AC
(185,178,172)
#CAC5C0
(202,197,192)
#DBD8D4
(219,216,212)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422D20 color. Also use rgb(66,45,32) instead hex code.

Text Font Color

.myTextColor { color: #422D20; }

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

This text font color is #422D20.


Background Color

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

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

This div background color is #422D20.


Border color

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

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

This div border color is #422D20.


Opacity

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

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

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

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

This text has shadow with #422D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422D20 on black background.


Color preview on white background

This text has color #422D20 on white background.



Black color preview on #422D20 background

This text has black color on #422D20 background.


White color preview on #422D20 background

This text has white color on #422D20 background.