COLOR #422C38

HEX: #422C38
RGB: (66,44,56)

Color info

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

RGB color model

#422C38 color RGB value is (66,44,56).

  • red value is 66;
  • green value is 44;
  • blue value is 56.
RGB:
(66,44,56)
(26%,17%,22%)

RGB channels and saturation

R 66 of 255 = 26%
G 44 of 255 = 17%
B 56 of 255 = 22%

66
44
56

R + G + B ~ 22%. #422C38 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 44 + 56 = 166 (100%)
R 66 of 166 ~ 39.76%
G 44 of 166 ~ 26.51%
B 56 of 166 ~ 33.73%

%39.76
%26.51
%33.73

CMYK color model

#422C38 color CMYK value is (0,33,15,74).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 15.15%
  • key color value is 74.12%
CMYK:
(0,33,15,74)
C0M33Y15K74 
(0%,33%,15%,74%)
(0.00/0.33/0.15/0.74)	

CMYK percentages

%0
%33.33
%15.15
%74.12

Codes

Color #422C38 in popluar color models

422C38
RGB664456
HSL327°20.00%21.57%
HSB/HSV327°33.33%25.88%
CMYK0.00%33.33%15.15%
74.12%

Color #422C38 in popluar number systems.

HEX422C38
Decimal664456
Binary1000010101100111000
Octal1025470

Shades and tints

Shades of #422C38

#422C38
(66,44,56)
#3C2833
(60,40,51)
#36242E
(54,36,46)
#302029
(48,32,41)
#2A1C24
(42,28,36)
#24181F
(36,24,31)
#1E141A
(30,20,26)
#181015
(24,16,21)
#120C10
(18,12,16)
#0C080B
(12,8,11)
#060406
(6,4,6)
#000000
(0,0,0)

Tints of #422C38

#422C38
(66,44,56)
#533F4A
(83,63,74)
#64525C
(100,82,92)
#75656E
(117,101,110)
#867880
(134,120,128)
#978B92
(151,139,146)
#A89EA4
(168,158,164)
#B9B1B6
(185,177,182)
#CAC4C8
(202,196,200)
#DBD7DA
(219,215,218)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422C38 color. Also use rgb(66,44,56) instead hex code.

Text Font Color

.myTextColor { color: #422C38; }

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

This text font color is #422C38.


Background Color

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

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

This div background color is #422C38.


Border color

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

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

This div border color is #422C38.


Opacity

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

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

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

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

This text has shadow with #422C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422C38 on black background.


Color preview on white background

This text has color #422C38 on white background.



Black color preview on #422C38 background

This text has black color on #422C38 background.


White color preview on #422C38 background

This text has white color on #422C38 background.