COLOR #422A17

HEX: #422A17
RGB: (66,42,23)

Color info

#422A17 contains red, green and blue colors in about the same proportion. Web safe color of #422A17 is #333300 (or #330).

RGB color model

#422A17 color RGB value is (66,42,23).

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

RGB channels and saturation

R 66 of 255 = 26%
G 42 of 255 = 16%
B 23 of 255 = 9%

66
42
23

R + G + B ~ 17%. #422A17 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 42 + 23 = 131 (100%)
R 66 of 131 ~ 50.38%
G 42 of 131 ~ 32.06%
B 23 of 131 ~ 17.56%

%50.38
%32.06
%17.56

CMYK color model

#422A17 color CMYK value is (0,36,65,74).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 65.15%
  • key color value is 74.12%
CMYK:
(0,36,65,74)
C0M36Y65K74 
(0%,36%,65%,74%)
(0.00/0.36/0.65/0.74)	

CMYK percentages

%0
%36.36
%65.15
%74.12

Codes

Color #422A17 in popluar color models

422A17
RGB664223
HSL27°48.31%17.45%
HSB/HSV27°65.15%25.88%
CMYK0.00%36.36%65.15%
74.12%

Color #422A17 in popluar number systems.

HEX422A17
Decimal664223
Binary100001010101010111
Octal1025227

Shades and tints

Shades of #422A17

#422A17
(66,42,23)
#3C2715
(60,39,21)
#362413
(54,36,19)
#302111
(48,33,17)
#2A1E0F
(42,30,15)
#241B0D
(36,27,13)
#1E180B
(30,24,11)
#181509
(24,21,9)
#121207
(18,18,7)
#0C0F05
(12,15,5)
#060C03
(6,12,3)
#000000
(0,0,0)

Tints of #422A17

#422A17
(66,42,23)
#533D2C
(83,61,44)
#645041
(100,80,65)
#756356
(117,99,86)
#86766B
(134,118,107)
#978980
(151,137,128)
#A89C95
(168,156,149)
#B9AFAA
(185,175,170)
#CAC2BF
(202,194,191)
#DBD5D4
(219,213,212)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422A17; }

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

This text font color is #422A17.


Background Color

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

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

This div background color is #422A17.


Border color

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

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

This div border color is #422A17.


Opacity

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

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

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

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

This text has shadow with #422A17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422A17 on black background.


Color preview on white background

This text has color #422A17 on white background.



Black color preview on #422A17 background

This text has black color on #422A17 background.


White color preview on #422A17 background

This text has white color on #422A17 background.