COLOR #422F21

HEX: #422F21 RGB: (66,47,33)

Color info

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

RGB color model

#422F21 color RGB value is (66,47,33).

RGB: (66,47,33) (26%, 18%, 13%)

RGB channels and saturation

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

66
47
33

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

Portions of RGB colors in percentages

R + G + B = 66 + 47 + 33 = 146 (100%)
R 66 of 146 ~ 45.21%
G 47 of 146 ~ 32.19%
B 33 of 146 ~ 22.6'%

%45.21
%32.19
%22.6

CMYK color model

#422F21 color CMYK value is (0,29,50,74).

  • cyan value is 0.00%
  • magenta value is 28.79%
  • yellow value is 50.00%
  • key color value is 74.12%

CMYK: (0,29,50,74)
C0M29Y50K74 (0%, 29%, 50%, 74%)
(0.00 / 0.29 / 0.50 / 0.74)

CMYK percentages

%0
%28.79
%50
%74.12

Codes

Color #422F21 in popluar color models

42 2F 21
RGB 66 47 33
HSL 25° 33.33% 19.41%
HSB/HSV 25° 50.00% 25.88%
CMYK 0.00% 28.79% 50.00%
74.12%

Color #422F21 in popluar number systems.

HEX 42 2F 21
Decimal 66 47 33
Binary 1000010 101111 100001
Octal 102 57 41

Shades and tints

Shades of #422F21

#422F21
(66,47,33)
#3C2B1E
(60,43,30)
#36271B
(54,39,27)
#302318
(48,35,24)
#2A1F15
(42,31,21)
#241B12
(36,27,18)
#1E170F
(30,23,15)
#18130C
(24,19,12)
#120F09
(18,15,9)
#0C0B06
(12,11,6)
#060703
(6,7,3)
#000000
(0,0,0)

Tints of #422F21

#422F21
(66,47,33)
#534135
(83,65,53)
#645349
(100,83,73)
#75655D
(117,101,93)
#867771
(134,119,113)
#978985
(151,137,133)
#A89B99
(168,155,153)
#B9ADAD
(185,173,173)
#CABFC1
(202,191,193)
#DBD1D5
(219,209,213)
#ECE3E9
(236,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422F21; }

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

This text font color is #422F21.

Background Color

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

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

This div background color is #422F21.

Border color

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

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

This div border color is #422F21.

Opacity

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

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

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

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

This text has shadow with #422F21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422F21.

Preview

Color preview on black background

This text has color #422F21 on black background.


Color preview on white background

This text has color #422F21 on white background.


Black color preview on #422F21 background

This text has black color on #422F21 background.


White color preview on #422F21 background

This text has white color on #422F21 background.


Related colors

Complementary color

Complementary color for #hex is #BDD0DE.


I love getcolorcode.com

Triadic colors

1 #21422F and #2F2142 with #422F21 are triadic colors.

2 #212F42 and #2F4221 with #422F21 are triadic colors.