COLOR #706D64

HEX: #706D64 RGB: (112,109,100)

Color info

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

RGB color model

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

RGB: (112,109,100) (44%, 43%, 39%)

RGB channels and saturation

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

112
109
100

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

Portions of RGB colors in percentages

R + G + B = 112 + 109 + 100 = 321 (100%)
R 112 of 321 ~ 34.89%
G 109 of 321 ~ 33.96%
B 100 of 321 ~ 31.15'%

%34.89
%33.96
%31.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 10.71%
  • key color value is 56.08%

CMYK: (0,3,11,56)
C0M3Y11K56 (0%, 3%, 11%, 56%)
(0.00 / 0.03 / 0.11 / 0.56)

CMYK percentages

%0
%2.68
%10.71
%56.08

Codes

Color #706D64 in popluar color models

70 6D 64
RGB 112 109 100
HSL 45° 5.66% 41.57%
HSB/HSV 45° 10.71% 43.92%
CMYK 0.00% 2.68% 10.71%
56.08%

Color #706D64 in popluar number systems.

HEX 70 6D 64
Decimal 112 109 100
Binary 1110000 1101101 1100100
Octal 160 155 144

Shades and tints

Shades of #706D64

#706D64
(112,109,100)
#66645B
(102,100,91)
#5C5B52
(92,91,82)
#525249
(82,82,73)
#484940
(72,73,64)
#3E4037
(62,64,55)
#34372E
(52,55,46)
#2A2E25
(42,46,37)
#20251C
(32,37,28)
#161C13
(22,28,19)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #706D64

#706D64
(112,109,100)
#7D7A72
(125,122,114)
#8A8780
(138,135,128)
#97948E
(151,148,142)
#A4A19C
(164,161,156)
#B1AEAA
(177,174,170)
#BEBBB8
(190,187,184)
#CBC8C6
(203,200,198)
#D8D5D4
(216,213,212)
#E5E2E2
(229,226,226)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706D64; }

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

This text font color is #706D64.

Background Color

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

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

This div background color is #706D64.

Border color

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

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

This div border color is #706D64.

Opacity

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

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

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

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

This text has shadow with #706D64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706D64.

Preview

Color preview on black background

This text has color #706D64 on black background.


Color preview on white background

This text has color #706D64 on white background.


Black color preview on #706D64 background

This text has black color on #706D64 background.


White color preview on #706D64 background

This text has white color on #706D64 background.


Related colors

Complementary color

Complementary color for #hex is #8F929B.


I love getcolorcode.com

Triadic colors

1 #64706D and #6D6470 with #706D64 are triadic colors.

2 #646D70 and #6D7064 with #706D64 are triadic colors.