COLOR #706A6F

HEX: #706A6F
RGB: (112,106,111)

Color info

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

RGB color model

#706A6F color RGB value is (112,106,111).

  • red value is 112;
  • green value is 106;
  • blue value is 111.
RGB:
(112,106,111)
(44%,42%,44%)

RGB channels and saturation

R 112 of 255 = 44%
G 106 of 255 = 42%
B 111 of 255 = 44%

112
106
111

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

Portions of RGB colors in percentages

R + G + B =
112 + 106 + 111 = 329 (100%)
R 112 of 329 ~ 34.04%
G 106 of 329 ~ 32.22%
B 111 of 329 ~ 33.74%

%34.04
%32.22
%33.74

CMYK color model

#706A6F color CMYK value is (0,5,1,56).

  • cyan value is 0.00%
  • magenta value is 5.36%
  • yellow value is 0.89%
  • key color value is 56.08%
CMYK:
(0,5,1,56)
C0M5Y1K56 
(0%,5%,1%,56%)
(0.00/0.05/0.01/0.56)	

CMYK percentages

%0
%5.36
%0.89
%56.08

Codes

Color #706A6F in popluar color models

706A6F
RGB112106111
HSL310°2.75%42.75%
HSB/HSV310°5.36%43.92%
CMYK0.00%5.36%0.89%
56.08%

Color #706A6F in popluar number systems.

HEX706A6F
Decimal112106111
Binary111000011010101101111
Octal160152157

Shades and tints

Shades of #706A6F

#706A6F
(112,106,111)
#666165
(102,97,101)
#5C585B
(92,88,91)
#524F51
(82,79,81)
#484647
(72,70,71)
#3E3D3D
(62,61,61)
#343433
(52,52,51)
#2A2B29
(42,43,41)
#20221F
(32,34,31)
#161915
(22,25,21)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #706A6F

#706A6F
(112,106,111)
#7D777C
(125,119,124)
#8A8489
(138,132,137)
#979196
(151,145,150)
#A49EA3
(164,158,163)
#B1ABB0
(177,171,176)
#BEB8BD
(190,184,189)
#CBC5CA
(203,197,202)
#D8D2D7
(216,210,215)
#E5DFE4
(229,223,228)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706A6F color. Also use rgb(112,106,111) instead hex code.

Text Font Color

.myTextColor { color: #706A6F; }

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

This text font color is #706A6F.


Background Color

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

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

This div background color is #706A6F.


Border color

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

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

This div border color is #706A6F.


Opacity

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

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

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

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

This text has shadow with #706A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706A6F on black background.


Color preview on white background

This text has color #706A6F on white background.



Black color preview on #706A6F background

This text has black color on #706A6F background.


White color preview on #706A6F background

This text has white color on #706A6F background.