COLOR #422C54

HEX: #422C54
RGB: (66,44,84)

Color info

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

RGB color model

#422C54 color RGB value is (66,44,84).

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

RGB channels and saturation

R 66 of 255 = 26%
G 44 of 255 = 17%
B 84 of 255 = 33%

66
44
84

R + G + B ~ 25%. #422C54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 44 + 84 = 194 (100%)
R 66 of 194 ~ 34.02%
G 44 of 194 ~ 22.68%
B 84 of 194 ~ 43.3%

%34.02
%22.68
%43.3

CMYK color model

#422C54 color CMYK value is (21,48,0,67).

  • cyan value is 21.43%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(21,48,0,67)
C21M48Y0K67 
(21%,48%,0%,67%)
(0.21/0.48/0.00/0.67)	

CMYK percentages

%21.43
%47.62
%0
%67.06

Codes

Color #422C54 in popluar color models

422C54
RGB664484
HSL273°31.25%25.10%
HSB/HSV273°47.62%32.94%
CMYK21.43%47.62%0.00%
67.06%

Color #422C54 in popluar number systems.

HEX422C54
Decimal664484
Binary10000101011001010100
Octal10254124

Shades and tints

Shades of #422C54

#422C54
(66,44,84)
#3C284D
(60,40,77)
#362446
(54,36,70)
#30203F
(48,32,63)
#2A1C38
(42,28,56)
#241831
(36,24,49)
#1E142A
(30,20,42)
#181023
(24,16,35)
#120C1C
(18,12,28)
#0C0815
(12,8,21)
#06040E
(6,4,14)
#000000
(0,0,0)

Tints of #422C54

#422C54
(66,44,84)
#533F63
(83,63,99)
#645272
(100,82,114)
#756581
(117,101,129)
#867890
(134,120,144)
#978B9F
(151,139,159)
#A89EAE
(168,158,174)
#B9B1BD
(185,177,189)
#CAC4CC
(202,196,204)
#DBD7DB
(219,215,219)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422C54; }

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

This text font color is #422C54.


Background Color

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

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

This div background color is #422C54.


Border color

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

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

This div border color is #422C54.


Opacity

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

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

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

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

This text has shadow with #422C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422C54 on black background.


Color preview on white background

This text has color #422C54 on white background.



Black color preview on #422C54 background

This text has black color on #422C54 background.


White color preview on #422C54 background

This text has white color on #422C54 background.