COLOR #422B24

HEX: #422B24
RGB: (66,43,36)

Color info

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

RGB color model

#422B24 color RGB value is (66,43,36).

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

RGB channels and saturation

R 66 of 255 = 26%
G 43 of 255 = 17%
B 36 of 255 = 14%

66
43
36

R + G + B ~ 19%. #422B24 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 43 + 36 = 145 (100%)
R 66 of 145 ~ 45.52%
G 43 of 145 ~ 29.66%
B 36 of 145 ~ 24.83%

%45.52
%29.66
%24.83

CMYK color model

#422B24 color CMYK value is (0,35,45,74).

  • cyan value is 0.00%
  • magenta value is 34.85%
  • yellow value is 45.45%
  • key color value is 74.12%
CMYK:
(0,35,45,74)
C0M35Y45K74 
(0%,35%,45%,74%)
(0.00/0.35/0.45/0.74)	

CMYK percentages

%0
%34.85
%45.45
%74.12

Codes

Color #422B24 in popluar color models

422B24
RGB664336
HSL14°29.41%20.00%
HSB/HSV14°45.45%25.88%
CMYK0.00%34.85%45.45%
74.12%

Color #422B24 in popluar number systems.

HEX422B24
Decimal664336
Binary1000010101011100100
Octal1025344

Shades and tints

Shades of #422B24

#422B24
(66,43,36)
#3C2821
(60,40,33)
#36251E
(54,37,30)
#30221B
(48,34,27)
#2A1F18
(42,31,24)
#241C15
(36,28,21)
#1E1912
(30,25,18)
#18160F
(24,22,15)
#12130C
(18,19,12)
#0C1009
(12,16,9)
#060D06
(6,13,6)
#000000
(0,0,0)

Tints of #422B24

#422B24
(66,43,36)
#533E37
(83,62,55)
#64514A
(100,81,74)
#75645D
(117,100,93)
#867770
(134,119,112)
#978A83
(151,138,131)
#A89D96
(168,157,150)
#B9B0A9
(185,176,169)
#CAC3BC
(202,195,188)
#DBD6CF
(219,214,207)
#ECE9E2
(236,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422B24; }

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

This text font color is #422B24.


Background Color

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

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

This div background color is #422B24.


Border color

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

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

This div border color is #422B24.


Opacity

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

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

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

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

This text has shadow with #422B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422B24 on black background.


Color preview on white background

This text has color #422B24 on white background.



Black color preview on #422B24 background

This text has black color on #422B24 background.


White color preview on #422B24 background

This text has white color on #422B24 background.