COLOR #704224

HEX: #704224
RGB: (112,66,36)

Color info

#704224 contains mainly red and green colors. Web safe color of #704224 is #663333 (or #633).

RGB color model

#704224 color RGB value is (112,66,36).

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

RGB channels and saturation

R 112 of 255 = 44%
G 66 of 255 = 26%
B 36 of 255 = 14%

112
66
36

R + G + B ~ 28%. #704224 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 66 + 36 = 214 (100%)
R 112 of 214 ~ 52.34%
G 66 of 214 ~ 30.84%
B 36 of 214 ~ 16.82%

%52.34
%30.84
%16.82

CMYK color model

#704224 color CMYK value is (0,41,68,56).

  • cyan value is 0.00%
  • magenta value is 41.07%
  • yellow value is 67.86%
  • key color value is 56.08%
CMYK:
(0,41,68,56)
C0M41Y68K56 
(0%,41%,68%,56%)
(0.00/0.41/0.68/0.56)	

CMYK percentages

%0
%41.07
%67.86
%56.08

Codes

Color #704224 in popluar color models

704224
RGB1126636
HSL24°51.35%29.02%
HSB/HSV24°67.86%43.92%
CMYK0.00%41.07%67.86%
56.08%

Color #704224 in popluar number systems.

HEX704224
Decimal1126636
Binary11100001000010100100
Octal16010244

Shades and tints

Shades of #704224

#704224
(112,66,36)
#663C21
(102,60,33)
#5C361E
(92,54,30)
#52301B
(82,48,27)
#482A18
(72,42,24)
#3E2415
(62,36,21)
#341E12
(52,30,18)
#2A180F
(42,24,15)
#20120C
(32,18,12)
#160C09
(22,12,9)
#0C0606
(12,6,6)
#000000
(0,0,0)

Tints of #704224

#704224
(112,66,36)
#7D5337
(125,83,55)
#8A644A
(138,100,74)
#97755D
(151,117,93)
#A48670
(164,134,112)
#B19783
(177,151,131)
#BEA896
(190,168,150)
#CBB9A9
(203,185,169)
#D8CABC
(216,202,188)
#E5DBCF
(229,219,207)
#F2ECE2
(242,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704224; }

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

This text font color is #704224.


Background Color

.myBgColor { background-color: #704224; }

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

This div background color is #704224.


Border color

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

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

This div border color is #704224.


Opacity

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

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

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

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

This text has shadow with #704224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704224 on black background.


Color preview on white background

This text has color #704224 on white background.



Black color preview on #704224 background

This text has black color on #704224 background.


White color preview on #704224 background

This text has white color on #704224 background.