COLOR #422321

HEX: #422321
RGB: (66,35,33)

Color info

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

RGB color model

#422321 color RGB value is (66,35,33).

  • red value is 66;
  • green value is 35;
  • blue value is 33.
RGB:
(66,35,33)
(26%,14%,13%)

RGB channels and saturation

R 66 of 255 = 26%
G 35 of 255 = 14%
B 33 of 255 = 13%

66
35
33

R + G + B ~ 18%. #422321 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 35 + 33 = 134 (100%)
R 66 of 134 ~ 49.25%
G 35 of 134 ~ 26.12%
B 33 of 134 ~ 24.63%

%49.25
%26.12
%24.63

CMYK color model

#422321 color CMYK value is (0,47,50,74).

  • cyan value is 0.00%
  • magenta value is 46.97%
  • yellow value is 50.00%
  • key color value is 74.12%
CMYK:
(0,47,50,74)
C0M47Y50K74 
(0%,47%,50%,74%)
(0.00/0.47/0.50/0.74)	

CMYK percentages

%0
%46.97
%50
%74.12

Codes

Color #422321 in popluar color models

422321
RGB663533
HSL33.33%19.41%
HSB/HSV50.00%25.88%
CMYK0.00%46.97%50.00%
74.12%

Color #422321 in popluar number systems.

HEX422321
Decimal663533
Binary1000010100011100001
Octal1024341

Shades and tints

Shades of #422321

#422321
(66,35,33)
#3C201E
(60,32,30)
#361D1B
(54,29,27)
#301A18
(48,26,24)
#2A1715
(42,23,21)
#241412
(36,20,18)
#1E110F
(30,17,15)
#180E0C
(24,14,12)
#120B09
(18,11,9)
#0C0806
(12,8,6)
#060503
(6,5,3)
#000000
(0,0,0)

Tints of #422321

#422321
(66,35,33)
#533735
(83,55,53)
#644B49
(100,75,73)
#755F5D
(117,95,93)
#867371
(134,115,113)
#978785
(151,135,133)
#A89B99
(168,155,153)
#B9AFAD
(185,175,173)
#CAC3C1
(202,195,193)
#DBD7D5
(219,215,213)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422321; }

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

This text font color is #422321.


Background Color

.myBgColor { background-color: #422321; }

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

This div background color is #422321.


Border color

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

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

This div border color is #422321.


Opacity

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

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

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

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

This text has shadow with #422321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422321 on black background.


Color preview on white background

This text has color #422321 on white background.



Black color preview on #422321 background

This text has black color on #422321 background.


White color preview on #422321 background

This text has white color on #422321 background.