COLOR #422B32

HEX: #422B32
RGB: (66,43,50)

Color info

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

RGB color model

#422B32 color RGB value is (66,43,50).

  • red value is 66;
  • green value is 43;
  • blue value is 50.
RGB:
(66,43,50)
(26%,17%,20%)

RGB channels and saturation

R 66 of 255 = 26%
G 43 of 255 = 17%
B 50 of 255 = 20%

66
43
50

R + G + B ~ 21%. #422B32 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 43 + 50 = 159 (100%)
R 66 of 159 ~ 41.51%
G 43 of 159 ~ 27.04%
B 50 of 159 ~ 31.45%

%41.51
%27.04
%31.45

CMYK color model

#422B32 color CMYK value is (0,35,24,74).

  • cyan value is 0.00%
  • magenta value is 34.85%
  • yellow value is 24.24%
  • key color value is 74.12%
CMYK:
(0,35,24,74)
C0M35Y24K74 
(0%,35%,24%,74%)
(0.00/0.35/0.24/0.74)	

CMYK percentages

%0
%34.85
%24.24
%74.12

Codes

Color #422B32 in popluar color models

422B32
RGB664350
HSL342°21.10%21.37%
HSB/HSV342°34.85%25.88%
CMYK0.00%34.85%24.24%
74.12%

Color #422B32 in popluar number systems.

HEX422B32
Decimal664350
Binary1000010101011110010
Octal1025362

Shades and tints

Shades of #422B32

#422B32
(66,43,50)
#3C282E
(60,40,46)
#36252A
(54,37,42)
#302226
(48,34,38)
#2A1F22
(42,31,34)
#241C1E
(36,28,30)
#1E191A
(30,25,26)
#181616
(24,22,22)
#121312
(18,19,18)
#0C100E
(12,16,14)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #422B32

#422B32
(66,43,50)
#533E44
(83,62,68)
#645156
(100,81,86)
#756468
(117,100,104)
#86777A
(134,119,122)
#978A8C
(151,138,140)
#A89D9E
(168,157,158)
#B9B0B0
(185,176,176)
#CAC3C2
(202,195,194)
#DBD6D4
(219,214,212)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422B32 color. Also use rgb(66,43,50) instead hex code.

Text Font Color

.myTextColor { color: #422B32; }

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

This text font color is #422B32.


Background Color

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

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

This div background color is #422B32.


Border color

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

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

This div border color is #422B32.


Opacity

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

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

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

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

This text has shadow with #422B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422B32 on black background.


Color preview on white background

This text has color #422B32 on white background.



Black color preview on #422B32 background

This text has black color on #422B32 background.


White color preview on #422B32 background

This text has white color on #422B32 background.