COLOR #42221D

HEX: #42221D
RGB: (66,34,29)

Color info

#42221D contains red, green and blue colors in about the same proportion. Web safe color of #42221D is #333333 (or #333).

RGB color model

#42221D color RGB value is (66,34,29).

  • red value is 66;
  • green value is 34;
  • blue value is 29.
RGB:
(66,34,29)
(26%,13%,11%)

RGB channels and saturation

R 66 of 255 = 26%
G 34 of 255 = 13%
B 29 of 255 = 11%

66
34
29

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

Portions of RGB colors in percentages

R + G + B =
66 + 34 + 29 = 129 (100%)
R 66 of 129 ~ 51.16%
G 34 of 129 ~ 26.36%
B 29 of 129 ~ 22.48%

%51.16
%26.36
%22.48

CMYK color model

#42221D color CMYK value is (0,48,56,74).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 56.06%
  • key color value is 74.12%
CMYK:
(0,48,56,74)
C0M48Y56K74 
(0%,48%,56%,74%)
(0.00/0.48/0.56/0.74)	

CMYK percentages

%0
%48.48
%56.06
%74.12

Codes

Color #42221D in popluar color models

42221D
RGB663429
HSL38.95%18.63%
HSB/HSV56.06%25.88%
CMYK0.00%48.48%56.06%
74.12%

Color #42221D in popluar number systems.

HEX42221D
Decimal663429
Binary100001010001011101
Octal1024235

Shades and tints

Shades of #42221D

#42221D
(66,34,29)
#3C1F1B
(60,31,27)
#361C19
(54,28,25)
#301917
(48,25,23)
#2A1615
(42,22,21)
#241313
(36,19,19)
#1E1011
(30,16,17)
#180D0F
(24,13,15)
#120A0D
(18,10,13)
#0C070B
(12,7,11)
#060409
(6,4,9)
#000000
(0,0,0)

Tints of #42221D

#42221D
(66,34,29)
#533631
(83,54,49)
#644A45
(100,74,69)
#755E59
(117,94,89)
#86726D
(134,114,109)
#978681
(151,134,129)
#A89A95
(168,154,149)
#B9AEA9
(185,174,169)
#CAC2BD
(202,194,189)
#DBD6D1
(219,214,209)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42221D color. Also use rgb(66,34,29) instead hex code.

Text Font Color

.myTextColor { color: #42221D; }

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

This text font color is #42221D.


Background Color

.myBgColor { background-color: #42221D; }

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

This div background color is #42221D.


Border color

.myBorderColor { border: 1px solid #42221D; }

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

This div border color is #42221D.


Opacity

.myOpacity80 { color: #42221D; opacity: 0.8; }

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

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

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

This text has shadow with #42221D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42221D on black background.


Color preview on white background

This text has color #42221D on white background.



Black color preview on #42221D background

This text has black color on #42221D background.


White color preview on #42221D background

This text has white color on #42221D background.