COLOR #422C44

HEX: #422C44 RGB: (66,44,68)

Color info

#422C44 contains red, green and blue colors in about the same proportion. Web safe color of #422C44 is #333333 (or #333).

RGB color model

#422C44 color RGB value is (66,44,68).

RGB: (66,44,68) (26%, 17%, 27%)

RGB channels and saturation

R 66 of 255 = 26%
G 44 of 255 = 17%
B 68 of 255 = 27%

66
44
68

R + G + B ~ 23%. #422C44 is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 44 + 68 = 178 (100%)
R 66 of 178 ~ 37.08%
G 44 of 178 ~ 24.72%
B 68 of 178 ~ 38.2'%

%37.08
%24.72
%38.2

CMYK color model

#422C44 color CMYK value is (3,35,0,73).

  • cyan value is 2.94%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (3,35,0,73)
C3M35Y0K73 (3%, 35%, 0%, 73%)
(0.03 / 0.35 / 0.00 / 0.73)

CMYK percentages

%2.94
%35.29
%0
%73.33

Codes

Color #422C44 in popluar color models

42 2C 44
RGB 66 44 68
HSL 295° 21.43% 21.96%
HSB/HSV 295° 35.29% 26.67%
CMYK 2.94% 35.29% 0.00%
73.33%

Color #422C44 in popluar number systems.

HEX 42 2C 44
Decimal 66 44 68
Binary 1000010 101100 1000100
Octal 102 54 104

Shades and tints

Shades of #422C44

#422C44
(66,44,68)
#3C283E
(60,40,62)
#362438
(54,36,56)
#302032
(48,32,50)
#2A1C2C
(42,28,44)
#241826
(36,24,38)
#1E1420
(30,20,32)
#18101A
(24,16,26)
#120C14
(18,12,20)
#0C080E
(12,8,14)
#060408
(6,4,8)
#000000
(0,0,0)

Tints of #422C44

#422C44
(66,44,68)
#533F55
(83,63,85)
#645266
(100,82,102)
#756577
(117,101,119)
#867888
(134,120,136)
#978B99
(151,139,153)
#A89EAA
(168,158,170)
#B9B1BB
(185,177,187)
#CAC4CC
(202,196,204)
#DBD7DD
(219,215,221)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422C44; }

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

This text font color is #422C44.

Background Color

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

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

This div background color is #422C44.

Border color

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

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

This div border color is #422C44.

Opacity

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

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

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

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

This text has shadow with #422C44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422C44.

Preview

Color preview on black background

This text has color #422C44 on black background.


Color preview on white background

This text has color #422C44 on white background.


Black color preview on #422C44 background

This text has black color on #422C44 background.


White color preview on #422C44 background

This text has white color on #422C44 background.


Related colors

Complementary color

Complementary color for #hex is #BDD3BB.


I love getcolorcode.com

Triadic colors

1 #44422C and #2C4442 with #422C44 are triadic colors.

2 #442C42 and #2C4244 with #422C44 are triadic colors.