COLOR #422200

HEX: #422200 RGB: (66,34,0)

Color info

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

RGB color model

#422200 color RGB value is (66,34,0).

RGB: (66,34,0) (26%, 13%, 0%)

RGB channels and saturation

R 66 of 255 = 26%
G 34 of 255 = 13%
B 0 of 255 = 0%

66
34
0

R + G + B ~ 13%. #422200 is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 34 + 0 = 100 (100%)
R 66 of 100 ~ 66%
G 34 of 100 ~ 34%
B 0 of 100 ~ 0'%

%66
%34

CMYK color model

#422200 color CMYK value is (0,48,100,74).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 100.00%
  • key color value is 74.12%

CMYK: (0,48,100,74)
C0M48Y100K74 (0%, 48%, 100%, 74%)
(0.00 / 0.48 / 1.00 / 0.74)

CMYK percentages

%0
%48.48
%100
%74.12

Codes

Color #422200 in popluar color models

42 22 00
RGB 66 34 0
HSL 31° 100.00% 12.94%
HSB/HSV 31° 100.00% 25.88%
CMYK 0.00% 48.48% 100.00%
74.12%

Color #422200 in popluar number systems.

HEX 42 22 00
Decimal 66 34 0
Binary 1000010 100010 0
Octal 102 42 0

Shades and tints

Shades of #422200

#422200
(66,34,0)
#3C1F00
(60,31,0)
#361C00
(54,28,0)
#301900
(48,25,0)
#2A1600
(42,22,0)
#241300
(36,19,0)
#1E1000
(30,16,0)
#180D00
(24,13,0)
#120A00
(18,10,0)
#0C0700
(12,7,0)
#060400
(6,4,0)
#000000
(0,0,0)

Tints of #422200

#422200
(66,34,0)
#533617
(83,54,23)
#644A2E
(100,74,46)
#755E45
(117,94,69)
#86725C
(134,114,92)
#978673
(151,134,115)
#A89A8A
(168,154,138)
#B9AEA1
(185,174,161)
#CAC2B8
(202,194,184)
#DBD6CF
(219,214,207)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422200; }

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

This text font color is #422200.

Background Color

.myBgColor { background-color: #422200; }

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

This div background color is #422200.

Border color

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

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

This div border color is #422200.

Opacity

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

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

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

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

This text has shadow with #422200 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422200.

Preview

Color preview on black background

This text has color #422200 on black background.


Color preview on white background

This text has color #422200 on white background.


Black color preview on #422200 background

This text has black color on #422200 background.


White color preview on #422200 background

This text has white color on #422200 background.


Related colors

Complementary color

Complementary color for #hex is #BDDDFF.


I love getcolorcode.com

Triadic colors

1 #004222 and #220042 with #422200 are triadic colors.

2 #002242 and #224200 with #422200 are triadic colors.