COLOR #422811

HEX: #422811
RGB: (66,40,17)

Color info

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

RGB color model

#422811 color RGB value is (66,40,17).

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

RGB channels and saturation

R 66 of 255 = 26%
G 40 of 255 = 16%
B 17 of 255 = 7%

66
40
17

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

Portions of RGB colors in percentages

R + G + B =
66 + 40 + 17 = 123 (100%)
R 66 of 123 ~ 53.66%
G 40 of 123 ~ 32.52%
B 17 of 123 ~ 13.82%

%53.66
%32.52
%13.82

CMYK color model

#422811 color CMYK value is (0,39,74,74).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 74.24%
  • key color value is 74.12%
CMYK:
(0,39,74,74)
C0M39Y74K74 
(0%,39%,74%,74%)
(0.00/0.39/0.74/0.74)	

CMYK percentages

%0
%39.39
%74.24
%74.12

Codes

Color #422811 in popluar color models

422811
RGB664017
HSL28°59.04%16.27%
HSB/HSV28°74.24%25.88%
CMYK0.00%39.39%74.24%
74.12%

Color #422811 in popluar number systems.

HEX422811
Decimal664017
Binary100001010100010001
Octal1025021

Shades and tints

Shades of #422811

#422811
(66,40,17)
#3C2510
(60,37,16)
#36220F
(54,34,15)
#301F0E
(48,31,14)
#2A1C0D
(42,28,13)
#24190C
(36,25,12)
#1E160B
(30,22,11)
#18130A
(24,19,10)
#121009
(18,16,9)
#0C0D08
(12,13,8)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #422811

#422811
(66,40,17)
#533B26
(83,59,38)
#644E3B
(100,78,59)
#756150
(117,97,80)
#867465
(134,116,101)
#97877A
(151,135,122)
#A89A8F
(168,154,143)
#B9ADA4
(185,173,164)
#CAC0B9
(202,192,185)
#DBD3CE
(219,211,206)
#ECE6E3
(236,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422811 color. Also use rgb(66,40,17) instead hex code.

Text Font Color

.myTextColor { color: #422811; }

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

This text font color is #422811.


Background Color

.myBgColor { background-color: #422811; }

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

This div background color is #422811.


Border color

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

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

This div border color is #422811.


Opacity

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

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

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

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

This text has shadow with #422811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422811 on black background.


Color preview on white background

This text has color #422811 on white background.



Black color preview on #422811 background

This text has black color on #422811 background.


White color preview on #422811 background

This text has white color on #422811 background.