COLOR #422D36

HEX: #422D36
RGB: (66,45,54)

Color info

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

RGB color model

#422D36 color RGB value is (66,45,54).

  • red value is 66;
  • green value is 45;
  • blue value is 54.
RGB:
(66,45,54)
(26%,18%,21%)

RGB channels and saturation

R 66 of 255 = 26%
G 45 of 255 = 18%
B 54 of 255 = 21%

66
45
54

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

Portions of RGB colors in percentages

R + G + B =
66 + 45 + 54 = 165 (100%)
R 66 of 165 ~ 40%
G 45 of 165 ~ 27.27%
B 54 of 165 ~ 32.73%

%40
%27.27
%32.73

CMYK color model

#422D36 color CMYK value is (0,32,18,74).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 18.18%
  • key color value is 74.12%
CMYK:
(0,32,18,74)
C0M32Y18K74 
(0%,32%,18%,74%)
(0.00/0.32/0.18/0.74)	

CMYK percentages

%0
%31.82
%18.18
%74.12

Codes

Color #422D36 in popluar color models

422D36
RGB664554
HSL334°18.92%21.76%
HSB/HSV334°31.82%25.88%
CMYK0.00%31.82%18.18%
74.12%

Color #422D36 in popluar number systems.

HEX422D36
Decimal664554
Binary1000010101101110110
Octal1025566

Shades and tints

Shades of #422D36

#422D36
(66,45,54)
#3C2932
(60,41,50)
#36252E
(54,37,46)
#30212A
(48,33,42)
#2A1D26
(42,29,38)
#241922
(36,25,34)
#1E151E
(30,21,30)
#18111A
(24,17,26)
#120D16
(18,13,22)
#0C0912
(12,9,18)
#06050E
(6,5,14)
#000000
(0,0,0)

Tints of #422D36

#422D36
(66,45,54)
#534048
(83,64,72)
#64535A
(100,83,90)
#75666C
(117,102,108)
#86797E
(134,121,126)
#978C90
(151,140,144)
#A89FA2
(168,159,162)
#B9B2B4
(185,178,180)
#CAC5C6
(202,197,198)
#DBD8D8
(219,216,216)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422D36 color. Also use rgb(66,45,54) instead hex code.

Text Font Color

.myTextColor { color: #422D36; }

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

This text font color is #422D36.


Background Color

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

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

This div background color is #422D36.


Border color

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

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

This div border color is #422D36.


Opacity

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

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

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

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

This text has shadow with #422D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422D36 on black background.


Color preview on white background

This text has color #422D36 on white background.



Black color preview on #422D36 background

This text has black color on #422D36 background.


White color preview on #422D36 background

This text has white color on #422D36 background.