COLOR #706836

HEX: #706836
RGB: (112,104,54)

Color info

#706836 contains red, green and blue colors in about the same proportion. Web safe color of #706836 is #666633 (or #663).

RGB color model

#706836 color RGB value is (112,104,54).

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

RGB channels and saturation

R 112 of 255 = 44%
G 104 of 255 = 41%
B 54 of 255 = 21%

112
104
54

R + G + B ~ 35%. #706836 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 104 + 54 = 270 (100%)
R 112 of 270 ~ 41.48%
G 104 of 270 ~ 38.52%
B 54 of 270 ~ 20%

%41.48
%38.52
%20

CMYK color model

#706836 color CMYK value is (0,7,52,56).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 51.79%
  • key color value is 56.08%
CMYK:
(0,7,52,56)
C0M7Y52K56 
(0%,7%,52%,56%)
(0.00/0.07/0.52/0.56)	

CMYK percentages

%0
%7.14
%51.79
%56.08

Codes

Color #706836 in popluar color models

706836
RGB11210454
HSL52°34.94%32.55%
HSB/HSV52°51.79%43.92%
CMYK0.00%7.14%51.79%
56.08%

Color #706836 in popluar number systems.

HEX706836
Decimal11210454
Binary11100001101000110110
Octal16015066

Shades and tints

Shades of #706836

#706836
(112,104,54)
#665F32
(102,95,50)
#5C562E
(92,86,46)
#524D2A
(82,77,42)
#484426
(72,68,38)
#3E3B22
(62,59,34)
#34321E
(52,50,30)
#2A291A
(42,41,26)
#202016
(32,32,22)
#161712
(22,23,18)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #706836

#706836
(112,104,54)
#7D7548
(125,117,72)
#8A825A
(138,130,90)
#978F6C
(151,143,108)
#A49C7E
(164,156,126)
#B1A990
(177,169,144)
#BEB6A2
(190,182,162)
#CBC3B4
(203,195,180)
#D8D0C6
(216,208,198)
#E5DDD8
(229,221,216)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706836; }

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

This text font color is #706836.


Background Color

.myBgColor { background-color: #706836; }

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

This div background color is #706836.


Border color

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

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

This div border color is #706836.


Opacity

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

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

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

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

This text has shadow with #706836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706836 on black background.


Color preview on white background

This text has color #706836 on white background.



Black color preview on #706836 background

This text has black color on #706836 background.


White color preview on #706836 background

This text has white color on #706836 background.