COLOR #6D6F73

HEX: #6D6F73
RGB: (109,111,115)

Color info

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

RGB color model

#6D6F73 color RGB value is (109,111,115).

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

RGB channels and saturation

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

109
111
115

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

Portions of RGB colors in percentages

R + G + B =
109 + 111 + 115 = 335 (100%)
R 109 of 335 ~ 32.54%
G 111 of 335 ~ 33.13%
B 115 of 335 ~ 34.33%

%32.54
%33.13
%34.33

CMYK color model

#6D6F73 color CMYK value is (5,3,0,55).

  • cyan value is 5.22%
  • magenta value is 3.48%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(5,3,0,55)
C5M3Y0K55 
(5%,3%,0%,55%)
(0.05/0.03/0.00/0.55)	

CMYK percentages

%5.22
%3.48
%0
%54.9

Codes

Color #6D6F73 in popluar color models

6D6F73
RGB109111115
HSL220°2.68%43.92%
HSB/HSV220°5.22%45.10%
CMYK5.22%3.48%0.00%
54.90%

Color #6D6F73 in popluar number systems.

HEX6D6F73
Decimal109111115
Binary110110111011111110011
Octal155157163

Shades and tints

Shades of #6D6F73

#6D6F73
(109,111,115)
#646569
(100,101,105)
#5B5B5F
(91,91,95)
#525155
(82,81,85)
#49474B
(73,71,75)
#403D41
(64,61,65)
#373337
(55,51,55)
#2E292D
(46,41,45)
#251F23
(37,31,35)
#1C1519
(28,21,25)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #6D6F73

#6D6F73
(109,111,115)
#7A7C7F
(122,124,127)
#87898B
(135,137,139)
#949697
(148,150,151)
#A1A3A3
(161,163,163)
#AEB0AF
(174,176,175)
#BBBDBB
(187,189,187)
#C8CAC7
(200,202,199)
#D5D7D3
(213,215,211)
#E2E4DF
(226,228,223)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6F73; }

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

This text font color is #6D6F73.


Background Color

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

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

This div background color is #6D6F73.


Border color

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

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

This div border color is #6D6F73.


Opacity

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

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

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

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

This text has shadow with #6D6F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6F73 on black background.


Color preview on white background

This text has color #6D6F73 on white background.



Black color preview on #6D6F73 background

This text has black color on #6D6F73 background.


White color preview on #6D6F73 background

This text has white color on #6D6F73 background.