COLOR #422D53

HEX: #422D53
RGB: (66,45,83)

Color info

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

RGB color model

#422D53 color RGB value is (66,45,83).

  • red value is 66;
  • green value is 45;
  • blue value is 83.
RGB:
(66,45,83)
(26%,18%,33%)

RGB channels and saturation

R 66 of 255 = 26%
G 45 of 255 = 18%
B 83 of 255 = 33%

66
45
83

R + G + B ~ 26%. #422D53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 45 + 83 = 194 (100%)
R 66 of 194 ~ 34.02%
G 45 of 194 ~ 23.2%
B 83 of 194 ~ 42.78%

%34.02
%23.2
%42.78

CMYK color model

#422D53 color CMYK value is (20,46,0,67).

  • cyan value is 20.48%
  • magenta value is 45.78%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(20,46,0,67)
C20M46Y0K67 
(20%,46%,0%,67%)
(0.20/0.46/0.00/0.67)	

CMYK percentages

%20.48
%45.78
%0
%67.45

Codes

Color #422D53 in popluar color models

422D53
RGB664583
HSL273°29.69%25.10%
HSB/HSV273°45.78%32.55%
CMYK20.48%45.78%0.00%
67.45%

Color #422D53 in popluar number systems.

HEX422D53
Decimal664583
Binary10000101011011010011
Octal10255123

Shades and tints

Shades of #422D53

#422D53
(66,45,83)
#3C294C
(60,41,76)
#362545
(54,37,69)
#30213E
(48,33,62)
#2A1D37
(42,29,55)
#241930
(36,25,48)
#1E1529
(30,21,41)
#181122
(24,17,34)
#120D1B
(18,13,27)
#0C0914
(12,9,20)
#06050D
(6,5,13)
#000000
(0,0,0)

Tints of #422D53

#422D53
(66,45,83)
#534062
(83,64,98)
#645371
(100,83,113)
#756680
(117,102,128)
#86798F
(134,121,143)
#978C9E
(151,140,158)
#A89FAD
(168,159,173)
#B9B2BC
(185,178,188)
#CAC5CB
(202,197,203)
#DBD8DA
(219,216,218)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422D53 color. Also use rgb(66,45,83) instead hex code.

Text Font Color

.myTextColor { color: #422D53; }

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

This text font color is #422D53.


Background Color

.myBgColor { background-color: #422D53; }

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

This div background color is #422D53.


Border color

.myBorderColor { border: 1px solid #422D53; }

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

This div border color is #422D53.


Opacity

.myOpacity80 { color: #422D53; opacity: 0.8; }

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

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

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

This text has shadow with #422D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422D53 on black background.


Color preview on white background

This text has color #422D53 on white background.



Black color preview on #422D53 background

This text has black color on #422D53 background.


White color preview on #422D53 background

This text has white color on #422D53 background.