COLOR #422D2A

HEX: #422D2A
RGB: (66,45,42)

Color info

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

RGB color model

#422D2A color RGB value is (66,45,42).

  • red value is 66;
  • green value is 45;
  • blue value is 42.
RGB:
(66,45,42)
(26%,18%,16%)

RGB channels and saturation

R 66 of 255 = 26%
G 45 of 255 = 18%
B 42 of 255 = 16%

66
45
42

R + G + B ~ 20%. #422D2A is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 45 + 42 = 153 (100%)
R 66 of 153 ~ 43.14%
G 45 of 153 ~ 29.41%
B 42 of 153 ~ 27.45%

%43.14
%29.41
%27.45

CMYK color model

#422D2A color CMYK value is (0,32,36,74).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 36.36%
  • key color value is 74.12%
CMYK:
(0,32,36,74)
C0M32Y36K74 
(0%,32%,36%,74%)
(0.00/0.32/0.36/0.74)	

CMYK percentages

%0
%31.82
%36.36
%74.12

Codes

Color #422D2A in popluar color models

422D2A
RGB664542
HSL22.22%21.18%
HSB/HSV36.36%25.88%
CMYK0.00%31.82%36.36%
74.12%

Color #422D2A in popluar number systems.

HEX422D2A
Decimal664542
Binary1000010101101101010
Octal1025552

Shades and tints

Shades of #422D2A

#422D2A
(66,45,42)
#3C2927
(60,41,39)
#362524
(54,37,36)
#302121
(48,33,33)
#2A1D1E
(42,29,30)
#24191B
(36,25,27)
#1E1518
(30,21,24)
#181115
(24,17,21)
#120D12
(18,13,18)
#0C090F
(12,9,15)
#06050C
(6,5,12)
#000000
(0,0,0)

Tints of #422D2A

#422D2A
(66,45,42)
#53403D
(83,64,61)
#645350
(100,83,80)
#756663
(117,102,99)
#867976
(134,121,118)
#978C89
(151,140,137)
#A89F9C
(168,159,156)
#B9B2AF
(185,178,175)
#CAC5C2
(202,197,194)
#DBD8D5
(219,216,213)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422D2A color. Also use rgb(66,45,42) instead hex code.

Text Font Color

.myTextColor { color: #422D2A; }

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

This text font color is #422D2A.


Background Color

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

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

This div background color is #422D2A.


Border color

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

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

This div border color is #422D2A.


Opacity

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

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

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

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

This text has shadow with #422D2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422D2A on black background.


Color preview on white background

This text has color #422D2A on white background.



Black color preview on #422D2A background

This text has black color on #422D2A background.


White color preview on #422D2A background

This text has white color on #422D2A background.