COLOR #6D706F

HEX: #6D706F
RGB: (109,112,111)

Color info

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

RGB color model

#6D706F color RGB value is (109,112,111).

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

RGB channels and saturation

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

109
112
111

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

Portions of RGB colors in percentages

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

%32.83
%33.73
%33.43

CMYK color model

#6D706F color CMYK value is (3,0,1,56).

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

CMYK percentages

%2.68
%0
%0.89
%56.08

Codes

Color #6D706F in popluar color models

6D706F
RGB109112111
HSL160°1.36%43.33%
HSB/HSV160°2.68%43.92%
CMYK2.68%0.00%0.89%
56.08%

Color #6D706F in popluar number systems.

HEX6D706F
Decimal109112111
Binary110110111100001101111
Octal155160157

Shades and tints

Shades of #6D706F

#6D706F
(109,112,111)
#646665
(100,102,101)
#5B5C5B
(91,92,91)
#525251
(82,82,81)
#494847
(73,72,71)
#403E3D
(64,62,61)
#373433
(55,52,51)
#2E2A29
(46,42,41)
#25201F
(37,32,31)
#1C1615
(28,22,21)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #6D706F

#6D706F
(109,112,111)
#7A7D7C
(122,125,124)
#878A89
(135,138,137)
#949796
(148,151,150)
#A1A4A3
(161,164,163)
#AEB1B0
(174,177,176)
#BBBEBD
(187,190,189)
#C8CBCA
(200,203,202)
#D5D8D7
(213,216,215)
#E2E5E4
(226,229,228)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D706F; }

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

This text font color is #6D706F.


Background Color

.myBgColor { background-color: #6D706F; }

<div style="background-color:#6D706F">Inner text</div>

This div background color is #6D706F.


Border color

.myBorderColor { border: 1px solid #6D706F; }

<div style="border:3px solid #6D706F">Div</div>

This div border color is #6D706F.


Opacity

.myOpacity80 { color: #6D706F; opacity: 0.8; }

<p style="color:#6D706F;opacity:0.8;">80%</p>

Text with #6D706F 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 #6D706F;}

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

This text has shadow with #6D706F color.

.textShadow {text-shadow: 3px 3px 1px #6D706F, 3px 3px 1px red;}

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

This text has shadow with #6D706F primary color and red secondary color.


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

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

This text has shadow with #6D706F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D706F on black background.


Color preview on white background

This text has color #6D706F on white background.



Black color preview on #6D706F background

This text has black color on #6D706F background.


White color preview on #6D706F background

This text has white color on #6D706F background.