COLOR #422127

HEX: #422127 RGB: (66,33,39)

Color info

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

RGB color model

#422127 color RGB value is (66,33,39).

RGB: (66,33,39) (26%, 13%, 15%)

RGB channels and saturation

R 66 of 255 = 26%
G 33 of 255 = 13%
B 39 of 255 = 15%

66
33
39

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

Portions of RGB colors in percentages

R + G + B = 66 + 33 + 39 = 138 (100%)
R 66 of 138 ~ 47.83%
G 33 of 138 ~ 23.91%
B 39 of 138 ~ 28.26'%

%47.83
%23.91
%28.26

CMYK color model

#422127 color CMYK value is (0,50,41,74).

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

CMYK: (0,50,41,74)
C0M50Y41K74 (0%, 50%, 41%, 74%)
(0.00 / 0.50 / 0.41 / 0.74)

CMYK percentages

%0
%50
%40.91
%74.12

Codes

Color #422127 in popluar color models

42 21 27
RGB 66 33 39
HSL 349° 33.33% 19.41%
HSB/HSV 349° 50.00% 25.88%
CMYK 0.00% 50.00% 40.91%
74.12%

Color #422127 in popluar number systems.

HEX 42 21 27
Decimal 66 33 39
Binary 1000010 100001 100111
Octal 102 41 47

Shades and tints

Shades of #422127

#422127
(66,33,39)
#3C1E24
(60,30,36)
#361B21
(54,27,33)
#30181E
(48,24,30)
#2A151B
(42,21,27)
#241218
(36,18,24)
#1E0F15
(30,15,21)
#180C12
(24,12,18)
#12090F
(18,9,15)
#0C060C
(12,6,12)
#060309
(6,3,9)
#000000
(0,0,0)

Tints of #422127

#422127
(66,33,39)
#53353A
(83,53,58)
#64494D
(100,73,77)
#755D60
(117,93,96)
#867173
(134,113,115)
#978586
(151,133,134)
#A89999
(168,153,153)
#B9ADAC
(185,173,172)
#CAC1BF
(202,193,191)
#DBD5D2
(219,213,210)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422127; }

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

This text font color is #422127.

Background Color

.myBgColor { background-color: #422127; }

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

This div background color is #422127.

Border color

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

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

This div border color is #422127.

Opacity

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

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

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

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

This text has shadow with #422127 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422127.

Preview

Color preview on black background

This text has color #422127 on black background.


Color preview on white background

This text has color #422127 on white background.


Black color preview on #422127 background

This text has black color on #422127 background.


White color preview on #422127 background

This text has white color on #422127 background.


Related colors

Complementary color

Complementary color for #hex is #BDDED8.


I love getcolorcode.com

Triadic colors

1 #274221 and #212742 with #422127 are triadic colors.

2 #272142 and #214227 with #422127 are triadic colors.