COLOR #422D10

HEX: #422D10
RGB: (66,45,16)

Color info

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

RGB color model

#422D10 color RGB value is (66,45,16).

  • red value is 66;
  • green value is 45;
  • blue value is 16.
RGB:
(66,45,16)
(26%,18%,6%)

RGB channels and saturation

R 66 of 255 = 26%
G 45 of 255 = 18%
B 16 of 255 = 6%

66
45
16

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

Portions of RGB colors in percentages

R + G + B =
66 + 45 + 16 = 127 (100%)
R 66 of 127 ~ 51.97%
G 45 of 127 ~ 35.43%
B 16 of 127 ~ 12.6%

%51.97
%35.43
%12.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 75.76%
  • key color value is 74.12%
CMYK:
(0,32,76,74)
C0M32Y76K74 
(0%,32%,76%,74%)
(0.00/0.32/0.76/0.74)	

CMYK percentages

%0
%31.82
%75.76
%74.12

Codes

Color #422D10 in popluar color models

422D10
RGB664516
HSL35°60.98%16.08%
HSB/HSV35°75.76%25.88%
CMYK0.00%31.82%75.76%
74.12%

Color #422D10 in popluar number systems.

HEX422D10
Decimal664516
Binary100001010110110000
Octal1025520

Shades and tints

Shades of #422D10

#422D10
(66,45,16)
#3C290F
(60,41,15)
#36250E
(54,37,14)
#30210D
(48,33,13)
#2A1D0C
(42,29,12)
#24190B
(36,25,11)
#1E150A
(30,21,10)
#181109
(24,17,9)
#120D08
(18,13,8)
#0C0907
(12,9,7)
#060506
(6,5,6)
#000000
(0,0,0)

Tints of #422D10

#422D10
(66,45,16)
#534025
(83,64,37)
#64533A
(100,83,58)
#75664F
(117,102,79)
#867964
(134,121,100)
#978C79
(151,140,121)
#A89F8E
(168,159,142)
#B9B2A3
(185,178,163)
#CAC5B8
(202,197,184)
#DBD8CD
(219,216,205)
#ECEBE2
(236,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422D10; }

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

This text font color is #422D10.


Background Color

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

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

This div background color is #422D10.


Border color

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

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

This div border color is #422D10.


Opacity

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

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

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

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

This text has shadow with #422D10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422D10 on black background.


Color preview on white background

This text has color #422D10 on white background.



Black color preview on #422D10 background

This text has black color on #422D10 background.


White color preview on #422D10 background

This text has white color on #422D10 background.