COLOR #6D6E72

HEX: #6D6E72
RGB: (109,110,114)

Color info

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

RGB color model

#6D6E72 color RGB value is (109,110,114).

  • red value is 109;
  • green value is 110;
  • blue value is 114.
RGB:
(109,110,114)
(43%,43%,45%)

RGB channels and saturation

R 109 of 255 = 43%
G 110 of 255 = 43%
B 114 of 255 = 45%

109
110
114

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

Portions of RGB colors in percentages

R + G + B =
109 + 110 + 114 = 333 (100%)
R 109 of 333 ~ 32.73%
G 110 of 333 ~ 33.03%
B 114 of 333 ~ 34.23%

%32.73
%33.03
%34.23

CMYK color model

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

  • cyan value is 4.39%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(4,4,0,55)
C4M4Y0K55 
(4%,4%,0%,55%)
(0.04/0.04/0.00/0.55)	

CMYK percentages

%4.39
%3.51
%0
%55.29

Codes

Color #6D6E72 in popluar color models

6D6E72
RGB109110114
HSL228°2.24%43.73%
HSB/HSV228°4.39%44.71%
CMYK4.39%3.51%0.00%
55.29%

Color #6D6E72 in popluar number systems.

HEX6D6E72
Decimal109110114
Binary110110111011101110010
Octal155156162

Shades and tints

Shades of #6D6E72

#6D6E72
(109,110,114)
#646468
(100,100,104)
#5B5A5E
(91,90,94)
#525054
(82,80,84)
#49464A
(73,70,74)
#403C40
(64,60,64)
#373236
(55,50,54)
#2E282C
(46,40,44)
#251E22
(37,30,34)
#1C1418
(28,20,24)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #6D6E72

#6D6E72
(109,110,114)
#7A7B7E
(122,123,126)
#87888A
(135,136,138)
#949596
(148,149,150)
#A1A2A2
(161,162,162)
#AEAFAE
(174,175,174)
#BBBCBA
(187,188,186)
#C8C9C6
(200,201,198)
#D5D6D2
(213,214,210)
#E2E3DE
(226,227,222)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6E72; }

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

This text font color is #6D6E72.


Background Color

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

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

This div background color is #6D6E72.


Border color

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

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

This div border color is #6D6E72.


Opacity

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

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

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

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

This text has shadow with #6D6E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6E72 on black background.


Color preview on white background

This text has color #6D6E72 on white background.



Black color preview on #6D6E72 background

This text has black color on #6D6E72 background.


White color preview on #6D6E72 background

This text has white color on #6D6E72 background.