COLOR #706E6D

HEX: #706E6D
RGB: (112,110,109)

Color info

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

RGB color model

#706E6D color RGB value is (112,110,109).

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

RGB channels and saturation

R 112 of 255 = 44%
G 110 of 255 = 43%
B 109 of 255 = 43%

112
110
109

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

Portions of RGB colors in percentages

R + G + B =
112 + 110 + 109 = 331 (100%)
R 112 of 331 ~ 33.84%
G 110 of 331 ~ 33.23%
B 109 of 331 ~ 32.93%

%33.84
%33.23
%32.93

CMYK color model

#706E6D color CMYK value is (0,2,3,56).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 2.68%
  • key color value is 56.08%
CMYK:
(0,2,3,56)
C0M2Y3K56 
(0%,2%,3%,56%)
(0.00/0.02/0.03/0.56)	

CMYK percentages

%0
%1.79
%2.68
%56.08

Codes

Color #706E6D in popluar color models

706E6D
RGB112110109
HSL20°1.36%43.33%
HSB/HSV20°2.68%43.92%
CMYK0.00%1.79%2.68%
56.08%

Color #706E6D in popluar number systems.

HEX706E6D
Decimal112110109
Binary111000011011101101101
Octal160156155

Shades and tints

Shades of #706E6D

#706E6D
(112,110,109)
#666464
(102,100,100)
#5C5A5B
(92,90,91)
#525052
(82,80,82)
#484649
(72,70,73)
#3E3C40
(62,60,64)
#343237
(52,50,55)
#2A282E
(42,40,46)
#201E25
(32,30,37)
#16141C
(22,20,28)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #706E6D

#706E6D
(112,110,109)
#7D7B7A
(125,123,122)
#8A8887
(138,136,135)
#979594
(151,149,148)
#A4A2A1
(164,162,161)
#B1AFAE
(177,175,174)
#BEBCBB
(190,188,187)
#CBC9C8
(203,201,200)
#D8D6D5
(216,214,213)
#E5E3E2
(229,227,226)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706E6D; }

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

This text font color is #706E6D.


Background Color

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

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

This div background color is #706E6D.


Border color

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

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

This div border color is #706E6D.


Opacity

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

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

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

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

This text has shadow with #706E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706E6D on black background.


Color preview on white background

This text has color #706E6D on white background.



Black color preview on #706E6D background

This text has black color on #706E6D background.


White color preview on #706E6D background

This text has white color on #706E6D background.