COLOR #706C61

HEX: #706C61 RGB: (112,108,97)

Color info

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

RGB color model

#706C61 color RGB value is (112,108,97).

RGB: (112,108,97) (44%, 42%, 38%)

RGB channels and saturation

R 112 of 255 = 44%
G 108 of 255 = 42%
B 97 of 255 = 38%

112
108
97

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

Portions of RGB colors in percentages

R + G + B = 112 + 108 + 97 = 317 (100%)
R 112 of 317 ~ 35.33%
G 108 of 317 ~ 34.07%
B 97 of 317 ~ 30.6'%

%35.33
%34.07
%30.6

CMYK color model

#706C61 color CMYK value is (0,4,13,56).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 13.39%
  • key color value is 56.08%

CMYK: (0,4,13,56)
C0M4Y13K56 (0%, 4%, 13%, 56%)
(0.00 / 0.04 / 0.13 / 0.56)

CMYK percentages

%0
%3.57
%13.39
%56.08

Codes

Color #706C61 in popluar color models

70 6C 61
RGB 112 108 97
HSL 44° 7.18% 40.98%
HSB/HSV 44° 13.39% 43.92%
CMYK 0.00% 3.57% 13.39%
56.08%

Color #706C61 in popluar number systems.

HEX 70 6C 61
Decimal 112 108 97
Binary 1110000 1101100 1100001
Octal 160 154 141

Shades and tints

Shades of #706C61

#706C61
(112,108,97)
#666359
(102,99,89)
#5C5A51
(92,90,81)
#525149
(82,81,73)
#484841
(72,72,65)
#3E3F39
(62,63,57)
#343631
(52,54,49)
#2A2D29
(42,45,41)
#202421
(32,36,33)
#161B19
(22,27,25)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #706C61

#706C61
(112,108,97)
#7D796F
(125,121,111)
#8A867D
(138,134,125)
#97938B
(151,147,139)
#A4A099
(164,160,153)
#B1ADA7
(177,173,167)
#BEBAB5
(190,186,181)
#CBC7C3
(203,199,195)
#D8D4D1
(216,212,209)
#E5E1DF
(229,225,223)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706C61 color. Also use rgb(112,108,97) instead hex code.

Text Font Color

.myTextColor { color: #706C61; }

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

This text font color is #706C61.

Background Color

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

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

This div background color is #706C61.

Border color

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

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

This div border color is #706C61.

Opacity

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

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

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

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

This text has shadow with #706C61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706C61.

Preview

Color preview on black background

This text has color #706C61 on black background.


Color preview on white background

This text has color #706C61 on white background.


Black color preview on #706C61 background

This text has black color on #706C61 background.


White color preview on #706C61 background

This text has white color on #706C61 background.


Related colors

Complementary color

Complementary color for #hex is #8F939E.


I love getcolorcode.com

Triadic colors

1 #61706C and #6C6170 with #706C61 are triadic colors.

2 #616C70 and #6C7061 with #706C61 are triadic colors.