COLOR #706B39

HEX: #706B39
RGB: (112,107,57)

Color info

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

RGB color model

#706B39 color RGB value is (112,107,57).

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

RGB channels and saturation

R 112 of 255 = 44%
G 107 of 255 = 42%
B 57 of 255 = 22%

112
107
57

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

Portions of RGB colors in percentages

R + G + B =
112 + 107 + 57 = 276 (100%)
R 112 of 276 ~ 40.58%
G 107 of 276 ~ 38.77%
B 57 of 276 ~ 20.65%

%40.58
%38.77
%20.65

CMYK color model

#706B39 color CMYK value is (0,4,49,56).

  • cyan value is 0.00%
  • magenta value is 4.46%
  • yellow value is 49.11%
  • key color value is 56.08%
CMYK:
(0,4,49,56)
C0M4Y49K56 
(0%,4%,49%,56%)
(0.00/0.04/0.49/0.56)	

CMYK percentages

%0
%4.46
%49.11
%56.08

Codes

Color #706B39 in popluar color models

706B39
RGB11210757
HSL55°32.54%33.14%
HSB/HSV55°49.11%43.92%
CMYK0.00%4.46%49.11%
56.08%

Color #706B39 in popluar number systems.

HEX706B39
Decimal11210757
Binary11100001101011111001
Octal16015371

Shades and tints

Shades of #706B39

#706B39
(112,107,57)
#666234
(102,98,52)
#5C592F
(92,89,47)
#52502A
(82,80,42)
#484725
(72,71,37)
#3E3E20
(62,62,32)
#34351B
(52,53,27)
#2A2C16
(42,44,22)
#202311
(32,35,17)
#161A0C
(22,26,12)
#0C1107
(12,17,7)
#000000
(0,0,0)

Tints of #706B39

#706B39
(112,107,57)
#7D784B
(125,120,75)
#8A855D
(138,133,93)
#97926F
(151,146,111)
#A49F81
(164,159,129)
#B1AC93
(177,172,147)
#BEB9A5
(190,185,165)
#CBC6B7
(203,198,183)
#D8D3C9
(216,211,201)
#E5E0DB
(229,224,219)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706B39; }

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

This text font color is #706B39.


Background Color

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

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

This div background color is #706B39.


Border color

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

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

This div border color is #706B39.


Opacity

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

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

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

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

This text has shadow with #706B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706B39 on black background.


Color preview on white background

This text has color #706B39 on white background.



Black color preview on #706B39 background

This text has black color on #706B39 background.


White color preview on #706B39 background

This text has white color on #706B39 background.