COLOR #422A30

HEX: #422A30 RGB: (66,42,48)

Color info

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

RGB color model

#422A30 color RGB value is (66,42,48).

RGB: (66,42,48) (26%, 16%, 19%)

RGB channels and saturation

R 66 of 255 = 26%
G 42 of 255 = 16%
B 48 of 255 = 19%

66
42
48

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

Portions of RGB colors in percentages

R + G + B = 66 + 42 + 48 = 156 (100%)
R 66 of 156 ~ 42.31%
G 42 of 156 ~ 26.92%
B 48 of 156 ~ 30.77'%

%42.31
%26.92
%30.77

CMYK color model

#422A30 color CMYK value is (0,36,27,74).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 27.27%
  • key color value is 74.12%

CMYK: (0,36,27,74)
C0M36Y27K74 (0%, 36%, 27%, 74%)
(0.00 / 0.36 / 0.27 / 0.74)

CMYK percentages

%0
%36.36
%27.27
%74.12

Codes

Color #422A30 in popluar color models

42 2A 30
RGB 66 42 48
HSL 345° 22.22% 21.18%
HSB/HSV 345° 36.36% 25.88%
CMYK 0.00% 36.36% 27.27%
74.12%

Color #422A30 in popluar number systems.

HEX 42 2A 30
Decimal 66 42 48
Binary 1000010 101010 110000
Octal 102 52 60

Shades and tints

Shades of #422A30

#422A30
(66,42,48)
#3C272C
(60,39,44)
#362428
(54,36,40)
#302124
(48,33,36)
#2A1E20
(42,30,32)
#241B1C
(36,27,28)
#1E1818
(30,24,24)
#181514
(24,21,20)
#121210
(18,18,16)
#0C0F0C
(12,15,12)
#060C08
(6,12,8)
#000000
(0,0,0)

Tints of #422A30

#422A30
(66,42,48)
#533D42
(83,61,66)
#645054
(100,80,84)
#756366
(117,99,102)
#867678
(134,118,120)
#97898A
(151,137,138)
#A89C9C
(168,156,156)
#B9AFAE
(185,175,174)
#CAC2C0
(202,194,192)
#DBD5D2
(219,213,210)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422A30; }

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

This text font color is #422A30.

Background Color

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

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

This div background color is #422A30.

Border color

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

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

This div border color is #422A30.

Opacity

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

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

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

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

This text has shadow with #422A30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422A30.

Preview

Color preview on black background

This text has color #422A30 on black background.


Color preview on white background

This text has color #422A30 on white background.


Black color preview on #422A30 background

This text has black color on #422A30 background.


White color preview on #422A30 background

This text has white color on #422A30 background.


Related colors

Complementary color

Complementary color for #hex is #BDD5CF.


I love getcolorcode.com

Triadic colors

1 #30422A and #2A3042 with #422A30 are triadic colors.

2 #302A42 and #2A4230 with #422A30 are triadic colors.