COLOR #422800

HEX: #422800
RGB: (66,40,0)

Color info

#422800 contains only red and green colors. Web safe color of #422800 is #333300 (or #330).

RGB color model

#422800 color RGB value is (66,40,0).

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

RGB channels and saturation

R 66 of 255 = 26%
G 40 of 255 = 16%
B 0 of 255 = 0%

66
40
0

R + G + B ~ 14%. #422800 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 40 + 0 = 106 (100%)
R 66 of 106 ~ 62.26%
G 40 of 106 ~ 37.74%
B 0 of 106 ~ 0%

%62.26
%37.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 100.00%
  • key color value is 74.12%
CMYK:
(0,39,100,74)
C0M39Y100K74 
(0%,39%,100%,74%)
(0.00/0.39/1.00/0.74)	

CMYK percentages

%0
%39.39
%100
%74.12

Codes

Color #422800 in popluar color models

422800
RGB66400
HSL36°100.00%12.94%
HSB/HSV36°100.00%25.88%
CMYK0.00%39.39%100.00%
74.12%

Color #422800 in popluar number systems.

HEX422800
Decimal66400
Binary10000101010000
Octal102500

Shades and tints

Shades of #422800

#422800
(66,40,0)
#3C2500
(60,37,0)
#362200
(54,34,0)
#301F00
(48,31,0)
#2A1C00
(42,28,0)
#241900
(36,25,0)
#1E1600
(30,22,0)
#181300
(24,19,0)
#121000
(18,16,0)
#0C0D00
(12,13,0)
#060A00
(6,10,0)
#000000
(0,0,0)

Tints of #422800

#422800
(66,40,0)
#533B17
(83,59,23)
#644E2E
(100,78,46)
#756145
(117,97,69)
#86745C
(134,116,92)
#978773
(151,135,115)
#A89A8A
(168,154,138)
#B9ADA1
(185,173,161)
#CAC0B8
(202,192,184)
#DBD3CF
(219,211,207)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422800; }

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

This text font color is #422800.


Background Color

.myBgColor { background-color: #422800; }

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

This div background color is #422800.


Border color

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

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

This div border color is #422800.


Opacity

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

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

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

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

This text has shadow with #422800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422800 on black background.


Color preview on white background

This text has color #422800 on white background.



Black color preview on #422800 background

This text has black color on #422800 background.


White color preview on #422800 background

This text has white color on #422800 background.