COLOR #422F2A

HEX: #422F2A RGB: (66,47,42)

Color info

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

RGB color model

#422F2A color RGB value is (66,47,42).

RGB: (66,47,42) (26%, 18%, 16%)

RGB channels and saturation

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

66
47
42

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

Portions of RGB colors in percentages

R + G + B = 66 + 47 + 42 = 155 (100%)
R 66 of 155 ~ 42.58%
G 47 of 155 ~ 30.32%
B 42 of 155 ~ 27.1'%

%42.58
%30.32
%27.1

CMYK color model

#422F2A color CMYK value is (0,29,36,74).

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

CMYK: (0,29,36,74)
C0M29Y36K74 (0%, 29%, 36%, 74%)
(0.00 / 0.29 / 0.36 / 0.74)

CMYK percentages

%0
%28.79
%36.36
%74.12

Codes

Color #422F2A in popluar color models

42 2F 2A
RGB 66 47 42
HSL 13° 22.22% 21.18%
HSB/HSV 13° 36.36% 25.88%
CMYK 0.00% 28.79% 36.36%
74.12%

Color #422F2A in popluar number systems.

HEX 42 2F 2A
Decimal 66 47 42
Binary 1000010 101111 101010
Octal 102 57 52

Shades and tints

Shades of #422F2A

#422F2A
(66,47,42)
#3C2B27
(60,43,39)
#362724
(54,39,36)
#302321
(48,35,33)
#2A1F1E
(42,31,30)
#241B1B
(36,27,27)
#1E1718
(30,23,24)
#181315
(24,19,21)
#120F12
(18,15,18)
#0C0B0F
(12,11,15)
#06070C
(6,7,12)
#000000
(0,0,0)

Tints of #422F2A

#422F2A
(66,47,42)
#53413D
(83,65,61)
#645350
(100,83,80)
#756563
(117,101,99)
#867776
(134,119,118)
#978989
(151,137,137)
#A89B9C
(168,155,156)
#B9ADAF
(185,173,175)
#CABFC2
(202,191,194)
#DBD1D5
(219,209,213)
#ECE3E8
(236,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422F2A; }

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

This text font color is #422F2A.

Background Color

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

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

This div background color is #422F2A.

Border color

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

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

This div border color is #422F2A.

Opacity

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

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

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

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

This text has shadow with #422F2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #422F2A.

Preview

Color preview on black background

This text has color #422F2A on black background.


Color preview on white background

This text has color #422F2A on white background.


Black color preview on #422F2A background

This text has black color on #422F2A background.


White color preview on #422F2A background

This text has white color on #422F2A background.


Related colors

Complementary color

Complementary color for #hex is #BDD0D5.


I love getcolorcode.com

Triadic colors

1 #2A422F and #2F2A42 with #422F2A are triadic colors.

2 #2A2F42 and #2F422A with #422F2A are triadic colors.