COLOR #422F20

HEX: #422F20
RGB: (66,47,32)

Color info

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

RGB color model

#422F20 color RGB value is (66,47,32).

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

RGB channels and saturation

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

66
47
32

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

Portions of RGB colors in percentages

R + G + B =
66 + 47 + 32 = 145 (100%)
R 66 of 145 ~ 45.52%
G 47 of 145 ~ 32.41%
B 32 of 145 ~ 22.07%

%45.52
%32.41
%22.07

CMYK color model

#422F20 color CMYK value is (0,29,52,74).

  • cyan value is 0.00%
  • magenta value is 28.79%
  • yellow value is 51.52%
  • key color value is 74.12%
CMYK:
(0,29,52,74)
C0M29Y52K74 
(0%,29%,52%,74%)
(0.00/0.29/0.52/0.74)	

CMYK percentages

%0
%28.79
%51.52
%74.12

Codes

Color #422F20 in popluar color models

422F20
RGB664732
HSL26°34.69%19.22%
HSB/HSV26°51.52%25.88%
CMYK0.00%28.79%51.52%
74.12%

Color #422F20 in popluar number systems.

HEX422F20
Decimal664732
Binary1000010101111100000
Octal1025740

Shades and tints

Shades of #422F20

#422F20
(66,47,32)
#3C2B1E
(60,43,30)
#36271C
(54,39,28)
#30231A
(48,35,26)
#2A1F18
(42,31,24)
#241B16
(36,27,22)
#1E1714
(30,23,20)
#181312
(24,19,18)
#120F10
(18,15,16)
#0C0B0E
(12,11,14)
#06070C
(6,7,12)
#000000
(0,0,0)

Tints of #422F20

#422F20
(66,47,32)
#534134
(83,65,52)
#645348
(100,83,72)
#75655C
(117,101,92)
#867770
(134,119,112)
#978984
(151,137,132)
#A89B98
(168,155,152)
#B9ADAC
(185,173,172)
#CABFC0
(202,191,192)
#DBD1D4
(219,209,212)
#ECE3E8
(236,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422F20; }

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

This text font color is #422F20.


Background Color

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

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

This div background color is #422F20.


Border color

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

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

This div border color is #422F20.


Opacity

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

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

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

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

This text has shadow with #422F20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422F20 on black background.


Color preview on white background

This text has color #422F20 on white background.



Black color preview on #422F20 background

This text has black color on #422F20 background.


White color preview on #422F20 background

This text has white color on #422F20 background.