COLOR #422B31

HEX: #422B31
RGB: (66,43,49)

Color info

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

RGB color model

#422B31 color RGB value is (66,43,49).

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

RGB channels and saturation

R 66 of 255 = 26%
G 43 of 255 = 17%
B 49 of 255 = 19%

66
43
49

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

Portions of RGB colors in percentages

R + G + B =
66 + 43 + 49 = 158 (100%)
R 66 of 158 ~ 41.77%
G 43 of 158 ~ 27.22%
B 49 of 158 ~ 31.01%

%41.77
%27.22
%31.01

CMYK color model

#422B31 color CMYK value is (0,35,26,74).

  • cyan value is 0.00%
  • magenta value is 34.85%
  • yellow value is 25.76%
  • key color value is 74.12%
CMYK:
(0,35,26,74)
C0M35Y26K74 
(0%,35%,26%,74%)
(0.00/0.35/0.26/0.74)	

CMYK percentages

%0
%34.85
%25.76
%74.12

Codes

Color #422B31 in popluar color models

422B31
RGB664349
HSL344°21.10%21.37%
HSB/HSV344°34.85%25.88%
CMYK0.00%34.85%25.76%
74.12%

Color #422B31 in popluar number systems.

HEX422B31
Decimal664349
Binary1000010101011110001
Octal1025361

Shades and tints

Shades of #422B31

#422B31
(66,43,49)
#3C282D
(60,40,45)
#362529
(54,37,41)
#302225
(48,34,37)
#2A1F21
(42,31,33)
#241C1D
(36,28,29)
#1E1919
(30,25,25)
#181615
(24,22,21)
#121311
(18,19,17)
#0C100D
(12,16,13)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #422B31

#422B31
(66,43,49)
#533E43
(83,62,67)
#645155
(100,81,85)
#756467
(117,100,103)
#867779
(134,119,121)
#978A8B
(151,138,139)
#A89D9D
(168,157,157)
#B9B0AF
(185,176,175)
#CAC3C1
(202,195,193)
#DBD6D3
(219,214,211)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422B31; }

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

This text font color is #422B31.


Background Color

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

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

This div background color is #422B31.


Border color

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

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

This div border color is #422B31.


Opacity

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

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

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

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

This text has shadow with #422B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422B31 on black background.


Color preview on white background

This text has color #422B31 on white background.



Black color preview on #422B31 background

This text has black color on #422B31 background.


White color preview on #422B31 background

This text has white color on #422B31 background.