COLOR #422E20

HEX: #422E20
RGB: (66,46,32)

Color info

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

RGB color model

#422E20 color RGB value is (66,46,32).

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

RGB channels and saturation

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

66
46
32

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

Portions of RGB colors in percentages

R + G + B =
66 + 46 + 32 = 144 (100%)
R 66 of 144 ~ 45.83%
G 46 of 144 ~ 31.94%
B 32 of 144 ~ 22.22%

%45.83
%31.94
%22.22

CMYK color model

#422E20 color CMYK value is (0,30,52,74).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 51.52%
  • key color value is 74.12%
CMYK:
(0,30,52,74)
C0M30Y52K74 
(0%,30%,52%,74%)
(0.00/0.30/0.52/0.74)	

CMYK percentages

%0
%30.3
%51.52
%74.12

Codes

Color #422E20 in popluar color models

422E20
RGB664632
HSL25°34.69%19.22%
HSB/HSV25°51.52%25.88%
CMYK0.00%30.30%51.52%
74.12%

Color #422E20 in popluar number systems.

HEX422E20
Decimal664632
Binary1000010101110100000
Octal1025640

Shades and tints

Shades of #422E20

#422E20
(66,46,32)
#3C2A1E
(60,42,30)
#36261C
(54,38,28)
#30221A
(48,34,26)
#2A1E18
(42,30,24)
#241A16
(36,26,22)
#1E1614
(30,22,20)
#181212
(24,18,18)
#120E10
(18,14,16)
#0C0A0E
(12,10,14)
#06060C
(6,6,12)
#000000
(0,0,0)

Tints of #422E20

#422E20
(66,46,32)
#534134
(83,65,52)
#645448
(100,84,72)
#75675C
(117,103,92)
#867A70
(134,122,112)
#978D84
(151,141,132)
#A8A098
(168,160,152)
#B9B3AC
(185,179,172)
#CAC6C0
(202,198,192)
#DBD9D4
(219,217,212)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422E20; }

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

This text font color is #422E20.


Background Color

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

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

This div background color is #422E20.


Border color

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

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

This div border color is #422E20.


Opacity

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

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

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

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

This text has shadow with #422E20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422E20 on black background.


Color preview on white background

This text has color #422E20 on white background.



Black color preview on #422E20 background

This text has black color on #422E20 background.


White color preview on #422E20 background

This text has white color on #422E20 background.