COLOR #422550

HEX: #422550
RGB: (66,37,80)

Color info

#422550 contains red, green and blue colors in about the same proportion. Web safe color of #422550 is #333366 (or #336).

RGB color model

#422550 color RGB value is (66,37,80).

  • red value is 66;
  • green value is 37;
  • blue value is 80.
RGB:
(66,37,80)
(26%,15%,31%)

RGB channels and saturation

R 66 of 255 = 26%
G 37 of 255 = 15%
B 80 of 255 = 31%

66
37
80

R + G + B ~ 24%. #422550 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 37 + 80 = 183 (100%)
R 66 of 183 ~ 36.07%
G 37 of 183 ~ 20.22%
B 80 of 183 ~ 43.72%

%36.07
%20.22
%43.72

CMYK color model

#422550 color CMYK value is (18,54,0,69).

  • cyan value is 17.50%
  • magenta value is 53.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(18,54,0,69)
C18M54Y0K69 
(18%,54%,0%,69%)
(0.18/0.54/0.00/0.69)	

CMYK percentages

%17.5
%53.75
%0
%68.63

Codes

Color #422550 in popluar color models

422550
RGB663780
HSL280°36.75%22.94%
HSB/HSV280°53.75%31.37%
CMYK17.50%53.75%0.00%
68.63%

Color #422550 in popluar number systems.

HEX422550
Decimal663780
Binary10000101001011010000
Octal10245120

Shades and tints

Shades of #422550

#422550
(66,37,80)
#3C2249
(60,34,73)
#361F42
(54,31,66)
#301C3B
(48,28,59)
#2A1934
(42,25,52)
#24162D
(36,22,45)
#1E1326
(30,19,38)
#18101F
(24,16,31)
#120D18
(18,13,24)
#0C0A11
(12,10,17)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #422550

#422550
(66,37,80)
#53385F
(83,56,95)
#644B6E
(100,75,110)
#755E7D
(117,94,125)
#86718C
(134,113,140)
#97849B
(151,132,155)
#A897AA
(168,151,170)
#B9AAB9
(185,170,185)
#CABDC8
(202,189,200)
#DBD0D7
(219,208,215)
#ECE3E6
(236,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422550 color. Also use rgb(66,37,80) instead hex code.

Text Font Color

.myTextColor { color: #422550; }

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

This text font color is #422550.


Background Color

.myBgColor { background-color: #422550; }

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

This div background color is #422550.


Border color

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

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

This div border color is #422550.


Opacity

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

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

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

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

This text has shadow with #422550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422550 on black background.


Color preview on white background

This text has color #422550 on white background.



Black color preview on #422550 background

This text has black color on #422550 background.


White color preview on #422550 background

This text has white color on #422550 background.