COLOR #706C63

HEX: #706C63
RGB: (112,108,99)

Color info

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

RGB color model

#706C63 color RGB value is (112,108,99).

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

RGB channels and saturation

R 112 of 255 = 44%
G 108 of 255 = 42%
B 99 of 255 = 39%

112
108
99

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

Portions of RGB colors in percentages

R + G + B =
112 + 108 + 99 = 319 (100%)
R 112 of 319 ~ 35.11%
G 108 of 319 ~ 33.86%
B 99 of 319 ~ 31.03%

%35.11
%33.86
%31.03

CMYK color model

#706C63 color CMYK value is (0,4,12,56).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 11.61%
  • key color value is 56.08%
CMYK:
(0,4,12,56)
C0M4Y12K56 
(0%,4%,12%,56%)
(0.00/0.04/0.12/0.56)	

CMYK percentages

%0
%3.57
%11.61
%56.08

Codes

Color #706C63 in popluar color models

706C63
RGB11210899
HSL42°6.16%41.37%
HSB/HSV42°11.61%43.92%
CMYK0.00%3.57%11.61%
56.08%

Color #706C63 in popluar number systems.

HEX706C63
Decimal11210899
Binary111000011011001100011
Octal160154143

Shades and tints

Shades of #706C63

#706C63
(112,108,99)
#66635A
(102,99,90)
#5C5A51
(92,90,81)
#525148
(82,81,72)
#48483F
(72,72,63)
#3E3F36
(62,63,54)
#34362D
(52,54,45)
#2A2D24
(42,45,36)
#20241B
(32,36,27)
#161B12
(22,27,18)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #706C63

#706C63
(112,108,99)
#7D7971
(125,121,113)
#8A867F
(138,134,127)
#97938D
(151,147,141)
#A4A09B
(164,160,155)
#B1ADA9
(177,173,169)
#BEBAB7
(190,186,183)
#CBC7C5
(203,199,197)
#D8D4D3
(216,212,211)
#E5E1E1
(229,225,225)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706C63; }

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

This text font color is #706C63.


Background Color

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

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

This div background color is #706C63.


Border color

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

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

This div border color is #706C63.


Opacity

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

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

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

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

This text has shadow with #706C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706C63 on black background.


Color preview on white background

This text has color #706C63 on white background.



Black color preview on #706C63 background

This text has black color on #706C63 background.


White color preview on #706C63 background

This text has white color on #706C63 background.