COLOR #706D57

HEX: #706D57 RGB: (112,109,87)

Color info

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

RGB color model

#706D57 color RGB value is (112,109,87).

RGB: (112,109,87) (44%, 43%, 34%)

RGB channels and saturation

R 112 of 255 = 44%
G 109 of 255 = 43%
B 87 of 255 = 34%

112
109
87

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

Portions of RGB colors in percentages

R + G + B = 112 + 109 + 87 = 308 (100%)
R 112 of 308 ~ 36.36%
G 109 of 308 ~ 35.39%
B 87 of 308 ~ 28.25'%

%36.36
%35.39
%28.25

CMYK color model

#706D57 color CMYK value is (0,3,22,56).

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

CMYK: (0,3,22,56)
C0M3Y22K56 (0%, 3%, 22%, 56%)
(0.00 / 0.03 / 0.22 / 0.56)

CMYK percentages

%0
%2.68
%22.32
%56.08

Codes

Color #706D57 in popluar color models

70 6D 57
RGB 112 109 87
HSL 53° 12.56% 39.02%
HSB/HSV 53° 22.32% 43.92%
CMYK 0.00% 2.68% 22.32%
56.08%

Color #706D57 in popluar number systems.

HEX 70 6D 57
Decimal 112 109 87
Binary 1110000 1101101 1010111
Octal 160 155 127

Shades and tints

Shades of #706D57

#706D57
(112,109,87)
#666450
(102,100,80)
#5C5B49
(92,91,73)
#525242
(82,82,66)
#48493B
(72,73,59)
#3E4034
(62,64,52)
#34372D
(52,55,45)
#2A2E26
(42,46,38)
#20251F
(32,37,31)
#161C18
(22,28,24)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #706D57

#706D57
(112,109,87)
#7D7A66
(125,122,102)
#8A8775
(138,135,117)
#979484
(151,148,132)
#A4A193
(164,161,147)
#B1AEA2
(177,174,162)
#BEBBB1
(190,187,177)
#CBC8C0
(203,200,192)
#D8D5CF
(216,213,207)
#E5E2DE
(229,226,222)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706D57; }

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

This text font color is #706D57.

Background Color

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

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

This div background color is #706D57.

Border color

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

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

This div border color is #706D57.

Opacity

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

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

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

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

This text has shadow with #706D57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706D57.

Preview

Color preview on black background

This text has color #706D57 on black background.


Color preview on white background

This text has color #706D57 on white background.


Black color preview on #706D57 background

This text has black color on #706D57 background.


White color preview on #706D57 background

This text has white color on #706D57 background.


Related colors

Complementary color

Complementary color for #hex is #8F92A8.


I love getcolorcode.com

Triadic colors

1 #57706D and #6D5770 with #706D57 are triadic colors.

2 #576D70 and #6D7057 with #706D57 are triadic colors.