COLOR #424224

HEX: #424224 RGB: (66,66,36)

Color info

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

RGB color model

#424224 color RGB value is (66,66,36).

RGB: (66,66,36) (26%, 26%, 14%)

RGB channels and saturation

R 66 of 255 = 26%
G 66 of 255 = 26%
B 36 of 255 = 14%

66
66
36

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

Portions of RGB colors in percentages

R + G + B = 66 + 66 + 36 = 168 (100%)
R 66 of 168 ~ 39.29%
G 66 of 168 ~ 39.29%
B 36 of 168 ~ 21.43'%

%39.29
%39.29
%21.43

CMYK color model

#424224 color CMYK value is (0,0,45,74).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 74.12%

CMYK: (0,0,45,74)
C0M0Y45K74 (0%, 0%, 45%, 74%)
(0.00 / 0.00 / 0.45 / 0.74)

CMYK percentages

%0
%0
%45.45
%74.12

Codes

Color #424224 in popluar color models

42 42 24
RGB 66 66 36
HSL 60° 29.41% 20.00%
HSB/HSV 60° 45.45% 25.88%
CMYK 0.00% 0.00% 45.45%
74.12%

Color #424224 in popluar number systems.

HEX 42 42 24
Decimal 66 66 36
Binary 1000010 1000010 100100
Octal 102 102 44

Shades and tints

Shades of #424224

#424224
(66,66,36)
#3C3C21
(60,60,33)
#36361E
(54,54,30)
#30301B
(48,48,27)
#2A2A18
(42,42,24)
#242415
(36,36,21)
#1E1E12
(30,30,18)
#18180F
(24,24,15)
#12120C
(18,18,12)
#0C0C09
(12,12,9)
#060606
(6,6,6)
#000000
(0,0,0)

Tints of #424224

#424224
(66,66,36)
#535337
(83,83,55)
#64644A
(100,100,74)
#75755D
(117,117,93)
#868670
(134,134,112)
#979783
(151,151,131)
#A8A896
(168,168,150)
#B9B9A9
(185,185,169)
#CACABC
(202,202,188)
#DBDBCF
(219,219,207)
#ECECE2
(236,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424224; }

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

This text font color is #424224.

Background Color

.myBgColor { background-color: #424224; }

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

This div background color is #424224.

Border color

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

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

This div border color is #424224.

Opacity

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

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

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

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

This text has shadow with #424224 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424224.

Preview

Color preview on black background

This text has color #424224 on black background.


Color preview on white background

This text has color #424224 on white background.


Black color preview on #424224 background

This text has black color on #424224 background.


White color preview on #424224 background

This text has white color on #424224 background.


Related colors

Complementary color

Complementary color for #hex is #BDBDDB.


I love getcolorcode.com