COLOR #706D75

HEX: #706D75
RGB: (112,109,117)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

112
109
117

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

Portions of RGB colors in percentages

R + G + B =
112 + 109 + 117 = 338 (100%)
R 112 of 338 ~ 33.14%
G 109 of 338 ~ 32.25%
B 117 of 338 ~ 34.62%

%33.14
%32.25
%34.62

CMYK color model

#706D75 color CMYK value is (4,7,0,54).

  • cyan value is 4.27%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(4,7,0,54)
C4M7Y0K54 
(4%,7%,0%,54%)
(0.04/0.07/0.00/0.54)	

CMYK percentages

%4.27
%6.84
%0
%54.12

Codes

Color #706D75 in popluar color models

706D75
RGB112109117
HSL263°3.54%44.31%
HSB/HSV263°6.84%45.88%
CMYK4.27%6.84%0.00%
54.12%

Color #706D75 in popluar number systems.

HEX706D75
Decimal112109117
Binary111000011011011110101
Octal160155165

Shades and tints

Shades of #706D75

#706D75
(112,109,117)
#66646B
(102,100,107)
#5C5B61
(92,91,97)
#525257
(82,82,87)
#48494D
(72,73,77)
#3E4043
(62,64,67)
#343739
(52,55,57)
#2A2E2F
(42,46,47)
#202525
(32,37,37)
#161C1B
(22,28,27)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #706D75

#706D75
(112,109,117)
#7D7A81
(125,122,129)
#8A878D
(138,135,141)
#979499
(151,148,153)
#A4A1A5
(164,161,165)
#B1AEB1
(177,174,177)
#BEBBBD
(190,187,189)
#CBC8C9
(203,200,201)
#D8D5D5
(216,213,213)
#E5E2E1
(229,226,225)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706D75; }

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

This text font color is #706D75.


Background Color

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

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

This div background color is #706D75.


Border color

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

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

This div border color is #706D75.


Opacity

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

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

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

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

This text has shadow with #706D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706D75 on black background.


Color preview on white background

This text has color #706D75 on white background.



Black color preview on #706D75 background

This text has black color on #706D75 background.


White color preview on #706D75 background

This text has white color on #706D75 background.