COLOR #422B13

HEX: #422B13
RGB: (66,43,19)

Color info

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

RGB color model

#422B13 color RGB value is (66,43,19).

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

RGB channels and saturation

R 66 of 255 = 26%
G 43 of 255 = 17%
B 19 of 255 = 7%

66
43
19

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

Portions of RGB colors in percentages

R + G + B =
66 + 43 + 19 = 128 (100%)
R 66 of 128 ~ 51.56%
G 43 of 128 ~ 33.59%
B 19 of 128 ~ 14.84%

%51.56
%33.59
%14.84

CMYK color model

#422B13 color CMYK value is (0,35,71,74).

  • cyan value is 0.00%
  • magenta value is 34.85%
  • yellow value is 71.21%
  • key color value is 74.12%
CMYK:
(0,35,71,74)
C0M35Y71K74 
(0%,35%,71%,74%)
(0.00/0.35/0.71/0.74)	

CMYK percentages

%0
%34.85
%71.21
%74.12

Codes

Color #422B13 in popluar color models

422B13
RGB664319
HSL31°55.29%16.67%
HSB/HSV31°71.21%25.88%
CMYK0.00%34.85%71.21%
74.12%

Color #422B13 in popluar number systems.

HEX422B13
Decimal664319
Binary100001010101110011
Octal1025323

Shades and tints

Shades of #422B13

#422B13
(66,43,19)
#3C2812
(60,40,18)
#362511
(54,37,17)
#302210
(48,34,16)
#2A1F0F
(42,31,15)
#241C0E
(36,28,14)
#1E190D
(30,25,13)
#18160C
(24,22,12)
#12130B
(18,19,11)
#0C100A
(12,16,10)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #422B13

#422B13
(66,43,19)
#533E28
(83,62,40)
#64513D
(100,81,61)
#756452
(117,100,82)
#867767
(134,119,103)
#978A7C
(151,138,124)
#A89D91
(168,157,145)
#B9B0A6
(185,176,166)
#CAC3BB
(202,195,187)
#DBD6D0
(219,214,208)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422B13; }

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

This text font color is #422B13.


Background Color

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

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

This div background color is #422B13.


Border color

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

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

This div border color is #422B13.


Opacity

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

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

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

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

This text has shadow with #422B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422B13 on black background.


Color preview on white background

This text has color #422B13 on white background.



Black color preview on #422B13 background

This text has black color on #422B13 background.


White color preview on #422B13 background

This text has white color on #422B13 background.