COLOR #706E6F

HEX: #706E6F RGB: (112,110,111)

Color info

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

RGB color model

#706E6F color RGB value is (112,110,111).

RGB: (112,110,111) (44%, 43%, 44%)

RGB channels and saturation

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

112
110
111

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

Portions of RGB colors in percentages

R + G + B = 112 + 110 + 111 = 333 (100%)
R 112 of 333 ~ 33.63%
G 110 of 333 ~ 33.03%
B 111 of 333 ~ 33.33'%

%33.63
%33.03
%33.33

CMYK color model

#706E6F color CMYK value is (0,2,1,56).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 0.89%
  • key color value is 56.08%

CMYK: (0,2,1,56)
C0M2Y1K56 (0%, 2%, 1%, 56%)
(0.00 / 0.02 / 0.01 / 0.56)

CMYK percentages

%0
%1.79
%0.89
%56.08

Codes

Color #706E6F in popluar color models

70 6E 6F
RGB 112 110 111
HSL 330° 0.90% 43.53%
HSB/HSV 330° 1.79% 43.92%
CMYK 0.00% 1.79% 0.89%
56.08%

Color #706E6F in popluar number systems.

HEX 70 6E 6F
Decimal 112 110 111
Binary 1110000 1101110 1101111
Octal 160 156 157

Shades and tints

Shades of #706E6F

#706E6F
(112,110,111)
#666465
(102,100,101)
#5C5A5B
(92,90,91)
#525051
(82,80,81)
#484647
(72,70,71)
#3E3C3D
(62,60,61)
#343233
(52,50,51)
#2A2829
(42,40,41)
#201E1F
(32,30,31)
#161415
(22,20,21)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #706E6F

#706E6F
(112,110,111)
#7D7B7C
(125,123,124)
#8A8889
(138,136,137)
#979596
(151,149,150)
#A4A2A3
(164,162,163)
#B1AFB0
(177,175,176)
#BEBCBD
(190,188,189)
#CBC9CA
(203,201,202)
#D8D6D7
(216,214,215)
#E5E3E4
(229,227,228)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706E6F; }

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

This text font color is #706E6F.

Background Color

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

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

This div background color is #706E6F.

Border color

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

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

This div border color is #706E6F.

Opacity

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

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

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

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

This text has shadow with #706E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706E6F.

Preview

Color preview on black background

This text has color #706E6F on black background.


Color preview on white background

This text has color #706E6F on white background.


Black color preview on #706E6F background

This text has black color on #706E6F background.


White color preview on #706E6F background

This text has white color on #706E6F background.


Related colors

Complementary color

Complementary color for #hex is #8F9190.


I love getcolorcode.com

Triadic colors

1 #6F706E and #6E6F70 with #706E6F are triadic colors.

2 #6F6E70 and #6E706F with #706E6F are triadic colors.