COLOR #422129

HEX: #422129 RGB: (66,33,41)

Color info

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

RGB color model

#422129 color RGB value is (66,33,41).

RGB: (66,33,41) (26%, 13%, 16%)

RGB channels and saturation

R 66 of 255 = 26%
G 33 of 255 = 13%
B 41 of 255 = 16%

66
33
41

R + G + B ~ 18%. #422129 is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 33 + 41 = 140 (100%)
R 66 of 140 ~ 47.14%
G 33 of 140 ~ 23.57%
B 41 of 140 ~ 29.29'%

%47.14
%23.57
%29.29

CMYK color model

#422129 color CMYK value is (0,50,38,74).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 37.88%
  • key color value is 74.12%

CMYK: (0,50,38,74)
C0M50Y38K74 (0%, 50%, 38%, 74%)
(0.00 / 0.50 / 0.38 / 0.74)

CMYK percentages

%0
%50
%37.88
%74.12

Codes

Color #422129 in popluar color models

42 21 29
RGB 66 33 41
HSL 345° 33.33% 19.41%
HSB/HSV 345° 50.00% 25.88%
CMYK 0.00% 50.00% 37.88%
74.12%

Color #422129 in popluar number systems.

HEX 42 21 29
Decimal 66 33 41
Binary 1000010 100001 101001
Octal 102 41 51

Shades and tints

Shades of #422129

#422129
(66,33,41)
#3C1E26
(60,30,38)
#361B23
(54,27,35)
#301820
(48,24,32)
#2A151D
(42,21,29)
#24121A
(36,18,26)
#1E0F17
(30,15,23)
#180C14
(24,12,20)
#120911
(18,9,17)
#0C060E
(12,6,14)
#06030B
(6,3,11)
#000000
(0,0,0)

Tints of #422129

#422129
(66,33,41)
#53353C
(83,53,60)
#64494F
(100,73,79)
#755D62
(117,93,98)
#867175
(134,113,117)
#978588
(151,133,136)
#A8999B
(168,153,155)
#B9ADAE
(185,173,174)
#CAC1C1
(202,193,193)
#DBD5D4
(219,213,212)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422129; }

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

This text font color is #422129.

Background Color

.myBgColor { background-color: #422129; }

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

This div background color is #422129.

Border color

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

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

This div border color is #422129.

Opacity

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

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

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

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

This text has shadow with #422129 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422129.

Preview

Color preview on black background

This text has color #422129 on black background.


Color preview on white background

This text has color #422129 on white background.


Black color preview on #422129 background

This text has black color on #422129 background.


White color preview on #422129 background

This text has white color on #422129 background.


Related colors

Complementary color

Complementary color for #hex is #BDDED6.


I love getcolorcode.com

Triadic colors

1 #294221 and #212942 with #422129 are triadic colors.

2 #292142 and #214229 with #422129 are triadic colors.