COLOR #422B15

HEX: #422B15 RGB: (66,43,21)

Color info

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

RGB color model

#422B15 color RGB value is (66,43,21).

RGB: (66,43,21) (26%, 17%, 8%)

RGB channels and saturation

R 66 of 255 = 26%
G 43 of 255 = 17%
B 21 of 255 = 8%

66
43
21

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

Portions of RGB colors in percentages

R + G + B = 66 + 43 + 21 = 130 (100%)
R 66 of 130 ~ 50.77%
G 43 of 130 ~ 33.08%
B 21 of 130 ~ 16.15'%

%50.77
%33.08
%16.15

CMYK color model

#422B15 color CMYK value is (0,35,68,74).

  • cyan value is 0.00%
  • magenta value is 34.85%
  • yellow value is 68.18%
  • key color value is 74.12%

CMYK: (0,35,68,74)
C0M35Y68K74 (0%, 35%, 68%, 74%)
(0.00 / 0.35 / 0.68 / 0.74)

CMYK percentages

%0
%34.85
%68.18
%74.12

Codes

Color #422B15 in popluar color models

42 2B 15
RGB 66 43 21
HSL 29° 51.72% 17.06%
HSB/HSV 29° 68.18% 25.88%
CMYK 0.00% 34.85% 68.18%
74.12%

Color #422B15 in popluar number systems.

HEX 42 2B 15
Decimal 66 43 21
Binary 1000010 101011 10101
Octal 102 53 25

Shades and tints

Shades of #422B15

#422B15
(66,43,21)
#3C2814
(60,40,20)
#362513
(54,37,19)
#302212
(48,34,18)
#2A1F11
(42,31,17)
#241C10
(36,28,16)
#1E190F
(30,25,15)
#18160E
(24,22,14)
#12130D
(18,19,13)
#0C100C
(12,16,12)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #422B15

#422B15
(66,43,21)
#533E2A
(83,62,42)
#64513F
(100,81,63)
#756454
(117,100,84)
#867769
(134,119,105)
#978A7E
(151,138,126)
#A89D93
(168,157,147)
#B9B0A8
(185,176,168)
#CAC3BD
(202,195,189)
#DBD6D2
(219,214,210)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422B15 color. Also use rgb(66,43,21) instead hex code.

Text Font Color

.myTextColor { color: #422B15; }

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

This text font color is #422B15.

Background Color

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

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

This div background color is #422B15.

Border color

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

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

This div border color is #422B15.

Opacity

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

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

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

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

This text has shadow with #422B15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422B15.

Preview

Color preview on black background

This text has color #422B15 on black background.


Color preview on white background

This text has color #422B15 on white background.


Black color preview on #422B15 background

This text has black color on #422B15 background.


White color preview on #422B15 background

This text has white color on #422B15 background.


Related colors

Complementary color

Complementary color for #hex is #BDD4EA.


I love getcolorcode.com

Triadic colors

1 #15422B and #2B1542 with #422B15 are triadic colors.

2 #152B42 and #2B4215 with #422B15 are triadic colors.