COLOR #706D63

HEX: #706D63
RGB: (112,109,99)

Color info

#706D63 contains red, green and blue colors in about the same proportion. Web safe color of #706D63 is #666666 (or #666).

RGB color model

#706D63 color RGB value is (112,109,99).

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

RGB channels and saturation

R 112 of 255 = 44%
G 109 of 255 = 43%
B 99 of 255 = 39%

112
109
99

R + G + B ~ 42%. #706D63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 109 + 99 = 320 (100%)
R 112 of 320 ~ 35%
G 109 of 320 ~ 34.06%
B 99 of 320 ~ 30.94%

%35
%34.06
%30.94

CMYK color model

#706D63 color CMYK value is (0,3,12,56).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 11.61%
  • key color value is 56.08%
CMYK:
(0,3,12,56)
C0M3Y12K56 
(0%,3%,12%,56%)
(0.00/0.03/0.12/0.56)	

CMYK percentages

%0
%2.68
%11.61
%56.08

Codes

Color #706D63 in popluar color models

706D63
RGB11210999
HSL46°6.16%41.37%
HSB/HSV46°11.61%43.92%
CMYK0.00%2.68%11.61%
56.08%

Color #706D63 in popluar number systems.

HEX706D63
Decimal11210999
Binary111000011011011100011
Octal160155143

Shades and tints

Shades of #706D63

#706D63
(112,109,99)
#66645A
(102,100,90)
#5C5B51
(92,91,81)
#525248
(82,82,72)
#48493F
(72,73,63)
#3E4036
(62,64,54)
#34372D
(52,55,45)
#2A2E24
(42,46,36)
#20251B
(32,37,27)
#161C12
(22,28,18)
#0C1309
(12,19,9)
#000000
(0,0,0)

Tints of #706D63

#706D63
(112,109,99)
#7D7A71
(125,122,113)
#8A877F
(138,135,127)
#97948D
(151,148,141)
#A4A19B
(164,161,155)
#B1AEA9
(177,174,169)
#BEBBB7
(190,187,183)
#CBC8C5
(203,200,197)
#D8D5D3
(216,213,211)
#E5E2E1
(229,226,225)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706D63; }

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

This text font color is #706D63.


Background Color

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

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

This div background color is #706D63.


Border color

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

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

This div border color is #706D63.


Opacity

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

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

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

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

This text has shadow with #706D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706D63 on black background.


Color preview on white background

This text has color #706D63 on white background.



Black color preview on #706D63 background

This text has black color on #706D63 background.


White color preview on #706D63 background

This text has white color on #706D63 background.