COLOR #706861

HEX: #706861
RGB: (112,104,97)

Color info

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

RGB color model

#706861 color RGB value is (112,104,97).

  • red value is 112;
  • green value is 104;
  • blue value is 97.
RGB:
(112,104,97)
(44%,41%,38%)

RGB channels and saturation

R 112 of 255 = 44%
G 104 of 255 = 41%
B 97 of 255 = 38%

112
104
97

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

Portions of RGB colors in percentages

R + G + B =
112 + 104 + 97 = 313 (100%)
R 112 of 313 ~ 35.78%
G 104 of 313 ~ 33.23%
B 97 of 313 ~ 30.99%

%35.78
%33.23
%30.99

CMYK color model

#706861 color CMYK value is (0,7,13,56).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 13.39%
  • key color value is 56.08%
CMYK:
(0,7,13,56)
C0M7Y13K56 
(0%,7%,13%,56%)
(0.00/0.07/0.13/0.56)	

CMYK percentages

%0
%7.14
%13.39
%56.08

Codes

Color #706861 in popluar color models

706861
RGB11210497
HSL28°7.18%40.98%
HSB/HSV28°13.39%43.92%
CMYK0.00%7.14%13.39%
56.08%

Color #706861 in popluar number systems.

HEX706861
Decimal11210497
Binary111000011010001100001
Octal160150141

Shades and tints

Shades of #706861

#706861
(112,104,97)
#665F59
(102,95,89)
#5C5651
(92,86,81)
#524D49
(82,77,73)
#484441
(72,68,65)
#3E3B39
(62,59,57)
#343231
(52,50,49)
#2A2929
(42,41,41)
#202021
(32,32,33)
#161719
(22,23,25)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #706861

#706861
(112,104,97)
#7D756F
(125,117,111)
#8A827D
(138,130,125)
#978F8B
(151,143,139)
#A49C99
(164,156,153)
#B1A9A7
(177,169,167)
#BEB6B5
(190,182,181)
#CBC3C3
(203,195,195)
#D8D0D1
(216,208,209)
#E5DDDF
(229,221,223)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706861; }

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

This text font color is #706861.


Background Color

.myBgColor { background-color: #706861; }

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

This div background color is #706861.


Border color

.myBorderColor { border: 1px solid #706861; }

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

This div border color is #706861.


Opacity

.myOpacity80 { color: #706861; opacity: 0.8; }

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

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

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

This text has shadow with #706861 color.

.textShadow {text-shadow: 3px 3px 1px #706861, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #706861;
-webkit-box-shadow: 1px 1px 3px 2px #706861;
box-shadow:1px 1px 3px 2px #706861;">
Div content here</div>
This div box has shadow with color #706861.

Preview

Color preview on black background

This text has color #706861 on black background.


Color preview on white background

This text has color #706861 on white background.



Black color preview on #706861 background

This text has black color on #706861 background.


White color preview on #706861 background

This text has white color on #706861 background.