COLOR #422F2F

HEX: #422F2F
RGB: (66,47,47)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

66
47
47

R + G + B ~ 21%. #422F2F is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 47 + 47 = 160 (100%)
R 66 of 160 ~ 41.25%
G 47 of 160 ~ 29.38%
B 47 of 160 ~ 29.38%

%41.25
%29.38
%29.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.79%
  • yellow value is 28.79%
  • key color value is 74.12%
CMYK:
(0,29,29,74)
C0M29Y29K74 
(0%,29%,29%,74%)
(0.00/0.29/0.29/0.74)	

CMYK percentages

%0
%28.79
%28.79
%74.12

Codes

Color #422F2F in popluar color models

422F2F
RGB664747
HSL16.81%22.16%
HSB/HSV28.79%25.88%
CMYK0.00%28.79%28.79%
74.12%

Color #422F2F in popluar number systems.

HEX422F2F
Decimal664747
Binary1000010101111101111
Octal1025757

Shades and tints

Shades of #422F2F

#422F2F
(66,47,47)
#3C2B2B
(60,43,43)
#362727
(54,39,39)
#302323
(48,35,35)
#2A1F1F
(42,31,31)
#241B1B
(36,27,27)
#1E1717
(30,23,23)
#181313
(24,19,19)
#120F0F
(18,15,15)
#0C0B0B
(12,11,11)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #422F2F

#422F2F
(66,47,47)
#534141
(83,65,65)
#645353
(100,83,83)
#756565
(117,101,101)
#867777
(134,119,119)
#978989
(151,137,137)
#A89B9B
(168,155,155)
#B9ADAD
(185,173,173)
#CABFBF
(202,191,191)
#DBD1D1
(219,209,209)
#ECE3E3
(236,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422F2F; }

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

This text font color is #422F2F.


Background Color

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

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

This div background color is #422F2F.


Border color

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

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

This div border color is #422F2F.


Opacity

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

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

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

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

This text has shadow with #422F2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422F2F on black background.


Color preview on white background

This text has color #422F2F on white background.



Black color preview on #422F2F background

This text has black color on #422F2F background.


White color preview on #422F2F background

This text has white color on #422F2F background.