COLOR #706C66

HEX: #706C66
RGB: (112,108,102)

Color info

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

RGB color model

#706C66 color RGB value is (112,108,102).

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

RGB channels and saturation

R 112 of 255 = 44%
G 108 of 255 = 42%
B 102 of 255 = 40%

112
108
102

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

Portions of RGB colors in percentages

R + G + B =
112 + 108 + 102 = 322 (100%)
R 112 of 322 ~ 34.78%
G 108 of 322 ~ 33.54%
B 102 of 322 ~ 31.68%

%34.78
%33.54
%31.68

CMYK color model

#706C66 color CMYK value is (0,4,9,56).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 8.93%
  • key color value is 56.08%
CMYK:
(0,4,9,56)
C0M4Y9K56 
(0%,4%,9%,56%)
(0.00/0.04/0.09/0.56)	

CMYK percentages

%0
%3.57
%8.93
%56.08

Codes

Color #706C66 in popluar color models

706C66
RGB112108102
HSL36°4.67%41.96%
HSB/HSV36°8.93%43.92%
CMYK0.00%3.57%8.93%
56.08%

Color #706C66 in popluar number systems.

HEX706C66
Decimal112108102
Binary111000011011001100110
Octal160154146

Shades and tints

Shades of #706C66

#706C66
(112,108,102)
#66635D
(102,99,93)
#5C5A54
(92,90,84)
#52514B
(82,81,75)
#484842
(72,72,66)
#3E3F39
(62,63,57)
#343630
(52,54,48)
#2A2D27
(42,45,39)
#20241E
(32,36,30)
#161B15
(22,27,21)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #706C66

#706C66
(112,108,102)
#7D7973
(125,121,115)
#8A8680
(138,134,128)
#97938D
(151,147,141)
#A4A09A
(164,160,154)
#B1ADA7
(177,173,167)
#BEBAB4
(190,186,180)
#CBC7C1
(203,199,193)
#D8D4CE
(216,212,206)
#E5E1DB
(229,225,219)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706C66; }

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

This text font color is #706C66.


Background Color

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

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

This div background color is #706C66.


Border color

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

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

This div border color is #706C66.


Opacity

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

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

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

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

This text has shadow with #706C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706C66 on black background.


Color preview on white background

This text has color #706C66 on white background.



Black color preview on #706C66 background

This text has black color on #706C66 background.


White color preview on #706C66 background

This text has white color on #706C66 background.