COLOR #706D68

HEX: #706D68 RGB: (112,109,104)

Color info

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

RGB color model

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

RGB: (112,109,104) (44%, 43%, 41%)

RGB channels and saturation

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

112
109
104

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

Portions of RGB colors in percentages

R + G + B = 112 + 109 + 104 = 325 (100%)
R 112 of 325 ~ 34.46%
G 109 of 325 ~ 33.54%
B 104 of 325 ~ 32'%

%34.46
%33.54
%32

CMYK color model

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

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

CMYK percentages

%0
%2.68
%7.14
%56.08

Codes

Color #706D68 in popluar color models

70 6D 68
RGB 112 109 104
HSL 38° 3.70% 42.35%
HSB/HSV 38° 7.14% 43.92%
CMYK 0.00% 2.68% 7.14%
56.08%

Color #706D68 in popluar number systems.

HEX 70 6D 68
Decimal 112 109 104
Binary 1110000 1101101 1101000
Octal 160 155 150

Shades and tints

Shades of #706D68

#706D68
(112,109,104)
#66645F
(102,100,95)
#5C5B56
(92,91,86)
#52524D
(82,82,77)
#484944
(72,73,68)
#3E403B
(62,64,59)
#343732
(52,55,50)
#2A2E29
(42,46,41)
#202520
(32,37,32)
#161C17
(22,28,23)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #706D68

#706D68
(112,109,104)
#7D7A75
(125,122,117)
#8A8782
(138,135,130)
#97948F
(151,148,143)
#A4A19C
(164,161,156)
#B1AEA9
(177,174,169)
#BEBBB6
(190,187,182)
#CBC8C3
(203,200,195)
#D8D5D0
(216,213,208)
#E5E2DD
(229,226,221)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706D68; }

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

This text font color is #706D68.

Background Color

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

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

This div background color is #706D68.

Border color

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

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

This div border color is #706D68.

Opacity

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

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

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

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

This text has shadow with #706D68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706D68.

Preview

Color preview on black background

This text has color #706D68 on black background.


Color preview on white background

This text has color #706D68 on white background.


Black color preview on #706D68 background

This text has black color on #706D68 background.


White color preview on #706D68 background

This text has white color on #706D68 background.


Related colors

Complementary color

Complementary color for #hex is #8F9297.


I love getcolorcode.com

Triadic colors

1 #68706D and #6D6870 with #706D68 are triadic colors.

2 #686D70 and #6D7068 with #706D68 are triadic colors.