COLOR #706D74

HEX: #706D74
RGB: (112,109,116)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

112
109
116

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

Portions of RGB colors in percentages

R + G + B =
112 + 109 + 116 = 337 (100%)
R 112 of 337 ~ 33.23%
G 109 of 337 ~ 32.34%
B 116 of 337 ~ 34.42%

%33.23
%32.34
%34.42

CMYK color model

#706D74 color CMYK value is (3,6,0,55).

  • cyan value is 3.45%
  • magenta value is 6.03%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(3,6,0,55)
C3M6Y0K55 
(3%,6%,0%,55%)
(0.03/0.06/0.00/0.55)	

CMYK percentages

%3.45
%6.03
%0
%54.51

Codes

Color #706D74 in popluar color models

706D74
RGB112109116
HSL266°3.11%44.12%
HSB/HSV266°6.03%45.49%
CMYK3.45%6.03%0.00%
54.51%

Color #706D74 in popluar number systems.

HEX706D74
Decimal112109116
Binary111000011011011110100
Octal160155164

Shades and tints

Shades of #706D74

#706D74
(112,109,116)
#66646A
(102,100,106)
#5C5B60
(92,91,96)
#525256
(82,82,86)
#48494C
(72,73,76)
#3E4042
(62,64,66)
#343738
(52,55,56)
#2A2E2E
(42,46,46)
#202524
(32,37,36)
#161C1A
(22,28,26)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #706D74

#706D74
(112,109,116)
#7D7A80
(125,122,128)
#8A878C
(138,135,140)
#979498
(151,148,152)
#A4A1A4
(164,161,164)
#B1AEB0
(177,174,176)
#BEBBBC
(190,187,188)
#CBC8C8
(203,200,200)
#D8D5D4
(216,213,212)
#E5E2E0
(229,226,224)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706D74; }

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

This text font color is #706D74.


Background Color

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

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

This div background color is #706D74.


Border color

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

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

This div border color is #706D74.


Opacity

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

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

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

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

This text has shadow with #706D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706D74 on black background.


Color preview on white background

This text has color #706D74 on white background.



Black color preview on #706D74 background

This text has black color on #706D74 background.


White color preview on #706D74 background

This text has white color on #706D74 background.