COLOR #706D70

HEX: #706D70
RGB: (112,109,112)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

112
109
112

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

Portions of RGB colors in percentages

R + G + B =
112 + 109 + 112 = 333 (100%)
R 112 of 333 ~ 33.63%
G 109 of 333 ~ 32.73%
B 112 of 333 ~ 33.63%

%33.63
%32.73
%33.63

CMYK color model

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

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

CMYK percentages

%0
%2.68
%0
%56.08

Codes

Color #706D70 in popluar color models

706D70
RGB112109112
HSL300°1.36%43.33%
HSB/HSV300°2.68%43.92%
CMYK0.00%2.68%0.00%
56.08%

Color #706D70 in popluar number systems.

HEX706D70
Decimal112109112
Binary111000011011011110000
Octal160155160

Shades and tints

Shades of #706D70

#706D70
(112,109,112)
#666466
(102,100,102)
#5C5B5C
(92,91,92)
#525252
(82,82,82)
#484948
(72,73,72)
#3E403E
(62,64,62)
#343734
(52,55,52)
#2A2E2A
(42,46,42)
#202520
(32,37,32)
#161C16
(22,28,22)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #706D70

#706D70
(112,109,112)
#7D7A7D
(125,122,125)
#8A878A
(138,135,138)
#979497
(151,148,151)
#A4A1A4
(164,161,164)
#B1AEB1
(177,174,177)
#BEBBBE
(190,187,190)
#CBC8CB
(203,200,203)
#D8D5D8
(216,213,216)
#E5E2E5
(229,226,229)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706D70; }

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

This text font color is #706D70.


Background Color

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

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

This div background color is #706D70.


Border color

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

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

This div border color is #706D70.


Opacity

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

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

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

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

This text has shadow with #706D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706D70 on black background.


Color preview on white background

This text has color #706D70 on white background.



Black color preview on #706D70 background

This text has black color on #706D70 background.


White color preview on #706D70 background

This text has white color on #706D70 background.