COLOR #422002

HEX: #422002 RGB: (66,32,2)

Color info

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

RGB color model

#422002 color RGB value is (66,32,2).

RGB: (66,32,2) (26%, 13%, 1%)

RGB channels and saturation

R 66 of 255 = 26%
G 32 of 255 = 13%
B 2 of 255 = 1%

66
32
2

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

Portions of RGB colors in percentages

R + G + B = 66 + 32 + 2 = 100 (100%)
R 66 of 100 ~ 66%
G 32 of 100 ~ 32%
B 2 of 100 ~ 2'%

%66
%32

CMYK color model

#422002 color CMYK value is (0,52,97,74).

  • cyan value is 0.00%
  • magenta value is 51.52%
  • yellow value is 96.97%
  • key color value is 74.12%

CMYK: (0,52,97,74)
C0M52Y97K74 (0%, 52%, 97%, 74%)
(0.00 / 0.52 / 0.97 / 0.74)

CMYK percentages

%0
%51.52
%96.97
%74.12

Codes

Color #422002 in popluar color models

42 20 02
RGB 66 32 2
HSL 28° 94.12% 13.33%
HSB/HSV 28° 96.97% 25.88%
CMYK 0.00% 51.52% 96.97%
74.12%

Color #422002 in popluar number systems.

HEX 42 20 02
Decimal 66 32 2
Binary 1000010 100000 10
Octal 102 40 2

Shades and tints

Shades of #422002

#422002
(66,32,2)
#3C1E02
(60,30,2)
#361C02
(54,28,2)
#301A02
(48,26,2)
#2A1802
(42,24,2)
#241602
(36,22,2)
#1E1402
(30,20,2)
#181202
(24,18,2)
#121002
(18,16,2)
#0C0E02
(12,14,2)
#060C02
(6,12,2)
#000000
(0,0,0)

Tints of #422002

#422002
(66,32,2)
#533419
(83,52,25)
#644830
(100,72,48)
#755C47
(117,92,71)
#86705E
(134,112,94)
#978475
(151,132,117)
#A8988C
(168,152,140)
#B9ACA3
(185,172,163)
#CAC0BA
(202,192,186)
#DBD4D1
(219,212,209)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422002 color. Also use rgb(66,32,2) instead hex code.

Text Font Color

.myTextColor { color: #422002; }

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

This text font color is #422002.

Background Color

.myBgColor { background-color: #422002; }

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

This div background color is #422002.

Border color

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

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

This div border color is #422002.

Opacity

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

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

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

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

This text has shadow with #422002 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422002.

Preview

Color preview on black background

This text has color #422002 on black background.


Color preview on white background

This text has color #422002 on white background.


Black color preview on #422002 background

This text has black color on #422002 background.


White color preview on #422002 background

This text has white color on #422002 background.


Related colors

Complementary color

Complementary color for #hex is #BDDFFD.


I love getcolorcode.com

Triadic colors

1 #024220 and #200242 with #422002 are triadic colors.

2 #022042 and #204202 with #422002 are triadic colors.