COLOR #422B10

HEX: #422B10
RGB: (66,43,16)

Color info

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

RGB color model

#422B10 color RGB value is (66,43,16).

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

RGB channels and saturation

R 66 of 255 = 26%
G 43 of 255 = 17%
B 16 of 255 = 6%

66
43
16

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

Portions of RGB colors in percentages

R + G + B =
66 + 43 + 16 = 125 (100%)
R 66 of 125 ~ 52.8%
G 43 of 125 ~ 34.4%
B 16 of 125 ~ 12.8%

%52.8
%34.4
%12.8

CMYK color model

#422B10 color CMYK value is (0,35,76,74).

  • cyan value is 0.00%
  • magenta value is 34.85%
  • yellow value is 75.76%
  • key color value is 74.12%
CMYK:
(0,35,76,74)
C0M35Y76K74 
(0%,35%,76%,74%)
(0.00/0.35/0.76/0.74)	

CMYK percentages

%0
%34.85
%75.76
%74.12

Codes

Color #422B10 in popluar color models

422B10
RGB664316
HSL32°60.98%16.08%
HSB/HSV32°75.76%25.88%
CMYK0.00%34.85%75.76%
74.12%

Color #422B10 in popluar number systems.

HEX422B10
Decimal664316
Binary100001010101110000
Octal1025320

Shades and tints

Shades of #422B10

#422B10
(66,43,16)
#3C280F
(60,40,15)
#36250E
(54,37,14)
#30220D
(48,34,13)
#2A1F0C
(42,31,12)
#241C0B
(36,28,11)
#1E190A
(30,25,10)
#181609
(24,22,9)
#121308
(18,19,8)
#0C1007
(12,16,7)
#060D06
(6,13,6)
#000000
(0,0,0)

Tints of #422B10

#422B10
(66,43,16)
#533E25
(83,62,37)
#64513A
(100,81,58)
#75644F
(117,100,79)
#867764
(134,119,100)
#978A79
(151,138,121)
#A89D8E
(168,157,142)
#B9B0A3
(185,176,163)
#CAC3B8
(202,195,184)
#DBD6CD
(219,214,205)
#ECE9E2
(236,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422B10; }

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

This text font color is #422B10.


Background Color

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

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

This div background color is #422B10.


Border color

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

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

This div border color is #422B10.


Opacity

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

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

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

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

This text has shadow with #422B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422B10 on black background.


Color preview on white background

This text has color #422B10 on white background.



Black color preview on #422B10 background

This text has black color on #422B10 background.


White color preview on #422B10 background

This text has white color on #422B10 background.