COLOR #6D747E

HEX: #6D747E
RGB: (109,116,126)

Color info

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

RGB color model

#6D747E color RGB value is (109,116,126).

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

RGB channels and saturation

R 109 of 255 = 43%
G 116 of 255 = 45%
B 126 of 255 = 49%

109
116
126

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

Portions of RGB colors in percentages

R + G + B =
109 + 116 + 126 = 351 (100%)
R 109 of 351 ~ 31.05%
G 116 of 351 ~ 33.05%
B 126 of 351 ~ 35.9%

%31.05
%33.05
%35.9

CMYK color model

#6D747E color CMYK value is (13,8,0,51).

  • cyan value is 13.49%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(13,8,0,51)
C13M8Y0K51 
(13%,8%,0%,51%)
(0.13/0.08/0.00/0.51)	

CMYK percentages

%13.49
%7.94
%0
%50.59

Codes

Color #6D747E in popluar color models

6D747E
RGB109116126
HSL215°7.23%46.08%
HSB/HSV215°13.49%49.41%
CMYK13.49%7.94%0.00%
50.59%

Color #6D747E in popluar number systems.

HEX6D747E
Decimal109116126
Binary110110111101001111110
Octal155164176

Shades and tints

Shades of #6D747E

#6D747E
(109,116,126)
#646A73
(100,106,115)
#5B6068
(91,96,104)
#52565D
(82,86,93)
#494C52
(73,76,82)
#404247
(64,66,71)
#37383C
(55,56,60)
#2E2E31
(46,46,49)
#252426
(37,36,38)
#1C1A1B
(28,26,27)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #6D747E

#6D747E
(109,116,126)
#7A8089
(122,128,137)
#878C94
(135,140,148)
#94989F
(148,152,159)
#A1A4AA
(161,164,170)
#AEB0B5
(174,176,181)
#BBBCC0
(187,188,192)
#C8C8CB
(200,200,203)
#D5D4D6
(213,212,214)
#E2E0E1
(226,224,225)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D747E; }

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

This text font color is #6D747E.


Background Color

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

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

This div background color is #6D747E.


Border color

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

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

This div border color is #6D747E.


Opacity

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

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

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

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

This text has shadow with #6D747E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D747E on black background.


Color preview on white background

This text has color #6D747E on white background.



Black color preview on #6D747E background

This text has black color on #6D747E background.


White color preview on #6D747E background

This text has white color on #6D747E background.