COLOR #706B37

HEX: #706B37
RGB: (112,107,55)

Color info

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

RGB color model

#706B37 color RGB value is (112,107,55).

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

RGB channels and saturation

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

112
107
55

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

Portions of RGB colors in percentages

R + G + B =
112 + 107 + 55 = 274 (100%)
R 112 of 274 ~ 40.88%
G 107 of 274 ~ 39.05%
B 55 of 274 ~ 20.07%

%40.88
%39.05
%20.07

CMYK color model

#706B37 color CMYK value is (0,4,51,56).

  • cyan value is 0.00%
  • magenta value is 4.46%
  • yellow value is 50.89%
  • key color value is 56.08%
CMYK:
(0,4,51,56)
C0M4Y51K56 
(0%,4%,51%,56%)
(0.00/0.04/0.51/0.56)	

CMYK percentages

%0
%4.46
%50.89
%56.08

Codes

Color #706B37 in popluar color models

706B37
RGB11210755
HSL55°34.13%32.75%
HSB/HSV55°50.89%43.92%
CMYK0.00%4.46%50.89%
56.08%

Color #706B37 in popluar number systems.

HEX706B37
Decimal11210755
Binary11100001101011110111
Octal16015367

Shades and tints

Shades of #706B37

#706B37
(112,107,55)
#666232
(102,98,50)
#5C592D
(92,89,45)
#525028
(82,80,40)
#484723
(72,71,35)
#3E3E1E
(62,62,30)
#343519
(52,53,25)
#2A2C14
(42,44,20)
#20230F
(32,35,15)
#161A0A
(22,26,10)
#0C1105
(12,17,5)
#000000
(0,0,0)

Tints of #706B37

#706B37
(112,107,55)
#7D7849
(125,120,73)
#8A855B
(138,133,91)
#97926D
(151,146,109)
#A49F7F
(164,159,127)
#B1AC91
(177,172,145)
#BEB9A3
(190,185,163)
#CBC6B5
(203,198,181)
#D8D3C7
(216,211,199)
#E5E0D9
(229,224,217)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706B37; }

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

This text font color is #706B37.


Background Color

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

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

This div background color is #706B37.


Border color

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

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

This div border color is #706B37.


Opacity

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

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

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

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

This text has shadow with #706B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706B37 on black background.


Color preview on white background

This text has color #706B37 on white background.



Black color preview on #706B37 background

This text has black color on #706B37 background.


White color preview on #706B37 background

This text has white color on #706B37 background.