COLOR #706E65

HEX: #706E65
RGB: (112,110,101)

Color info

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

RGB color model

#706E65 color RGB value is (112,110,101).

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

RGB channels and saturation

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

112
110
101

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

Portions of RGB colors in percentages

R + G + B =
112 + 110 + 101 = 323 (100%)
R 112 of 323 ~ 34.67%
G 110 of 323 ~ 34.06%
B 101 of 323 ~ 31.27%

%34.67
%34.06
%31.27

CMYK color model

#706E65 color CMYK value is (0,2,10,56).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 9.82%
  • key color value is 56.08%
CMYK:
(0,2,10,56)
C0M2Y10K56 
(0%,2%,10%,56%)
(0.00/0.02/0.10/0.56)	

CMYK percentages

%0
%1.79
%9.82
%56.08

Codes

Color #706E65 in popluar color models

706E65
RGB112110101
HSL49°5.16%41.76%
HSB/HSV49°9.82%43.92%
CMYK0.00%1.79%9.82%
56.08%

Color #706E65 in popluar number systems.

HEX706E65
Decimal112110101
Binary111000011011101100101
Octal160156145

Shades and tints

Shades of #706E65

#706E65
(112,110,101)
#66645C
(102,100,92)
#5C5A53
(92,90,83)
#52504A
(82,80,74)
#484641
(72,70,65)
#3E3C38
(62,60,56)
#34322F
(52,50,47)
#2A2826
(42,40,38)
#201E1D
(32,30,29)
#161414
(22,20,20)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #706E65

#706E65
(112,110,101)
#7D7B73
(125,123,115)
#8A8881
(138,136,129)
#97958F
(151,149,143)
#A4A29D
(164,162,157)
#B1AFAB
(177,175,171)
#BEBCB9
(190,188,185)
#CBC9C7
(203,201,199)
#D8D6D5
(216,214,213)
#E5E3E3
(229,227,227)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706E65; }

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

This text font color is #706E65.


Background Color

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

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

This div background color is #706E65.


Border color

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

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

This div border color is #706E65.


Opacity

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

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

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

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

This text has shadow with #706E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706E65 on black background.


Color preview on white background

This text has color #706E65 on white background.



Black color preview on #706E65 background

This text has black color on #706E65 background.


White color preview on #706E65 background

This text has white color on #706E65 background.