COLOR #422C62

HEX: #422C62
RGB: (66,44,98)

Color info

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

RGB color model

#422C62 color RGB value is (66,44,98).

  • red value is 66;
  • green value is 44;
  • blue value is 98.
RGB:
(66,44,98)
(26%,17%,38%)

RGB channels and saturation

R 66 of 255 = 26%
G 44 of 255 = 17%
B 98 of 255 = 38%

66
44
98

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

Portions of RGB colors in percentages

R + G + B =
66 + 44 + 98 = 208 (100%)
R 66 of 208 ~ 31.73%
G 44 of 208 ~ 21.15%
B 98 of 208 ~ 47.12%

%31.73
%21.15
%47.12

CMYK color model

#422C62 color CMYK value is (33,55,0,62).

  • cyan value is 32.65%
  • magenta value is 55.10%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(33,55,0,62)
C33M55Y0K62 
(33%,55%,0%,62%)
(0.33/0.55/0.00/0.62)	

CMYK percentages

%32.65
%55.1
%0
%61.57

Codes

Color #422C62 in popluar color models

422C62
RGB664498
HSL264°38.03%27.84%
HSB/HSV264°55.10%38.43%
CMYK32.65%55.10%0.00%
61.57%

Color #422C62 in popluar number systems.

HEX422C62
Decimal664498
Binary10000101011001100010
Octal10254142

Shades and tints

Shades of #422C62

#422C62
(66,44,98)
#3C285A
(60,40,90)
#362452
(54,36,82)
#30204A
(48,32,74)
#2A1C42
(42,28,66)
#24183A
(36,24,58)
#1E1432
(30,20,50)
#18102A
(24,16,42)
#120C22
(18,12,34)
#0C081A
(12,8,26)
#060412
(6,4,18)
#000000
(0,0,0)

Tints of #422C62

#422C62
(66,44,98)
#533F70
(83,63,112)
#64527E
(100,82,126)
#75658C
(117,101,140)
#86789A
(134,120,154)
#978BA8
(151,139,168)
#A89EB6
(168,158,182)
#B9B1C4
(185,177,196)
#CAC4D2
(202,196,210)
#DBD7E0
(219,215,224)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422C62 color. Also use rgb(66,44,98) instead hex code.

Text Font Color

.myTextColor { color: #422C62; }

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

This text font color is #422C62.


Background Color

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

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

This div background color is #422C62.


Border color

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

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

This div border color is #422C62.


Opacity

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

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

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

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

This text has shadow with #422C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422C62 on black background.


Color preview on white background

This text has color #422C62 on white background.



Black color preview on #422C62 background

This text has black color on #422C62 background.


White color preview on #422C62 background

This text has white color on #422C62 background.