COLOR #422128

HEX: #422128
RGB: (66,33,40)

Color info

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

RGB color model

#422128 color RGB value is (66,33,40).

  • red value is 66;
  • green value is 33;
  • blue value is 40.
RGB:
(66,33,40)
(26%,13%,16%)

RGB channels and saturation

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

66
33
40

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

Portions of RGB colors in percentages

R + G + B =
66 + 33 + 40 = 139 (100%)
R 66 of 139 ~ 47.48%
G 33 of 139 ~ 23.74%
B 40 of 139 ~ 28.78%

%47.48
%23.74
%28.78

CMYK color model

#422128 color CMYK value is (0,50,39,74).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 39.39%
  • key color value is 74.12%
CMYK:
(0,50,39,74)
C0M50Y39K74 
(0%,50%,39%,74%)
(0.00/0.50/0.39/0.74)	

CMYK percentages

%0
%50
%39.39
%74.12

Codes

Color #422128 in popluar color models

422128
RGB663340
HSL347°33.33%19.41%
HSB/HSV347°50.00%25.88%
CMYK0.00%50.00%39.39%
74.12%

Color #422128 in popluar number systems.

HEX422128
Decimal663340
Binary1000010100001101000
Octal1024150

Shades and tints

Shades of #422128

#422128
(66,33,40)
#3C1E25
(60,30,37)
#361B22
(54,27,34)
#30181F
(48,24,31)
#2A151C
(42,21,28)
#241219
(36,18,25)
#1E0F16
(30,15,22)
#180C13
(24,12,19)
#120910
(18,9,16)
#0C060D
(12,6,13)
#06030A
(6,3,10)
#000000
(0,0,0)

Tints of #422128

#422128
(66,33,40)
#53353B
(83,53,59)
#64494E
(100,73,78)
#755D61
(117,93,97)
#867174
(134,113,116)
#978587
(151,133,135)
#A8999A
(168,153,154)
#B9ADAD
(185,173,173)
#CAC1C0
(202,193,192)
#DBD5D3
(219,213,211)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422128; }

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

This text font color is #422128.


Background Color

.myBgColor { background-color: #422128; }

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

This div background color is #422128.


Border color

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

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

This div border color is #422128.


Opacity

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

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

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

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

This text has shadow with #422128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422128 on black background.


Color preview on white background

This text has color #422128 on white background.



Black color preview on #422128 background

This text has black color on #422128 background.


White color preview on #422128 background

This text has white color on #422128 background.