COLOR #706F6D

HEX: #706F6D
RGB: (112,111,109)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

112
111
109

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

Portions of RGB colors in percentages

R + G + B =
112 + 111 + 109 = 332 (100%)
R 112 of 332 ~ 33.73%
G 111 of 332 ~ 33.43%
B 109 of 332 ~ 32.83%

%33.73
%33.43
%32.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 2.68%
  • key color value is 56.08%
CMYK:
(0,1,3,56)
C0M1Y3K56 
(0%,1%,3%,56%)
(0.00/0.01/0.03/0.56)	

CMYK percentages

%0
%0.89
%2.68
%56.08

Codes

Color #706F6D in popluar color models

706F6D
RGB112111109
HSL40°1.36%43.33%
HSB/HSV40°2.68%43.92%
CMYK0.00%0.89%2.68%
56.08%

Color #706F6D in popluar number systems.

HEX706F6D
Decimal112111109
Binary111000011011111101101
Octal160157155

Shades and tints

Shades of #706F6D

#706F6D
(112,111,109)
#666564
(102,101,100)
#5C5B5B
(92,91,91)
#525152
(82,81,82)
#484749
(72,71,73)
#3E3D40
(62,61,64)
#343337
(52,51,55)
#2A292E
(42,41,46)
#201F25
(32,31,37)
#16151C
(22,21,28)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #706F6D

#706F6D
(112,111,109)
#7D7C7A
(125,124,122)
#8A8987
(138,137,135)
#979694
(151,150,148)
#A4A3A1
(164,163,161)
#B1B0AE
(177,176,174)
#BEBDBB
(190,189,187)
#CBCAC8
(203,202,200)
#D8D7D5
(216,215,213)
#E5E4E2
(229,228,226)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706F6D; }

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

This text font color is #706F6D.


Background Color

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

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

This div background color is #706F6D.


Border color

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

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

This div border color is #706F6D.


Opacity

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

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

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

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

This text has shadow with #706F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706F6D on black background.


Color preview on white background

This text has color #706F6D on white background.



Black color preview on #706F6D background

This text has black color on #706F6D background.


White color preview on #706F6D background

This text has white color on #706F6D background.