COLOR #706D6D

HEX: #706D6D RGB: (112,109,109)

Color info

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

RGB color model

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

RGB: (112,109,109) (44%, 43%, 43%)

RGB channels and saturation

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

112
109
109

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

Portions of RGB colors in percentages

R + G + B = 112 + 109 + 109 = 330 (100%)
R 112 of 330 ~ 33.94%
G 109 of 330 ~ 33.03%
B 109 of 330 ~ 33.03'%

%33.94
%33.03
%33.03

CMYK color model

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

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

CMYK: (0,3,3,56)
C0M3Y3K56 (0%, 3%, 3%, 56%)
(0.00 / 0.03 / 0.03 / 0.56)

CMYK percentages

%0
%2.68
%2.68
%56.08

Codes

Color #706D6D in popluar color models

70 6D 6D
RGB 112 109 109
HSL 1.36% 43.33%
HSB/HSV 2.68% 43.92%
CMYK 0.00% 2.68% 2.68%
56.08%

Color #706D6D in popluar number systems.

HEX 70 6D 6D
Decimal 112 109 109
Binary 1110000 1101101 1101101
Octal 160 155 155

Shades and tints

Shades of #706D6D

#706D6D
(112,109,109)
#666464
(102,100,100)
#5C5B5B
(92,91,91)
#525252
(82,82,82)
#484949
(72,73,73)
#3E4040
(62,64,64)
#343737
(52,55,55)
#2A2E2E
(42,46,46)
#202525
(32,37,37)
#161C1C
(22,28,28)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #706D6D

#706D6D
(112,109,109)
#7D7A7A
(125,122,122)
#8A8787
(138,135,135)
#979494
(151,148,148)
#A4A1A1
(164,161,161)
#B1AEAE
(177,174,174)
#BEBBBB
(190,187,187)
#CBC8C8
(203,200,200)
#D8D5D5
(216,213,213)
#E5E2E2
(229,226,226)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706D6D; }

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

This text font color is #706D6D.

Background Color

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

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

This div background color is #706D6D.

Border color

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

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

This div border color is #706D6D.

Opacity

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

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

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

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

This text has shadow with #706D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706D6D.

Preview

Color preview on black background

This text has color #706D6D on black background.


Color preview on white background

This text has color #706D6D on white background.


Black color preview on #706D6D background

This text has black color on #706D6D background.


White color preview on #706D6D background

This text has white color on #706D6D background.


Related colors

Complementary color

Complementary color for #hex is #8F9292.


I love getcolorcode.com