COLOR #422D5F

HEX: #422D5F
RGB: (66,45,95)

Color info

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

RGB color model

#422D5F color RGB value is (66,45,95).

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

RGB channels and saturation

R 66 of 255 = 26%
G 45 of 255 = 18%
B 95 of 255 = 37%

66
45
95

R + G + B ~ 27%. #422D5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 45 + 95 = 206 (100%)
R 66 of 206 ~ 32.04%
G 45 of 206 ~ 21.84%
B 95 of 206 ~ 46.12%

%32.04
%21.84
%46.12

CMYK color model

#422D5F color CMYK value is (31,53,0,63).

  • cyan value is 30.53%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(31,53,0,63)
C31M53Y0K63 
(31%,53%,0%,63%)
(0.31/0.53/0.00/0.63)	

CMYK percentages

%30.53
%52.63
%0
%62.75

Codes

Color #422D5F in popluar color models

422D5F
RGB664595
HSL265°35.71%27.45%
HSB/HSV265°52.63%37.25%
CMYK30.53%52.63%0.00%
62.75%

Color #422D5F in popluar number systems.

HEX422D5F
Decimal664595
Binary10000101011011011111
Octal10255137

Shades and tints

Shades of #422D5F

#422D5F
(66,45,95)
#3C2957
(60,41,87)
#36254F
(54,37,79)
#302147
(48,33,71)
#2A1D3F
(42,29,63)
#241937
(36,25,55)
#1E152F
(30,21,47)
#181127
(24,17,39)
#120D1F
(18,13,31)
#0C0917
(12,9,23)
#06050F
(6,5,15)
#000000
(0,0,0)

Tints of #422D5F

#422D5F
(66,45,95)
#53406D
(83,64,109)
#64537B
(100,83,123)
#756689
(117,102,137)
#867997
(134,121,151)
#978CA5
(151,140,165)
#A89FB3
(168,159,179)
#B9B2C1
(185,178,193)
#CAC5CF
(202,197,207)
#DBD8DD
(219,216,221)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422D5F; }

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

This text font color is #422D5F.


Background Color

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

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

This div background color is #422D5F.


Border color

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

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

This div border color is #422D5F.


Opacity

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

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

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

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

This text has shadow with #422D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422D5F on black background.


Color preview on white background

This text has color #422D5F on white background.



Black color preview on #422D5F background

This text has black color on #422D5F background.


White color preview on #422D5F background

This text has white color on #422D5F background.