COLOR #706B66

HEX: #706B66
RGB: (112,107,102)

Color info

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

RGB color model

#706B66 color RGB value is (112,107,102).

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

RGB channels and saturation

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

112
107
102

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

Portions of RGB colors in percentages

R + G + B =
112 + 107 + 102 = 321 (100%)
R 112 of 321 ~ 34.89%
G 107 of 321 ~ 33.33%
B 102 of 321 ~ 31.78%

%34.89
%33.33
%31.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.46%
  • 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
%4.46
%8.93
%56.08

Codes

Color #706B66 in popluar color models

706B66
RGB112107102
HSL30°4.67%41.96%
HSB/HSV30°8.93%43.92%
CMYK0.00%4.46%8.93%
56.08%

Color #706B66 in popluar number systems.

HEX706B66
Decimal112107102
Binary111000011010111100110
Octal160153146

Shades and tints

Shades of #706B66

#706B66
(112,107,102)
#66625D
(102,98,93)
#5C5954
(92,89,84)
#52504B
(82,80,75)
#484742
(72,71,66)
#3E3E39
(62,62,57)
#343530
(52,53,48)
#2A2C27
(42,44,39)
#20231E
(32,35,30)
#161A15
(22,26,21)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #706B66

#706B66
(112,107,102)
#7D7873
(125,120,115)
#8A8580
(138,133,128)
#97928D
(151,146,141)
#A49F9A
(164,159,154)
#B1ACA7
(177,172,167)
#BEB9B4
(190,185,180)
#CBC6C1
(203,198,193)
#D8D3CE
(216,211,206)
#E5E0DB
(229,224,219)
#F2EDE8
(242,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706B66; }

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

This text font color is #706B66.


Background Color

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

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

This div background color is #706B66.


Border color

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

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

This div border color is #706B66.


Opacity

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

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

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

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

This text has shadow with #706B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706B66 on black background.


Color preview on white background

This text has color #706B66 on white background.



Black color preview on #706B66 background

This text has black color on #706B66 background.


White color preview on #706B66 background

This text has white color on #706B66 background.