COLOR #6D706D

HEX: #6D706D
RGB: (109,112,109)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

109
112
109

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

Portions of RGB colors in percentages

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

%33.03
%33.94
%33.03

CMYK color model

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

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

CMYK percentages

%2.68
%0
%2.68
%56.08

Codes

Color #6D706D in popluar color models

6D706D
RGB109112109
HSL120°1.36%43.33%
HSB/HSV120°2.68%43.92%
CMYK2.68%0.00%2.68%
56.08%

Color #6D706D in popluar number systems.

HEX6D706D
Decimal109112109
Binary110110111100001101101
Octal155160155

Shades and tints

Shades of #6D706D

#6D706D
(109,112,109)
#646664
(100,102,100)
#5B5C5B
(91,92,91)
#525252
(82,82,82)
#494849
(73,72,73)
#403E40
(64,62,64)
#373437
(55,52,55)
#2E2A2E
(46,42,46)
#252025
(37,32,37)
#1C161C
(28,22,28)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #6D706D

#6D706D
(109,112,109)
#7A7D7A
(122,125,122)
#878A87
(135,138,135)
#949794
(148,151,148)
#A1A4A1
(161,164,161)
#AEB1AE
(174,177,174)
#BBBEBB
(187,190,187)
#C8CBC8
(200,203,200)
#D5D8D5
(213,216,213)
#E2E5E2
(226,229,226)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D706D; }

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

This text font color is #6D706D.


Background Color

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

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

This div background color is #6D706D.


Border color

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

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

This div border color is #6D706D.


Opacity

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

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

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

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

This text has shadow with #6D706D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D706D on black background.


Color preview on white background

This text has color #6D706D on white background.



Black color preview on #6D706D background

This text has black color on #6D706D background.


White color preview on #6D706D background

This text has white color on #6D706D background.