COLOR #706D2D

HEX: #706D2D
RGB: (112,109,45)

Color info

#706D2D contains mainly red and green colors. Web safe color of #706D2D is #666633 (or #663).

RGB color model

#706D2D color RGB value is (112,109,45).

  • red value is 112;
  • green value is 109;
  • blue value is 45.
RGB:
(112,109,45)
(44%,43%,18%)

RGB channels and saturation

R 112 of 255 = 44%
G 109 of 255 = 43%
B 45 of 255 = 18%

112
109
45

R + G + B ~ 35%. #706D2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 109 + 45 = 266 (100%)
R 112 of 266 ~ 42.11%
G 109 of 266 ~ 40.98%
B 45 of 266 ~ 16.92%

%42.11
%40.98
%16.92

CMYK color model

#706D2D color CMYK value is (0,3,60,56).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 59.82%
  • key color value is 56.08%
CMYK:
(0,3,60,56)
C0M3Y60K56 
(0%,3%,60%,56%)
(0.00/0.03/0.60/0.56)	

CMYK percentages

%0
%2.68
%59.82
%56.08

Codes

Color #706D2D in popluar color models

706D2D
RGB11210945
HSL57°42.68%30.78%
HSB/HSV57°59.82%43.92%
CMYK0.00%2.68%59.82%
56.08%

Color #706D2D in popluar number systems.

HEX706D2D
Decimal11210945
Binary11100001101101101101
Octal16015555

Shades and tints

Shades of #706D2D

#706D2D
(112,109,45)
#666429
(102,100,41)
#5C5B25
(92,91,37)
#525221
(82,82,33)
#48491D
(72,73,29)
#3E4019
(62,64,25)
#343715
(52,55,21)
#2A2E11
(42,46,17)
#20250D
(32,37,13)
#161C09
(22,28,9)
#0C1305
(12,19,5)
#000000
(0,0,0)

Tints of #706D2D

#706D2D
(112,109,45)
#7D7A40
(125,122,64)
#8A8753
(138,135,83)
#979466
(151,148,102)
#A4A179
(164,161,121)
#B1AE8C
(177,174,140)
#BEBB9F
(190,187,159)
#CBC8B2
(203,200,178)
#D8D5C5
(216,213,197)
#E5E2D8
(229,226,216)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706D2D color. Also use rgb(112,109,45) instead hex code.

Text Font Color

.myTextColor { color: #706D2D; }

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

This text font color is #706D2D.


Background Color

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

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

This div background color is #706D2D.


Border color

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

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

This div border color is #706D2D.


Opacity

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

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

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

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

This text has shadow with #706D2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706D2D on black background.


Color preview on white background

This text has color #706D2D on white background.



Black color preview on #706D2D background

This text has black color on #706D2D background.


White color preview on #706D2D background

This text has white color on #706D2D background.