COLOR #706F6F

HEX: #706F6F RGB: (112,111,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

112
111
111

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

Portions of RGB colors in percentages

R + G + B = 112 + 111 + 111 = 334 (100%)
R 112 of 334 ~ 33.53%
G 111 of 334 ~ 33.23%
B 111 of 334 ~ 33.23'%

%33.53
%33.23
%33.23

CMYK color model

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

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

CMYK: (0,1,1,56)
C0M1Y1K56 (0%, 1%, 1%, 56%)
(0.00 / 0.01 / 0.01 / 0.56)

CMYK percentages

%0
%0.89
%0.89
%56.08

Codes

Color #706F6F in popluar color models

70 6F 6F
RGB 112 111 111
HSL 0.45% 43.73%
HSB/HSV 0.89% 43.92%
CMYK 0.00% 0.89% 0.89%
56.08%

Color #706F6F in popluar number systems.

HEX 70 6F 6F
Decimal 112 111 111
Binary 1110000 1101111 1101111
Octal 160 157 157

Shades and tints

Shades of #706F6F

#706F6F
(112,111,111)
#666565
(102,101,101)
#5C5B5B
(92,91,91)
#525151
(82,81,81)
#484747
(72,71,71)
#3E3D3D
(62,61,61)
#343333
(52,51,51)
#2A2929
(42,41,41)
#201F1F
(32,31,31)
#161515
(22,21,21)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #706F6F

#706F6F
(112,111,111)
#7D7C7C
(125,124,124)
#8A8989
(138,137,137)
#979696
(151,150,150)
#A4A3A3
(164,163,163)
#B1B0B0
(177,176,176)
#BEBDBD
(190,189,189)
#CBCACA
(203,202,202)
#D8D7D7
(216,215,215)
#E5E4E4
(229,228,228)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706F6F; }

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

This text font color is #706F6F.

Background Color

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

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

This div background color is #706F6F.

Border color

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

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

This div border color is #706F6F.

Opacity

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

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

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

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

This text has shadow with #706F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706F6F.

Preview

Color preview on black background

This text has color #706F6F on black background.


Color preview on white background

This text has color #706F6F on white background.


Black color preview on #706F6F background

This text has black color on #706F6F background.


White color preview on #706F6F background

This text has white color on #706F6F background.


Related colors

Complementary color

Complementary color for #hex is #8F9090.


I love getcolorcode.com