COLOR #6D8070

HEX: #6D8070
RGB: (109,128,112)

Color info

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

RGB color model

#6D8070 color RGB value is (109,128,112).

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

RGB channels and saturation

R 109 of 255 = 43%
G 128 of 255 = 50%
B 112 of 255 = 44%

109
128
112

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

Portions of RGB colors in percentages

R + G + B =
109 + 128 + 112 = 349 (100%)
R 109 of 349 ~ 31.23%
G 128 of 349 ~ 36.68%
B 112 of 349 ~ 32.09%

%31.23
%36.68
%32.09

CMYK color model

#6D8070 color CMYK value is (15,0,13,50).

  • cyan value is 14.84%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 49.80%
CMYK:
(15,0,13,50)
C15M0Y13K50 
(15%,0%,13%,50%)
(0.15/0.00/0.13/0.50)	

CMYK percentages

%14.84
%0
%12.5
%49.8

Codes

Color #6D8070 in popluar color models

6D8070
RGB109128112
HSL129°8.02%46.47%
HSB/HSV129°14.84%50.20%
CMYK14.84%0.00%12.50%
49.80%

Color #6D8070 in popluar number systems.

HEX6D8070
Decimal109128112
Binary1101101100000001110000
Octal155200160

Shades and tints

Shades of #6D8070

#6D8070
(109,128,112)
#647566
(100,117,102)
#5B6A5C
(91,106,92)
#525F52
(82,95,82)
#495448
(73,84,72)
#40493E
(64,73,62)
#373E34
(55,62,52)
#2E332A
(46,51,42)
#252820
(37,40,32)
#1C1D16
(28,29,22)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #6D8070

#6D8070
(109,128,112)
#7A8B7D
(122,139,125)
#87968A
(135,150,138)
#94A197
(148,161,151)
#A1ACA4
(161,172,164)
#AEB7B1
(174,183,177)
#BBC2BE
(187,194,190)
#C8CDCB
(200,205,203)
#D5D8D8
(213,216,216)
#E2E3E5
(226,227,229)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8070; }

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

This text font color is #6D8070.


Background Color

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

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

This div background color is #6D8070.


Border color

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

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

This div border color is #6D8070.


Opacity

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

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

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

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

This text has shadow with #6D8070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8070 on black background.


Color preview on white background

This text has color #6D8070 on white background.



Black color preview on #6D8070 background

This text has black color on #6D8070 background.


White color preview on #6D8070 background

This text has white color on #6D8070 background.