COLOR #422332

HEX: #422332
RGB: (66,35,50)

Color info

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

RGB color model

#422332 color RGB value is (66,35,50).

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

RGB channels and saturation

R 66 of 255 = 26%
G 35 of 255 = 14%
B 50 of 255 = 20%

66
35
50

R + G + B ~ 20%. #422332 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 35 + 50 = 151 (100%)
R 66 of 151 ~ 43.71%
G 35 of 151 ~ 23.18%
B 50 of 151 ~ 33.11%

%43.71
%23.18
%33.11

CMYK color model

#422332 color CMYK value is (0,47,24,74).

  • cyan value is 0.00%
  • magenta value is 46.97%
  • yellow value is 24.24%
  • key color value is 74.12%
CMYK:
(0,47,24,74)
C0M47Y24K74 
(0%,47%,24%,74%)
(0.00/0.47/0.24/0.74)	

CMYK percentages

%0
%46.97
%24.24
%74.12

Codes

Color #422332 in popluar color models

422332
RGB663550
HSL331°30.69%19.80%
HSB/HSV331°46.97%25.88%
CMYK0.00%46.97%24.24%
74.12%

Color #422332 in popluar number systems.

HEX422332
Decimal663550
Binary1000010100011110010
Octal1024362

Shades and tints

Shades of #422332

#422332
(66,35,50)
#3C202E
(60,32,46)
#361D2A
(54,29,42)
#301A26
(48,26,38)
#2A1722
(42,23,34)
#24141E
(36,20,30)
#1E111A
(30,17,26)
#180E16
(24,14,22)
#120B12
(18,11,18)
#0C080E
(12,8,14)
#06050A
(6,5,10)
#000000
(0,0,0)

Tints of #422332

#422332
(66,35,50)
#533744
(83,55,68)
#644B56
(100,75,86)
#755F68
(117,95,104)
#86737A
(134,115,122)
#97878C
(151,135,140)
#A89B9E
(168,155,158)
#B9AFB0
(185,175,176)
#CAC3C2
(202,195,194)
#DBD7D4
(219,215,212)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422332; }

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

This text font color is #422332.


Background Color

.myBgColor { background-color: #422332; }

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

This div background color is #422332.


Border color

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

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

This div border color is #422332.


Opacity

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

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

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

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

This text has shadow with #422332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422332 on black background.


Color preview on white background

This text has color #422332 on white background.



Black color preview on #422332 background

This text has black color on #422332 background.


White color preview on #422332 background

This text has white color on #422332 background.