COLOR #422221

HEX: #422221 RGB: (66,34,33)

Color info

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

RGB color model

#422221 color RGB value is (66,34,33).

RGB: (66,34,33) (26%, 13%, 13%)

RGB channels and saturation

R 66 of 255 = 26%
G 34 of 255 = 13%
B 33 of 255 = 13%

66
34
33

R + G + B ~ 17%. #422221 is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 34 + 33 = 133 (100%)
R 66 of 133 ~ 49.62%
G 34 of 133 ~ 25.56%
B 33 of 133 ~ 24.81'%

%49.62
%25.56
%24.81

CMYK color model

#422221 color CMYK value is (0,48,50,74).

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

CMYK: (0,48,50,74)
C0M48Y50K74 (0%, 48%, 50%, 74%)
(0.00 / 0.48 / 0.50 / 0.74)

CMYK percentages

%0
%48.48
%50
%74.12

Codes

Color #422221 in popluar color models

42 22 21
RGB 66 34 33
HSL 33.33% 19.41%
HSB/HSV 50.00% 25.88%
CMYK 0.00% 48.48% 50.00%
74.12%

Color #422221 in popluar number systems.

HEX 42 22 21
Decimal 66 34 33
Binary 1000010 100010 100001
Octal 102 42 41

Shades and tints

Shades of #422221

#422221
(66,34,33)
#3C1F1E
(60,31,30)
#361C1B
(54,28,27)
#301918
(48,25,24)
#2A1615
(42,22,21)
#241312
(36,19,18)
#1E100F
(30,16,15)
#180D0C
(24,13,12)
#120A09
(18,10,9)
#0C0706
(12,7,6)
#060403
(6,4,3)
#000000
(0,0,0)

Tints of #422221

#422221
(66,34,33)
#533635
(83,54,53)
#644A49
(100,74,73)
#755E5D
(117,94,93)
#867271
(134,114,113)
#978685
(151,134,133)
#A89A99
(168,154,153)
#B9AEAD
(185,174,173)
#CAC2C1
(202,194,193)
#DBD6D5
(219,214,213)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422221; }

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

This text font color is #422221.

Background Color

.myBgColor { background-color: #422221; }

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

This div background color is #422221.

Border color

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

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

This div border color is #422221.

Opacity

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

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

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

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

This text has shadow with #422221 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422221.

Preview

Color preview on black background

This text has color #422221 on black background.


Color preview on white background

This text has color #422221 on white background.


Black color preview on #422221 background

This text has black color on #422221 background.


White color preview on #422221 background

This text has white color on #422221 background.


Related colors

Complementary color

Complementary color for #hex is #BDDDDE.


I love getcolorcode.com

Triadic colors

1 #214222 and #222142 with #422221 are triadic colors.

2 #212242 and #224221 with #422221 are triadic colors.