COLOR #422E1E

HEX: #422E1E RGB: (66,46,30)

Color info

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

RGB color model

#422E1E color RGB value is (66,46,30).

RGB: (66,46,30) (26%, 18%, 12%)

RGB channels and saturation

R 66 of 255 = 26%
G 46 of 255 = 18%
B 30 of 255 = 12%

66
46
30

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

Portions of RGB colors in percentages

R + G + B = 66 + 46 + 30 = 142 (100%)
R 66 of 142 ~ 46.48%
G 46 of 142 ~ 32.39%
B 30 of 142 ~ 21.13'%

%46.48
%32.39
%21.13

CMYK color model

#422E1E color CMYK value is (0,30,55,74).

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

CMYK: (0,30,55,74)
C0M30Y55K74 (0%, 30%, 55%, 74%)
(0.00 / 0.30 / 0.55 / 0.74)

CMYK percentages

%0
%30.3
%54.55
%74.12

Codes

Color #422E1E in popluar color models

42 2E 1E
RGB 66 46 30
HSL 27° 37.50% 18.82%
HSB/HSV 27° 54.55% 25.88%
CMYK 0.00% 30.30% 54.55%
74.12%

Color #422E1E in popluar number systems.

HEX 42 2E 1E
Decimal 66 46 30
Binary 1000010 101110 11110
Octal 102 56 36

Shades and tints

Shades of #422E1E

#422E1E
(66,46,30)
#3C2A1C
(60,42,28)
#36261A
(54,38,26)
#302218
(48,34,24)
#2A1E16
(42,30,22)
#241A14
(36,26,20)
#1E1612
(30,22,18)
#181210
(24,18,16)
#120E0E
(18,14,14)
#0C0A0C
(12,10,12)
#06060A
(6,6,10)
#000000
(0,0,0)

Tints of #422E1E

#422E1E
(66,46,30)
#534132
(83,65,50)
#645446
(100,84,70)
#75675A
(117,103,90)
#867A6E
(134,122,110)
#978D82
(151,141,130)
#A8A096
(168,160,150)
#B9B3AA
(185,179,170)
#CAC6BE
(202,198,190)
#DBD9D2
(219,217,210)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422E1E; }

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

This text font color is #422E1E.

Background Color

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

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

This div background color is #422E1E.

Border color

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

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

This div border color is #422E1E.

Opacity

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

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

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

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

This text has shadow with #422E1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422E1E.

Preview

Color preview on black background

This text has color #422E1E on black background.


Color preview on white background

This text has color #422E1E on white background.


Black color preview on #422E1E background

This text has black color on #422E1E background.


White color preview on #422E1E background

This text has white color on #422E1E background.


Related colors

Complementary color

Complementary color for #hex is #BDD1E1.


I love getcolorcode.com

Triadic colors

1 #1E422E and #2E1E42 with #422E1E are triadic colors.

2 #1E2E42 and #2E421E with #422E1E are triadic colors.