COLOR #422B2A

HEX: #422B2A
RGB: (66,43,42)

Color info

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

RGB color model

#422B2A color RGB value is (66,43,42).

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

RGB channels and saturation

R 66 of 255 = 26%
G 43 of 255 = 17%
B 42 of 255 = 16%

66
43
42

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

Portions of RGB colors in percentages

R + G + B =
66 + 43 + 42 = 151 (100%)
R 66 of 151 ~ 43.71%
G 43 of 151 ~ 28.48%
B 42 of 151 ~ 27.81%

%43.71
%28.48
%27.81

CMYK color model

#422B2A color CMYK value is (0,35,36,74).

  • cyan value is 0.00%
  • magenta value is 34.85%
  • yellow value is 36.36%
  • key color value is 74.12%
CMYK:
(0,35,36,74)
C0M35Y36K74 
(0%,35%,36%,74%)
(0.00/0.35/0.36/0.74)	

CMYK percentages

%0
%34.85
%36.36
%74.12

Codes

Color #422B2A in popluar color models

422B2A
RGB664342
HSL22.22%21.18%
HSB/HSV36.36%25.88%
CMYK0.00%34.85%36.36%
74.12%

Color #422B2A in popluar number systems.

HEX422B2A
Decimal664342
Binary1000010101011101010
Octal1025352

Shades and tints

Shades of #422B2A

#422B2A
(66,43,42)
#3C2827
(60,40,39)
#362524
(54,37,36)
#302221
(48,34,33)
#2A1F1E
(42,31,30)
#241C1B
(36,28,27)
#1E1918
(30,25,24)
#181615
(24,22,21)
#121312
(18,19,18)
#0C100F
(12,16,15)
#060D0C
(6,13,12)
#000000
(0,0,0)

Tints of #422B2A

#422B2A
(66,43,42)
#533E3D
(83,62,61)
#645150
(100,81,80)
#756463
(117,100,99)
#867776
(134,119,118)
#978A89
(151,138,137)
#A89D9C
(168,157,156)
#B9B0AF
(185,176,175)
#CAC3C2
(202,195,194)
#DBD6D5
(219,214,213)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422B2A; }

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

This text font color is #422B2A.


Background Color

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

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

This div background color is #422B2A.


Border color

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

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

This div border color is #422B2A.


Opacity

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

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

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

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

This text has shadow with #422B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422B2A on black background.


Color preview on white background

This text has color #422B2A on white background.



Black color preview on #422B2A background

This text has black color on #422B2A background.


White color preview on #422B2A background

This text has white color on #422B2A background.