COLOR #706D65

HEX: #706D65 RGB: (112,109,101)

Color info

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

RGB color model

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

RGB: (112,109,101) (44%, 43%, 40%)

RGB channels and saturation

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

112
109
101

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

Portions of RGB colors in percentages

R + G + B = 112 + 109 + 101 = 322 (100%)
R 112 of 322 ~ 34.78%
G 109 of 322 ~ 33.85%
B 101 of 322 ~ 31.37'%

%34.78
%33.85
%31.37

CMYK color model

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

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

CMYK percentages

%0
%2.68
%9.82
%56.08

Codes

Color #706D65 in popluar color models

70 6D 65
RGB 112 109 101
HSL 44° 5.16% 41.76%
HSB/HSV 44° 9.82% 43.92%
CMYK 0.00% 2.68% 9.82%
56.08%

Color #706D65 in popluar number systems.

HEX 70 6D 65
Decimal 112 109 101
Binary 1110000 1101101 1100101
Octal 160 155 145

Shades and tints

Shades of #706D65

#706D65
(112,109,101)
#66645C
(102,100,92)
#5C5B53
(92,91,83)
#52524A
(82,82,74)
#484941
(72,73,65)
#3E4038
(62,64,56)
#34372F
(52,55,47)
#2A2E26
(42,46,38)
#20251D
(32,37,29)
#161C14
(22,28,20)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #706D65

#706D65
(112,109,101)
#7D7A73
(125,122,115)
#8A8781
(138,135,129)
#97948F
(151,148,143)
#A4A19D
(164,161,157)
#B1AEAB
(177,174,171)
#BEBBB9
(190,187,185)
#CBC8C7
(203,200,199)
#D8D5D5
(216,213,213)
#E5E2E3
(229,226,227)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706D65; }

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

This text font color is #706D65.

Background Color

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

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

This div background color is #706D65.

Border color

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

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

This div border color is #706D65.

Opacity

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

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

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

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

This text has shadow with #706D65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706D65.

Preview

Color preview on black background

This text has color #706D65 on black background.


Color preview on white background

This text has color #706D65 on white background.


Black color preview on #706D65 background

This text has black color on #706D65 background.


White color preview on #706D65 background

This text has white color on #706D65 background.


Related colors

Complementary color

Complementary color for #hex is #8F929A.


I love getcolorcode.com

Triadic colors

1 #65706D and #6D6570 with #706D65 are triadic colors.

2 #656D70 and #6D7065 with #706D65 are triadic colors.