COLOR #6D8079

HEX: #6D8079
RGB: (109,128,121)

Color info

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

RGB color model

#6D8079 color RGB value is (109,128,121).

  • red value is 109;
  • green value is 128;
  • blue value is 121.
RGB:
(109,128,121)
(43%,50%,47%)

RGB channels and saturation

R 109 of 255 = 43%
G 128 of 255 = 50%
B 121 of 255 = 47%

109
128
121

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

Portions of RGB colors in percentages

R + G + B =
109 + 128 + 121 = 358 (100%)
R 109 of 358 ~ 30.45%
G 128 of 358 ~ 35.75%
B 121 of 358 ~ 33.8%

%30.45
%35.75
%33.8

CMYK color model

#6D8079 color CMYK value is (15,0,5,50).

  • cyan value is 14.84%
  • magenta value is 0.00%
  • yellow value is 5.47%
  • key color value is 49.80%
CMYK:
(15,0,5,50)
C15M0Y5K50 
(15%,0%,5%,50%)
(0.15/0.00/0.05/0.50)	

CMYK percentages

%14.84
%0
%5.47
%49.8

Codes

Color #6D8079 in popluar color models

6D8079
RGB109128121
HSL158°8.02%46.47%
HSB/HSV158°14.84%50.20%
CMYK14.84%0.00%5.47%
49.80%

Color #6D8079 in popluar number systems.

HEX6D8079
Decimal109128121
Binary1101101100000001111001
Octal155200171

Shades and tints

Shades of #6D8079

#6D8079
(109,128,121)
#64756E
(100,117,110)
#5B6A63
(91,106,99)
#525F58
(82,95,88)
#49544D
(73,84,77)
#404942
(64,73,66)
#373E37
(55,62,55)
#2E332C
(46,51,44)
#252821
(37,40,33)
#1C1D16
(28,29,22)
#13120B
(19,18,11)
#000000
(0,0,0)

Tints of #6D8079

#6D8079
(109,128,121)
#7A8B85
(122,139,133)
#879691
(135,150,145)
#94A19D
(148,161,157)
#A1ACA9
(161,172,169)
#AEB7B5
(174,183,181)
#BBC2C1
(187,194,193)
#C8CDCD
(200,205,205)
#D5D8D9
(213,216,217)
#E2E3E5
(226,227,229)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8079; }

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

This text font color is #6D8079.


Background Color

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

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

This div background color is #6D8079.


Border color

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

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

This div border color is #6D8079.


Opacity

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

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

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

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

This text has shadow with #6D8079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8079 on black background.


Color preview on white background

This text has color #6D8079 on white background.



Black color preview on #6D8079 background

This text has black color on #6D8079 background.


White color preview on #6D8079 background

This text has white color on #6D8079 background.