COLOR #706B42

HEX: #706B42
RGB: (112,107,66)

Color info

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

RGB color model

#706B42 color RGB value is (112,107,66).

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

RGB channels and saturation

R 112 of 255 = 44%
G 107 of 255 = 42%
B 66 of 255 = 26%

112
107
66

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

Portions of RGB colors in percentages

R + G + B =
112 + 107 + 66 = 285 (100%)
R 112 of 285 ~ 39.3%
G 107 of 285 ~ 37.54%
B 66 of 285 ~ 23.16%

%39.3
%37.54
%23.16

CMYK color model

#706B42 color CMYK value is (0,4,41,56).

  • cyan value is 0.00%
  • magenta value is 4.46%
  • yellow value is 41.07%
  • key color value is 56.08%
CMYK:
(0,4,41,56)
C0M4Y41K56 
(0%,4%,41%,56%)
(0.00/0.04/0.41/0.56)	

CMYK percentages

%0
%4.46
%41.07
%56.08

Codes

Color #706B42 in popluar color models

706B42
RGB11210766
HSL53°25.84%34.90%
HSB/HSV53°41.07%43.92%
CMYK0.00%4.46%41.07%
56.08%

Color #706B42 in popluar number systems.

HEX706B42
Decimal11210766
Binary111000011010111000010
Octal160153102

Shades and tints

Shades of #706B42

#706B42
(112,107,66)
#66623C
(102,98,60)
#5C5936
(92,89,54)
#525030
(82,80,48)
#48472A
(72,71,42)
#3E3E24
(62,62,36)
#34351E
(52,53,30)
#2A2C18
(42,44,24)
#202312
(32,35,18)
#161A0C
(22,26,12)
#0C1106
(12,17,6)
#000000
(0,0,0)

Tints of #706B42

#706B42
(112,107,66)
#7D7853
(125,120,83)
#8A8564
(138,133,100)
#979275
(151,146,117)
#A49F86
(164,159,134)
#B1AC97
(177,172,151)
#BEB9A8
(190,185,168)
#CBC6B9
(203,198,185)
#D8D3CA
(216,211,202)
#E5E0DB
(229,224,219)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706B42; }

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

This text font color is #706B42.


Background Color

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

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

This div background color is #706B42.


Border color

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

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

This div border color is #706B42.


Opacity

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

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

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

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

This text has shadow with #706B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706B42 on black background.


Color preview on white background

This text has color #706B42 on white background.



Black color preview on #706B42 background

This text has black color on #706B42 background.


White color preview on #706B42 background

This text has white color on #706B42 background.