COLOR #706824

HEX: #706824
RGB: (112,104,36)

Color info

#706824 contains mainly red and green colors. Web safe color of #706824 is #666633 (or #663).

RGB color model

#706824 color RGB value is (112,104,36).

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

RGB channels and saturation

R 112 of 255 = 44%
G 104 of 255 = 41%
B 36 of 255 = 14%

112
104
36

R + G + B ~ 33%. #706824 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 104 + 36 = 252 (100%)
R 112 of 252 ~ 44.44%
G 104 of 252 ~ 41.27%
B 36 of 252 ~ 14.29%

%44.44
%41.27
%14.29

CMYK color model

#706824 color CMYK value is (0,7,68,56).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 67.86%
  • key color value is 56.08%
CMYK:
(0,7,68,56)
C0M7Y68K56 
(0%,7%,68%,56%)
(0.00/0.07/0.68/0.56)	

CMYK percentages

%0
%7.14
%67.86
%56.08

Codes

Color #706824 in popluar color models

706824
RGB11210436
HSL54°51.35%29.02%
HSB/HSV54°67.86%43.92%
CMYK0.00%7.14%67.86%
56.08%

Color #706824 in popluar number systems.

HEX706824
Decimal11210436
Binary11100001101000100100
Octal16015044

Shades and tints

Shades of #706824

#706824
(112,104,36)
#665F21
(102,95,33)
#5C561E
(92,86,30)
#524D1B
(82,77,27)
#484418
(72,68,24)
#3E3B15
(62,59,21)
#343212
(52,50,18)
#2A290F
(42,41,15)
#20200C
(32,32,12)
#161709
(22,23,9)
#0C0E06
(12,14,6)
#000000
(0,0,0)

Tints of #706824

#706824
(112,104,36)
#7D7537
(125,117,55)
#8A824A
(138,130,74)
#978F5D
(151,143,93)
#A49C70
(164,156,112)
#B1A983
(177,169,131)
#BEB696
(190,182,150)
#CBC3A9
(203,195,169)
#D8D0BC
(216,208,188)
#E5DDCF
(229,221,207)
#F2EAE2
(242,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706824; }

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

This text font color is #706824.


Background Color

.myBgColor { background-color: #706824; }

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

This div background color is #706824.


Border color

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

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

This div border color is #706824.


Opacity

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

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

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

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

This text has shadow with #706824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706824 on black background.


Color preview on white background

This text has color #706824 on white background.



Black color preview on #706824 background

This text has black color on #706824 background.


White color preview on #706824 background

This text has white color on #706824 background.