COLOR #422C1F

HEX: #422C1F
RGB: (66,44,31)

Color info

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

RGB color model

#422C1F color RGB value is (66,44,31).

  • red value is 66;
  • green value is 44;
  • blue value is 31.
RGB:
(66,44,31)
(26%,17%,12%)

RGB channels and saturation

R 66 of 255 = 26%
G 44 of 255 = 17%
B 31 of 255 = 12%

66
44
31

R + G + B ~ 18%. #422C1F is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 44 + 31 = 141 (100%)
R 66 of 141 ~ 46.81%
G 44 of 141 ~ 31.21%
B 31 of 141 ~ 21.99%

%46.81
%31.21
%21.99

CMYK color model

#422C1F color CMYK value is (0,33,53,74).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 53.03%
  • key color value is 74.12%
CMYK:
(0,33,53,74)
C0M33Y53K74 
(0%,33%,53%,74%)
(0.00/0.33/0.53/0.74)	

CMYK percentages

%0
%33.33
%53.03
%74.12

Codes

Color #422C1F in popluar color models

422C1F
RGB664431
HSL22°36.08%19.02%
HSB/HSV22°53.03%25.88%
CMYK0.00%33.33%53.03%
74.12%

Color #422C1F in popluar number systems.

HEX422C1F
Decimal664431
Binary100001010110011111
Octal1025437

Shades and tints

Shades of #422C1F

#422C1F
(66,44,31)
#3C281D
(60,40,29)
#36241B
(54,36,27)
#302019
(48,32,25)
#2A1C17
(42,28,23)
#241815
(36,24,21)
#1E1413
(30,20,19)
#181011
(24,16,17)
#120C0F
(18,12,15)
#0C080D
(12,8,13)
#06040B
(6,4,11)
#000000
(0,0,0)

Tints of #422C1F

#422C1F
(66,44,31)
#533F33
(83,63,51)
#645247
(100,82,71)
#75655B
(117,101,91)
#86786F
(134,120,111)
#978B83
(151,139,131)
#A89E97
(168,158,151)
#B9B1AB
(185,177,171)
#CAC4BF
(202,196,191)
#DBD7D3
(219,215,211)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422C1F color. Also use rgb(66,44,31) instead hex code.

Text Font Color

.myTextColor { color: #422C1F; }

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

This text font color is #422C1F.


Background Color

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

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

This div background color is #422C1F.


Border color

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

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

This div border color is #422C1F.


Opacity

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

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

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

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

This text has shadow with #422C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422C1F on black background.


Color preview on white background

This text has color #422C1F on white background.



Black color preview on #422C1F background

This text has black color on #422C1F background.


White color preview on #422C1F background

This text has white color on #422C1F background.