COLOR #422449

HEX: #422449
RGB: (66,36,73)

Color info

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

RGB color model

#422449 color RGB value is (66,36,73).

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

RGB channels and saturation

R 66 of 255 = 26%
G 36 of 255 = 14%
B 73 of 255 = 29%

66
36
73

R + G + B ~ 23%. #422449 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 36 + 73 = 175 (100%)
R 66 of 175 ~ 37.71%
G 36 of 175 ~ 20.57%
B 73 of 175 ~ 41.71%

%37.71
%20.57
%41.71

CMYK color model

#422449 color CMYK value is (10,51,0,71).

  • cyan value is 9.59%
  • magenta value is 50.68%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(10,51,0,71)
C10M51Y0K71 
(10%,51%,0%,71%)
(0.10/0.51/0.00/0.71)	

CMYK percentages

%9.59
%50.68
%0
%71.37

Codes

Color #422449 in popluar color models

422449
RGB663673
HSL289°33.94%21.37%
HSB/HSV289°50.68%28.63%
CMYK9.59%50.68%0.00%
71.37%

Color #422449 in popluar number systems.

HEX422449
Decimal663673
Binary10000101001001001001
Octal10244111

Shades and tints

Shades of #422449

#422449
(66,36,73)
#3C2143
(60,33,67)
#361E3D
(54,30,61)
#301B37
(48,27,55)
#2A1831
(42,24,49)
#24152B
(36,21,43)
#1E1225
(30,18,37)
#180F1F
(24,15,31)
#120C19
(18,12,25)
#0C0913
(12,9,19)
#06060D
(6,6,13)
#000000
(0,0,0)

Tints of #422449

#422449
(66,36,73)
#533759
(83,55,89)
#644A69
(100,74,105)
#755D79
(117,93,121)
#867089
(134,112,137)
#978399
(151,131,153)
#A896A9
(168,150,169)
#B9A9B9
(185,169,185)
#CABCC9
(202,188,201)
#DBCFD9
(219,207,217)
#ECE2E9
(236,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422449; }

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

This text font color is #422449.


Background Color

.myBgColor { background-color: #422449; }

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

This div background color is #422449.


Border color

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

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

This div border color is #422449.


Opacity

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

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

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

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

This text has shadow with #422449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422449 on black background.


Color preview on white background

This text has color #422449 on white background.



Black color preview on #422449 background

This text has black color on #422449 background.


White color preview on #422449 background

This text has white color on #422449 background.