COLOR #422215

HEX: #422215 RGB: (66,34,21)

Color info

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

RGB color model

#422215 color RGB value is (66,34,21).

RGB: (66,34,21) (26%, 13%, 8%)

RGB channels and saturation

R 66 of 255 = 26%
G 34 of 255 = 13%
B 21 of 255 = 8%

66
34
21

R + G + B ~ 16%. #422215 is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 34 + 21 = 121 (100%)
R 66 of 121 ~ 54.55%
G 34 of 121 ~ 28.1%
B 21 of 121 ~ 17.36'%

%54.55
%28.1
%17.36

CMYK color model

#422215 color CMYK value is (0,48,68,74).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 68.18%
  • key color value is 74.12%
CMYK: (0,48,68,74) C0M48Y68K74 (0%,48%,68%,74%) (0.00/0.48/0.68/0.74) 

CMYK percentages

%0
%48.48
%68.18
%74.12

Codes

Color #422215 in popluar color models

42 22 15
RGB 66 34 21
HSL 17° 51.72% 17.06%
HSB/HSV 17° 68.18% 25.88%
CMYK 0.00% 48.48% 68.18%
74.12%

Color #422215 in popluar number systems.

HEX 42 22 15
Decimal 66 34 21
Binary 1000010 100010 10101
Octal 102 42 25

Shades and tints

Shades of #422215

#422215
(66,34,21)
#3C1F14
(60,31,20)
#361C13
(54,28,19)
#301912
(48,25,18)
#2A1611
(42,22,17)
#241310
(36,19,16)
#1E100F
(30,16,15)
#180D0E
(24,13,14)
#120A0D
(18,10,13)
#0C070C
(12,7,12)
#06040B
(6,4,11)
#000000
(0,0,0)

Tints of #422215

#422215
(66,34,21)
#53362A
(83,54,42)
#644A3F
(100,74,63)
#755E54
(117,94,84)
#867269
(134,114,105)
#97867E
(151,134,126)
#A89A93
(168,154,147)
#B9AEA8
(185,174,168)
#CAC2BD
(202,194,189)
#DBD6D2
(219,214,210)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422215; }

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

This text font color is #422215.

Background Color

.myBgColor { background-color: #422215; }

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

This div background color is #422215.

Border color

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

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

This div border color is #422215.

Opacity

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

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

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

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

This text has shadow with #422215 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422215.

Preview

Color preview on black background

This text has color #422215 on black background.


Color preview on white background

This text has color #422215 on white background.


Black color preview on #422215 background

This text has black color on #422215 background.


White color preview on #422215 background

This text has white color on #422215 background.


Related colors

Complementary color

Complementary color for #hex is #BDDDEA.


I love getcolorcode.com

Triadic colors

1 #154222 and #221542 with #422215 are triadic colors.

2 #152242 and #224215 with #422215 are triadic colors.