COLOR #706E67

HEX: #706E67
RGB: (112,110,103)

Color info

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

RGB color model

#706E67 color RGB value is (112,110,103).

  • red value is 112;
  • green value is 110;
  • blue value is 103.
RGB:
(112,110,103)
(44%,43%,40%)

RGB channels and saturation

R 112 of 255 = 44%
G 110 of 255 = 43%
B 103 of 255 = 40%

112
110
103

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

Portions of RGB colors in percentages

R + G + B =
112 + 110 + 103 = 325 (100%)
R 112 of 325 ~ 34.46%
G 110 of 325 ~ 33.85%
B 103 of 325 ~ 31.69%

%34.46
%33.85
%31.69

CMYK color model

#706E67 color CMYK value is (0,2,8,56).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 8.04%
  • key color value is 56.08%
CMYK:
(0,2,8,56)
C0M2Y8K56 
(0%,2%,8%,56%)
(0.00/0.02/0.08/0.56)	

CMYK percentages

%0
%1.79
%8.04
%56.08

Codes

Color #706E67 in popluar color models

706E67
RGB112110103
HSL47°4.19%42.16%
HSB/HSV47°8.04%43.92%
CMYK0.00%1.79%8.04%
56.08%

Color #706E67 in popluar number systems.

HEX706E67
Decimal112110103
Binary111000011011101100111
Octal160156147

Shades and tints

Shades of #706E67

#706E67
(112,110,103)
#66645E
(102,100,94)
#5C5A55
(92,90,85)
#52504C
(82,80,76)
#484643
(72,70,67)
#3E3C3A
(62,60,58)
#343231
(52,50,49)
#2A2828
(42,40,40)
#201E1F
(32,30,31)
#161416
(22,20,22)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #706E67

#706E67
(112,110,103)
#7D7B74
(125,123,116)
#8A8881
(138,136,129)
#97958E
(151,149,142)
#A4A29B
(164,162,155)
#B1AFA8
(177,175,168)
#BEBCB5
(190,188,181)
#CBC9C2
(203,201,194)
#D8D6CF
(216,214,207)
#E5E3DC
(229,227,220)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706E67 color. Also use rgb(112,110,103) instead hex code.

Text Font Color

.myTextColor { color: #706E67; }

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

This text font color is #706E67.


Background Color

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

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

This div background color is #706E67.


Border color

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

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

This div border color is #706E67.


Opacity

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

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

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

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

This text has shadow with #706E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706E67 on black background.


Color preview on white background

This text has color #706E67 on white background.



Black color preview on #706E67 background

This text has black color on #706E67 background.


White color preview on #706E67 background

This text has white color on #706E67 background.