COLOR #422E24

HEX: #422E24 RGB: (66,46,36)

Color info

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

RGB color model

#422E24 color RGB value is (66,46,36).

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

RGB channels and saturation

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

66
46
36

R + G + B ~ 19%. #422E24 is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 46 + 36 = 148 (100%)
R 66 of 148 ~ 44.59%
G 46 of 148 ~ 31.08%
B 36 of 148 ~ 24.32'%

%44.59
%31.08
%24.32

CMYK color model

#422E24 color CMYK value is (0,30,45,74).

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

CMYK: (0,30,45,74)
C0M30Y45K74 (0%, 30%, 45%, 74%)
(0.00 / 0.30 / 0.45 / 0.74)

CMYK percentages

%0
%30.3
%45.45
%74.12

Codes

Color #422E24 in popluar color models

42 2E 24
RGB 66 46 36
HSL 20° 29.41% 20.00%
HSB/HSV 20° 45.45% 25.88%
CMYK 0.00% 30.30% 45.45%
74.12%

Color #422E24 in popluar number systems.

HEX 42 2E 24
Decimal 66 46 36
Binary 1000010 101110 100100
Octal 102 56 44

Shades and tints

Shades of #422E24

#422E24
(66,46,36)
#3C2A21
(60,42,33)
#36261E
(54,38,30)
#30221B
(48,34,27)
#2A1E18
(42,30,24)
#241A15
(36,26,21)
#1E1612
(30,22,18)
#18120F
(24,18,15)
#120E0C
(18,14,12)
#0C0A09
(12,10,9)
#060606
(6,6,6)
#000000
(0,0,0)

Tints of #422E24

#422E24
(66,46,36)
#534137
(83,65,55)
#64544A
(100,84,74)
#75675D
(117,103,93)
#867A70
(134,122,112)
#978D83
(151,141,131)
#A8A096
(168,160,150)
#B9B3A9
(185,179,169)
#CAC6BC
(202,198,188)
#DBD9CF
(219,217,207)
#ECECE2
(236,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422E24; }

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

This text font color is #422E24.

Background Color

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

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

This div background color is #422E24.

Border color

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

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

This div border color is #422E24.

Opacity

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

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

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

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

This text has shadow with #422E24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422E24.

Preview

Color preview on black background

This text has color #422E24 on black background.


Color preview on white background

This text has color #422E24 on white background.


Black color preview on #422E24 background

This text has black color on #422E24 background.


White color preview on #422E24 background

This text has white color on #422E24 background.


Related colors

Complementary color

Complementary color for #hex is #BDD1DB.


I love getcolorcode.com

Triadic colors

1 #24422E and #2E2442 with #422E24 are triadic colors.

2 #242E42 and #2E4224 with #422E24 are triadic colors.