COLOR #422D11

HEX: #422D11 RGB: (66,45,17)

Color info

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

RGB color model

#422D11 color RGB value is (66,45,17).

RGB: (66,45,17) (26%, 18%, 7%)

RGB channels and saturation

R 66 of 255 = 26%
G 45 of 255 = 18%
B 17 of 255 = 7%

66
45
17

R + G + B ~ 17%. #422D11 is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 45 + 17 = 128 (100%)
R 66 of 128 ~ 51.56%
G 45 of 128 ~ 35.16%
B 17 of 128 ~ 13.28'%

%51.56
%35.16
%13.28

CMYK color model

#422D11 color CMYK value is (0,32,74,74).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 74.24%
  • key color value is 74.12%

CMYK: (0,32,74,74)
C0M32Y74K74 (0%, 32%, 74%, 74%)
(0.00 / 0.32 / 0.74 / 0.74)

CMYK percentages

%0
%31.82
%74.24
%74.12

Codes

Color #422D11 in popluar color models

42 2D 11
RGB 66 45 17
HSL 34° 59.04% 16.27%
HSB/HSV 34° 74.24% 25.88%
CMYK 0.00% 31.82% 74.24%
74.12%

Color #422D11 in popluar number systems.

HEX 42 2D 11
Decimal 66 45 17
Binary 1000010 101101 10001
Octal 102 55 21

Shades and tints

Shades of #422D11

#422D11
(66,45,17)
#3C2910
(60,41,16)
#36250F
(54,37,15)
#30210E
(48,33,14)
#2A1D0D
(42,29,13)
#24190C
(36,25,12)
#1E150B
(30,21,11)
#18110A
(24,17,10)
#120D09
(18,13,9)
#0C0908
(12,9,8)
#060507
(6,5,7)
#000000
(0,0,0)

Tints of #422D11

#422D11
(66,45,17)
#534026
(83,64,38)
#64533B
(100,83,59)
#756650
(117,102,80)
#867965
(134,121,101)
#978C7A
(151,140,122)
#A89F8F
(168,159,143)
#B9B2A4
(185,178,164)
#CAC5B9
(202,197,185)
#DBD8CE
(219,216,206)
#ECEBE3
(236,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422D11; }

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

This text font color is #422D11.

Background Color

.myBgColor { background-color: #422D11; }

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

This div background color is #422D11.

Border color

.myBorderColor { border: 1px solid #422D11; }

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

This div border color is #422D11.

Opacity

.myOpacity80 { color: #422D11; opacity: 0.8; }

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

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

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

This text has shadow with #422D11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422D11.

Preview

Color preview on black background

This text has color #422D11 on black background.


Color preview on white background

This text has color #422D11 on white background.


Black color preview on #422D11 background

This text has black color on #422D11 background.


White color preview on #422D11 background

This text has white color on #422D11 background.


Related colors

Complementary color

Complementary color for #hex is #BDD2EE.


I love getcolorcode.com

Triadic colors

1 #11422D and #2D1142 with #422D11 are triadic colors.

2 #112D42 and #2D4211 with #422D11 are triadic colors.