COLOR #422217

HEX: #422217
RGB: (66,34,23)

Color info

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

RGB color model

#422217 color RGB value is (66,34,23).

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

RGB channels and saturation

R 66 of 255 = 26%
G 34 of 255 = 13%
B 23 of 255 = 9%

66
34
23

R + G + B ~ 16%. #422217 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 34 + 23 = 123 (100%)
R 66 of 123 ~ 53.66%
G 34 of 123 ~ 27.64%
B 23 of 123 ~ 18.7%

%53.66
%27.64
%18.7

CMYK color model

#422217 color CMYK value is (0,48,65,74).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 65.15%
  • key color value is 74.12%
CMYK:
(0,48,65,74)
C0M48Y65K74 
(0%,48%,65%,74%)
(0.00/0.48/0.65/0.74)	

CMYK percentages

%0
%48.48
%65.15
%74.12

Codes

Color #422217 in popluar color models

422217
RGB663423
HSL15°48.31%17.45%
HSB/HSV15°65.15%25.88%
CMYK0.00%48.48%65.15%
74.12%

Color #422217 in popluar number systems.

HEX422217
Decimal663423
Binary100001010001010111
Octal1024227

Shades and tints

Shades of #422217

#422217
(66,34,23)
#3C1F15
(60,31,21)
#361C13
(54,28,19)
#301911
(48,25,17)
#2A160F
(42,22,15)
#24130D
(36,19,13)
#1E100B
(30,16,11)
#180D09
(24,13,9)
#120A07
(18,10,7)
#0C0705
(12,7,5)
#060403
(6,4,3)
#000000
(0,0,0)

Tints of #422217

#422217
(66,34,23)
#53362C
(83,54,44)
#644A41
(100,74,65)
#755E56
(117,94,86)
#86726B
(134,114,107)
#978680
(151,134,128)
#A89A95
(168,154,149)
#B9AEAA
(185,174,170)
#CAC2BF
(202,194,191)
#DBD6D4
(219,214,212)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422217; }

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

This text font color is #422217.


Background Color

.myBgColor { background-color: #422217; }

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

This div background color is #422217.


Border color

.myBorderColor { border: 1px solid #422217; }

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

This div border color is #422217.


Opacity

.myOpacity80 { color: #422217; opacity: 0.8; }

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

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

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

This text has shadow with #422217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422217 on black background.


Color preview on white background

This text has color #422217 on white background.



Black color preview on #422217 background

This text has black color on #422217 background.


White color preview on #422217 background

This text has white color on #422217 background.