COLOR #422E59

HEX: #422E59
RGB: (66,46,89)

Color info

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

RGB color model

#422E59 color RGB value is (66,46,89).

  • red value is 66;
  • green value is 46;
  • blue value is 89.
RGB:
(66,46,89)
(26%,18%,35%)

RGB channels and saturation

R 66 of 255 = 26%
G 46 of 255 = 18%
B 89 of 255 = 35%

66
46
89

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

Portions of RGB colors in percentages

R + G + B =
66 + 46 + 89 = 201 (100%)
R 66 of 201 ~ 32.84%
G 46 of 201 ~ 22.89%
B 89 of 201 ~ 44.28%

%32.84
%22.89
%44.28

CMYK color model

#422E59 color CMYK value is (26,48,0,65).

  • cyan value is 25.84%
  • magenta value is 48.31%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(26,48,0,65)
C26M48Y0K65 
(26%,48%,0%,65%)
(0.26/0.48/0.00/0.65)	

CMYK percentages

%25.84
%48.31
%0
%65.1

Codes

Color #422E59 in popluar color models

422E59
RGB664689
HSL268°31.85%26.47%
HSB/HSV268°48.31%34.90%
CMYK25.84%48.31%0.00%
65.10%

Color #422E59 in popluar number systems.

HEX422E59
Decimal664689
Binary10000101011101011001
Octal10256131

Shades and tints

Shades of #422E59

#422E59
(66,46,89)
#3C2A51
(60,42,81)
#362649
(54,38,73)
#302241
(48,34,65)
#2A1E39
(42,30,57)
#241A31
(36,26,49)
#1E1629
(30,22,41)
#181221
(24,18,33)
#120E19
(18,14,25)
#0C0A11
(12,10,17)
#060609
(6,6,9)
#000000
(0,0,0)

Tints of #422E59

#422E59
(66,46,89)
#534168
(83,65,104)
#645477
(100,84,119)
#756786
(117,103,134)
#867A95
(134,122,149)
#978DA4
(151,141,164)
#A8A0B3
(168,160,179)
#B9B3C2
(185,179,194)
#CAC6D1
(202,198,209)
#DBD9E0
(219,217,224)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422E59 color. Also use rgb(66,46,89) instead hex code.

Text Font Color

.myTextColor { color: #422E59; }

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

This text font color is #422E59.


Background Color

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

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

This div background color is #422E59.


Border color

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

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

This div border color is #422E59.


Opacity

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

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

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

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

This text has shadow with #422E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422E59 on black background.


Color preview on white background

This text has color #422E59 on white background.



Black color preview on #422E59 background

This text has black color on #422E59 background.


White color preview on #422E59 background

This text has white color on #422E59 background.