COLOR #422915

HEX: #422915
RGB: (66,41,21)

Color info

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

RGB color model

#422915 color RGB value is (66,41,21).

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

RGB channels and saturation

R 66 of 255 = 26%
G 41 of 255 = 16%
B 21 of 255 = 8%

66
41
21

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

Portions of RGB colors in percentages

R + G + B =
66 + 41 + 21 = 128 (100%)
R 66 of 128 ~ 51.56%
G 41 of 128 ~ 32.03%
B 21 of 128 ~ 16.41%

%51.56
%32.03
%16.41

CMYK color model

#422915 color CMYK value is (0,38,68,74).

  • cyan value is 0.00%
  • magenta value is 37.88%
  • yellow value is 68.18%
  • key color value is 74.12%
CMYK:
(0,38,68,74)
C0M38Y68K74 
(0%,38%,68%,74%)
(0.00/0.38/0.68/0.74)	

CMYK percentages

%0
%37.88
%68.18
%74.12

Codes

Color #422915 in popluar color models

422915
RGB664121
HSL27°51.72%17.06%
HSB/HSV27°68.18%25.88%
CMYK0.00%37.88%68.18%
74.12%

Color #422915 in popluar number systems.

HEX422915
Decimal664121
Binary100001010100110101
Octal1025125

Shades and tints

Shades of #422915

#422915
(66,41,21)
#3C2614
(60,38,20)
#362313
(54,35,19)
#302012
(48,32,18)
#2A1D11
(42,29,17)
#241A10
(36,26,16)
#1E170F
(30,23,15)
#18140E
(24,20,14)
#12110D
(18,17,13)
#0C0E0C
(12,14,12)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #422915

#422915
(66,41,21)
#533C2A
(83,60,42)
#644F3F
(100,79,63)
#756254
(117,98,84)
#867569
(134,117,105)
#97887E
(151,136,126)
#A89B93
(168,155,147)
#B9AEA8
(185,174,168)
#CAC1BD
(202,193,189)
#DBD4D2
(219,212,210)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422915; }

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

This text font color is #422915.


Background Color

.myBgColor { background-color: #422915; }

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

This div background color is #422915.


Border color

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

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

This div border color is #422915.


Opacity

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

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

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

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

This text has shadow with #422915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422915 on black background.


Color preview on white background

This text has color #422915 on white background.



Black color preview on #422915 background

This text has black color on #422915 background.


White color preview on #422915 background

This text has white color on #422915 background.