COLOR #706E39

HEX: #706E39
RGB: (112,110,57)

Color info

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

RGB color model

#706E39 color RGB value is (112,110,57).

  • red value is 112;
  • green value is 110;
  • blue value is 57.
RGB:
(112,110,57)
(44%,43%,22%)

RGB channels and saturation

R 112 of 255 = 44%
G 110 of 255 = 43%
B 57 of 255 = 22%

112
110
57

R + G + B ~ 36%. #706E39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 110 + 57 = 279 (100%)
R 112 of 279 ~ 40.14%
G 110 of 279 ~ 39.43%
B 57 of 279 ~ 20.43%

%40.14
%39.43
%20.43

CMYK color model

#706E39 color CMYK value is (0,2,49,56).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 49.11%
  • key color value is 56.08%
CMYK:
(0,2,49,56)
C0M2Y49K56 
(0%,2%,49%,56%)
(0.00/0.02/0.49/0.56)	

CMYK percentages

%0
%1.79
%49.11
%56.08

Codes

Color #706E39 in popluar color models

706E39
RGB11211057
HSL58°32.54%33.14%
HSB/HSV58°49.11%43.92%
CMYK0.00%1.79%49.11%
56.08%

Color #706E39 in popluar number systems.

HEX706E39
Decimal11211057
Binary11100001101110111001
Octal16015671

Shades and tints

Shades of #706E39

#706E39
(112,110,57)
#666434
(102,100,52)
#5C5A2F
(92,90,47)
#52502A
(82,80,42)
#484625
(72,70,37)
#3E3C20
(62,60,32)
#34321B
(52,50,27)
#2A2816
(42,40,22)
#201E11
(32,30,17)
#16140C
(22,20,12)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #706E39

#706E39
(112,110,57)
#7D7B4B
(125,123,75)
#8A885D
(138,136,93)
#97956F
(151,149,111)
#A4A281
(164,162,129)
#B1AF93
(177,175,147)
#BEBCA5
(190,188,165)
#CBC9B7
(203,201,183)
#D8D6C9
(216,214,201)
#E5E3DB
(229,227,219)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706E39 color. Also use rgb(112,110,57) instead hex code.

Text Font Color

.myTextColor { color: #706E39; }

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

This text font color is #706E39.


Background Color

.myBgColor { background-color: #706E39; }

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

This div background color is #706E39.


Border color

.myBorderColor { border: 1px solid #706E39; }

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

This div border color is #706E39.


Opacity

.myOpacity80 { color: #706E39; opacity: 0.8; }

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

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

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

This text has shadow with #706E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706E39 on black background.


Color preview on white background

This text has color #706E39 on white background.



Black color preview on #706E39 background

This text has black color on #706E39 background.


White color preview on #706E39 background

This text has white color on #706E39 background.