COLOR #422724

HEX: #422724
RGB: (66,39,36)

Color info

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

RGB color model

#422724 color RGB value is (66,39,36).

  • red value is 66;
  • green value is 39;
  • blue value is 36.
RGB:
(66,39,36)
(26%,15%,14%)

RGB channels and saturation

R 66 of 255 = 26%
G 39 of 255 = 15%
B 36 of 255 = 14%

66
39
36

R + G + B ~ 18%. #422724 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 39 + 36 = 141 (100%)
R 66 of 141 ~ 46.81%
G 39 of 141 ~ 27.66%
B 36 of 141 ~ 25.53%

%46.81
%27.66
%25.53

CMYK color model

#422724 color CMYK value is (0,41,45,74).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 45.45%
  • key color value is 74.12%
CMYK:
(0,41,45,74)
C0M41Y45K74 
(0%,41%,45%,74%)
(0.00/0.41/0.45/0.74)	

CMYK percentages

%0
%40.91
%45.45
%74.12

Codes

Color #422724 in popluar color models

422724
RGB663936
HSL29.41%20.00%
HSB/HSV45.45%25.88%
CMYK0.00%40.91%45.45%
74.12%

Color #422724 in popluar number systems.

HEX422724
Decimal663936
Binary1000010100111100100
Octal1024744

Shades and tints

Shades of #422724

#422724
(66,39,36)
#3C2421
(60,36,33)
#36211E
(54,33,30)
#301E1B
(48,30,27)
#2A1B18
(42,27,24)
#241815
(36,24,21)
#1E1512
(30,21,18)
#18120F
(24,18,15)
#120F0C
(18,15,12)
#0C0C09
(12,12,9)
#060906
(6,9,6)
#000000
(0,0,0)

Tints of #422724

#422724
(66,39,36)
#533A37
(83,58,55)
#644D4A
(100,77,74)
#75605D
(117,96,93)
#867370
(134,115,112)
#978683
(151,134,131)
#A89996
(168,153,150)
#B9ACA9
(185,172,169)
#CABFBC
(202,191,188)
#DBD2CF
(219,210,207)
#ECE5E2
(236,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422724 color. Also use rgb(66,39,36) instead hex code.

Text Font Color

.myTextColor { color: #422724; }

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

This text font color is #422724.


Background Color

.myBgColor { background-color: #422724; }

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

This div background color is #422724.


Border color

.myBorderColor { border: 1px solid #422724; }

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

This div border color is #422724.


Opacity

.myOpacity80 { color: #422724; opacity: 0.8; }

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

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

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

This text has shadow with #422724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422724 on black background.


Color preview on white background

This text has color #422724 on white background.



Black color preview on #422724 background

This text has black color on #422724 background.


White color preview on #422724 background

This text has white color on #422724 background.