COLOR #706347

HEX: #706347
RGB: (112,99,71)

Color info

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

RGB color model

#706347 color RGB value is (112,99,71).

  • red value is 112;
  • green value is 99;
  • blue value is 71.
RGB:
(112,99,71)
(44%,39%,28%)

RGB channels and saturation

R 112 of 255 = 44%
G 99 of 255 = 39%
B 71 of 255 = 28%

112
99
71

R + G + B ~ 37%. #706347 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 99 + 71 = 282 (100%)
R 112 of 282 ~ 39.72%
G 99 of 282 ~ 35.11%
B 71 of 282 ~ 25.18%

%39.72
%35.11
%25.18

CMYK color model

#706347 color CMYK value is (0,12,37,56).

  • cyan value is 0.00%
  • magenta value is 11.61%
  • yellow value is 36.61%
  • key color value is 56.08%
CMYK:
(0,12,37,56)
C0M12Y37K56 
(0%,12%,37%,56%)
(0.00/0.12/0.37/0.56)	

CMYK percentages

%0
%11.61
%36.61
%56.08

Codes

Color #706347 in popluar color models

706347
RGB1129971
HSL41°22.40%35.88%
HSB/HSV41°36.61%43.92%
CMYK0.00%11.61%36.61%
56.08%

Color #706347 in popluar number systems.

HEX706347
Decimal1129971
Binary111000011000111000111
Octal160143107

Shades and tints

Shades of #706347

#706347
(112,99,71)
#665A41
(102,90,65)
#5C513B
(92,81,59)
#524835
(82,72,53)
#483F2F
(72,63,47)
#3E3629
(62,54,41)
#342D23
(52,45,35)
#2A241D
(42,36,29)
#201B17
(32,27,23)
#161211
(22,18,17)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #706347

#706347
(112,99,71)
#7D7157
(125,113,87)
#8A7F67
(138,127,103)
#978D77
(151,141,119)
#A49B87
(164,155,135)
#B1A997
(177,169,151)
#BEB7A7
(190,183,167)
#CBC5B7
(203,197,183)
#D8D3C7
(216,211,199)
#E5E1D7
(229,225,215)
#F2EFE7
(242,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706347 color. Also use rgb(112,99,71) instead hex code.

Text Font Color

.myTextColor { color: #706347; }

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

This text font color is #706347.


Background Color

.myBgColor { background-color: #706347; }

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

This div background color is #706347.


Border color

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

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

This div border color is #706347.


Opacity

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

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

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

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

This text has shadow with #706347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706347 on black background.


Color preview on white background

This text has color #706347 on white background.



Black color preview on #706347 background

This text has black color on #706347 background.


White color preview on #706347 background

This text has white color on #706347 background.