COLOR #6D746F

HEX: #6D746F
RGB: (109,116,111)

Color info

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

RGB color model

#6D746F color RGB value is (109,116,111).

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

RGB channels and saturation

R 109 of 255 = 43%
G 116 of 255 = 45%
B 111 of 255 = 44%

109
116
111

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

Portions of RGB colors in percentages

R + G + B =
109 + 116 + 111 = 336 (100%)
R 109 of 336 ~ 32.44%
G 116 of 336 ~ 34.52%
B 111 of 336 ~ 33.04%

%32.44
%34.52
%33.04

CMYK color model

#6D746F color CMYK value is (6,0,4,55).

  • cyan value is 6.03%
  • magenta value is 0.00%
  • yellow value is 4.31%
  • key color value is 54.51%
CMYK:
(6,0,4,55)
C6M0Y4K55 
(6%,0%,4%,55%)
(0.06/0.00/0.04/0.55)	

CMYK percentages

%6.03
%0
%4.31
%54.51

Codes

Color #6D746F in popluar color models

6D746F
RGB109116111
HSL137°3.11%44.12%
HSB/HSV137°6.03%45.49%
CMYK6.03%0.00%4.31%
54.51%

Color #6D746F in popluar number systems.

HEX6D746F
Decimal109116111
Binary110110111101001101111
Octal155164157

Shades and tints

Shades of #6D746F

#6D746F
(109,116,111)
#646A65
(100,106,101)
#5B605B
(91,96,91)
#525651
(82,86,81)
#494C47
(73,76,71)
#40423D
(64,66,61)
#373833
(55,56,51)
#2E2E29
(46,46,41)
#25241F
(37,36,31)
#1C1A15
(28,26,21)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #6D746F

#6D746F
(109,116,111)
#7A807C
(122,128,124)
#878C89
(135,140,137)
#949896
(148,152,150)
#A1A4A3
(161,164,163)
#AEB0B0
(174,176,176)
#BBBCBD
(187,188,189)
#C8C8CA
(200,200,202)
#D5D4D7
(213,212,215)
#E2E0E4
(226,224,228)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D746F; }

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

This text font color is #6D746F.


Background Color

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

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

This div background color is #6D746F.


Border color

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

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

This div border color is #6D746F.


Opacity

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

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

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

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

This text has shadow with #6D746F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D746F on black background.


Color preview on white background

This text has color #6D746F on white background.



Black color preview on #6D746F background

This text has black color on #6D746F background.


White color preview on #6D746F background

This text has white color on #6D746F background.