COLOR #422A2F

HEX: #422A2F
RGB: (66,42,47)

Color info

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

RGB color model

#422A2F color RGB value is (66,42,47).

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

RGB channels and saturation

R 66 of 255 = 26%
G 42 of 255 = 16%
B 47 of 255 = 18%

66
42
47

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

Portions of RGB colors in percentages

R + G + B =
66 + 42 + 47 = 155 (100%)
R 66 of 155 ~ 42.58%
G 42 of 155 ~ 27.1%
B 47 of 155 ~ 30.32%

%42.58
%27.1
%30.32

CMYK color model

#422A2F color CMYK value is (0,36,29,74).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 28.79%
  • key color value is 74.12%
CMYK:
(0,36,29,74)
C0M36Y29K74 
(0%,36%,29%,74%)
(0.00/0.36/0.29/0.74)	

CMYK percentages

%0
%36.36
%28.79
%74.12

Codes

Color #422A2F in popluar color models

422A2F
RGB664247
HSL348°22.22%21.18%
HSB/HSV348°36.36%25.88%
CMYK0.00%36.36%28.79%
74.12%

Color #422A2F in popluar number systems.

HEX422A2F
Decimal664247
Binary1000010101010101111
Octal1025257

Shades and tints

Shades of #422A2F

#422A2F
(66,42,47)
#3C272B
(60,39,43)
#362427
(54,36,39)
#302123
(48,33,35)
#2A1E1F
(42,30,31)
#241B1B
(36,27,27)
#1E1817
(30,24,23)
#181513
(24,21,19)
#12120F
(18,18,15)
#0C0F0B
(12,15,11)
#060C07
(6,12,7)
#000000
(0,0,0)

Tints of #422A2F

#422A2F
(66,42,47)
#533D41
(83,61,65)
#645053
(100,80,83)
#756365
(117,99,101)
#867677
(134,118,119)
#978989
(151,137,137)
#A89C9B
(168,156,155)
#B9AFAD
(185,175,173)
#CAC2BF
(202,194,191)
#DBD5D1
(219,213,209)
#ECE8E3
(236,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422A2F; }

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

This text font color is #422A2F.


Background Color

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

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

This div background color is #422A2F.


Border color

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

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

This div border color is #422A2F.


Opacity

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

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

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

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

This text has shadow with #422A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422A2F on black background.


Color preview on white background

This text has color #422A2F on white background.



Black color preview on #422A2F background

This text has black color on #422A2F background.


White color preview on #422A2F background

This text has white color on #422A2F background.