COLOR #422421

HEX: #422421
RGB: (66,36,33)

Color info

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

RGB color model

#422421 color RGB value is (66,36,33).

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

RGB channels and saturation

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

66
36
33

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

Portions of RGB colors in percentages

R + G + B =
66 + 36 + 33 = 135 (100%)
R 66 of 135 ~ 48.89%
G 36 of 135 ~ 26.67%
B 33 of 135 ~ 24.44%

%48.89
%26.67
%24.44

CMYK color model

#422421 color CMYK value is (0,45,50,74).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 50.00%
  • key color value is 74.12%
CMYK:
(0,45,50,74)
C0M45Y50K74 
(0%,45%,50%,74%)
(0.00/0.45/0.50/0.74)	

CMYK percentages

%0
%45.45
%50
%74.12

Codes

Color #422421 in popluar color models

422421
RGB663633
HSL33.33%19.41%
HSB/HSV50.00%25.88%
CMYK0.00%45.45%50.00%
74.12%

Color #422421 in popluar number systems.

HEX422421
Decimal663633
Binary1000010100100100001
Octal1024441

Shades and tints

Shades of #422421

#422421
(66,36,33)
#3C211E
(60,33,30)
#361E1B
(54,30,27)
#301B18
(48,27,24)
#2A1815
(42,24,21)
#241512
(36,21,18)
#1E120F
(30,18,15)
#180F0C
(24,15,12)
#120C09
(18,12,9)
#0C0906
(12,9,6)
#060603
(6,6,3)
#000000
(0,0,0)

Tints of #422421

#422421
(66,36,33)
#533735
(83,55,53)
#644A49
(100,74,73)
#755D5D
(117,93,93)
#867071
(134,112,113)
#978385
(151,131,133)
#A89699
(168,150,153)
#B9A9AD
(185,169,173)
#CABCC1
(202,188,193)
#DBCFD5
(219,207,213)
#ECE2E9
(236,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422421; }

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

This text font color is #422421.


Background Color

.myBgColor { background-color: #422421; }

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

This div background color is #422421.


Border color

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

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

This div border color is #422421.


Opacity

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

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

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

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

This text has shadow with #422421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422421 on black background.


Color preview on white background

This text has color #422421 on white background.



Black color preview on #422421 background

This text has black color on #422421 background.


White color preview on #422421 background

This text has white color on #422421 background.