COLOR #422115

HEX: #422115
RGB: (66,33,21)

Color info

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

RGB color model

#422115 color RGB value is (66,33,21).

  • red value is 66;
  • green value is 33;
  • blue value is 21.
RGB:
(66,33,21)
(26%,13%,8%)

RGB channels and saturation

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

66
33
21

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

Portions of RGB colors in percentages

R + G + B =
66 + 33 + 21 = 120 (100%)
R 66 of 120 ~ 55%
G 33 of 120 ~ 27.5%
B 21 of 120 ~ 17.5%

%55
%27.5
%17.5

CMYK color model

#422115 color CMYK value is (0,50,68,74).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 68.18%
  • key color value is 74.12%
CMYK:
(0,50,68,74)
C0M50Y68K74 
(0%,50%,68%,74%)
(0.00/0.50/0.68/0.74)	

CMYK percentages

%0
%50
%68.18
%74.12

Codes

Color #422115 in popluar color models

422115
RGB663321
HSL16°51.72%17.06%
HSB/HSV16°68.18%25.88%
CMYK0.00%50.00%68.18%
74.12%

Color #422115 in popluar number systems.

HEX422115
Decimal663321
Binary100001010000110101
Octal1024125

Shades and tints

Shades of #422115

#422115
(66,33,21)
#3C1E14
(60,30,20)
#361B13
(54,27,19)
#301812
(48,24,18)
#2A1511
(42,21,17)
#241210
(36,18,16)
#1E0F0F
(30,15,15)
#180C0E
(24,12,14)
#12090D
(18,9,13)
#0C060C
(12,6,12)
#06030B
(6,3,11)
#000000
(0,0,0)

Tints of #422115

#422115
(66,33,21)
#53352A
(83,53,42)
#64493F
(100,73,63)
#755D54
(117,93,84)
#867169
(134,113,105)
#97857E
(151,133,126)
#A89993
(168,153,147)
#B9ADA8
(185,173,168)
#CAC1BD
(202,193,189)
#DBD5D2
(219,213,210)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422115; }

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

This text font color is #422115.


Background Color

.myBgColor { background-color: #422115; }

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

This div background color is #422115.


Border color

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

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

This div border color is #422115.


Opacity

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

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

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

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

This text has shadow with #422115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422115 on black background.


Color preview on white background

This text has color #422115 on white background.



Black color preview on #422115 background

This text has black color on #422115 background.


White color preview on #422115 background

This text has white color on #422115 background.