COLOR #422133

HEX: #422133 RGB: (66,33,51)

Color info

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

RGB color model

#422133 color RGB value is (66,33,51).

RGB: (66,33,51) (26%, 13%, 20%)

RGB channels and saturation

R 66 of 255 = 26%
G 33 of 255 = 13%
B 51 of 255 = 20%

66
33
51

R + G + B ~ 20%. #422133 is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 33 + 51 = 150 (100%)
R 66 of 150 ~ 44%
G 33 of 150 ~ 22%
B 51 of 150 ~ 34'%

%44
%22
%34

CMYK color model

#422133 color CMYK value is (0,50,23,74).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 22.73%
  • key color value is 74.12%
CMYK: (0,50,23,74) C0M50Y23K74 (0%,50%,23%,74%) (0.00/0.50/0.23/0.74) 

CMYK percentages

%0
%50
%22.73
%74.12

Codes

Color #422133 in popluar color models

42 21 33
RGB 66 33 51
HSL 327° 33.33% 19.41%
HSB/HSV 327° 50.00% 25.88%
CMYK 0.00% 50.00% 22.73%
74.12%

Color #422133 in popluar number systems.

HEX 42 21 33
Decimal 66 33 51
Binary 1000010 100001 110011
Octal 102 41 63

Shades and tints

Shades of #422133

#422133
(66,33,51)
#3C1E2F
(60,30,47)
#361B2B
(54,27,43)
#301827
(48,24,39)
#2A1523
(42,21,35)
#24121F
(36,18,31)
#1E0F1B
(30,15,27)
#180C17
(24,12,23)
#120913
(18,9,19)
#0C060F
(12,6,15)
#06030B
(6,3,11)
#000000
(0,0,0)

Tints of #422133

#422133
(66,33,51)
#533545
(83,53,69)
#644957
(100,73,87)
#755D69
(117,93,105)
#86717B
(134,113,123)
#97858D
(151,133,141)
#A8999F
(168,153,159)
#B9ADB1
(185,173,177)
#CAC1C3
(202,193,195)
#DBD5D5
(219,213,213)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422133 color. Also use rgb(66,33,51) instead hex code.

Text Font Color

.myTextColor { color: #422133; }

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

This text font color is #422133.

Background Color

.myBgColor { background-color: #422133; }

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

This div background color is #422133.

Border color

.myBorderColor { border: 1px solid #422133; }

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

This div border color is #422133.

Opacity

.myOpacity80 { color: #422133; opacity: 0.8; }

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

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

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

This text has shadow with #422133 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422133.

Preview

Color preview on black background

This text has color #422133 on black background.


Color preview on white background

This text has color #422133 on white background.


Black color preview on #422133 background

This text has black color on #422133 background.


White color preview on #422133 background

This text has white color on #422133 background.


Related colors

Complementary color

Complementary color for #hex is #BDDECC.


I love getcolorcode.com

Triadic colors

1 #334221 and #213342 with #422133 are triadic colors.

2 #332142 and #214233 with #422133 are triadic colors.