COLOR #424222

HEX: #424222
RGB: (66,66,34)

Color info

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

RGB color model

#424222 color RGB value is (66,66,34).

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

RGB channels and saturation

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

66
66
34

R + G + B ~ 22%. #424222 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 66 + 34 = 166 (100%)
R 66 of 166 ~ 39.76%
G 66 of 166 ~ 39.76%
B 34 of 166 ~ 20.48%

%39.76
%39.76
%20.48

CMYK color model

#424222 color CMYK value is (0,0,48,74).

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

CMYK percentages

%0
%0
%48.48
%74.12

Codes

Color #424222 in popluar color models

424222
RGB666634
HSL60°32.00%19.61%
HSB/HSV60°48.48%25.88%
CMYK0.00%0.00%48.48%
74.12%

Color #424222 in popluar number systems.

HEX424222
Decimal666634
Binary10000101000010100010
Octal10210242

Shades and tints

Shades of #424222

#424222
(66,66,34)
#3C3C1F
(60,60,31)
#36361C
(54,54,28)
#303019
(48,48,25)
#2A2A16
(42,42,22)
#242413
(36,36,19)
#1E1E10
(30,30,16)
#18180D
(24,24,13)
#12120A
(18,18,10)
#0C0C07
(12,12,7)
#060604
(6,6,4)
#000000
(0,0,0)

Tints of #424222

#424222
(66,66,34)
#535336
(83,83,54)
#64644A
(100,100,74)
#75755E
(117,117,94)
#868672
(134,134,114)
#979786
(151,151,134)
#A8A89A
(168,168,154)
#B9B9AE
(185,185,174)
#CACAC2
(202,202,194)
#DBDBD6
(219,219,214)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424222; }

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

This text font color is #424222.


Background Color

.myBgColor { background-color: #424222; }

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

This div background color is #424222.


Border color

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

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

This div border color is #424222.


Opacity

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

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

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

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

This text has shadow with #424222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424222 on black background.


Color preview on white background

This text has color #424222 on white background.



Black color preview on #424222 background

This text has black color on #424222 background.


White color preview on #424222 background

This text has white color on #424222 background.