COLOR #6D8073

HEX: #6D8073 RGB: (109,128,115)

Color info

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

RGB color model

#6D8073 color RGB value is (109,128,115).

RGB: (109,128,115) (43%, 50%, 45%)

RGB channels and saturation

R 109 of 255 = 43%
G 128 of 255 = 50%
B 115 of 255 = 45%

109
128
115

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

Portions of RGB colors in percentages

R + G + B = 109 + 128 + 115 = 352 (100%)
R 109 of 352 ~ 30.97%
G 128 of 352 ~ 36.36%
B 115 of 352 ~ 32.67'%

%30.97
%36.36
%32.67

CMYK color model

#6D8073 color CMYK value is (15,0,10,50).

  • cyan value is 14.84%
  • magenta value is 0.00%
  • yellow value is 10.16%
  • key color value is 49.80%

CMYK: (15,0,10,50)
C15M0Y10K50 (15%, 0%, 10%, 50%)
(0.15 / 0.00 / 0.10 / 0.50)

CMYK percentages

%14.84
%0
%10.16
%49.8

Codes

Color #6D8073 in popluar color models

6D 80 73
RGB 109 128 115
HSL 139° 8.02% 46.47%
HSB/HSV 139° 14.84% 50.20%
CMYK 14.84% 0.00% 10.16%
49.80%

Color #6D8073 in popluar number systems.

HEX 6D 80 73
Decimal 109 128 115
Binary 1101101 10000000 1110011
Octal 155 200 163

Shades and tints

Shades of #6D8073

#6D8073
(109,128,115)
#647569
(100,117,105)
#5B6A5F
(91,106,95)
#525F55
(82,95,85)
#49544B
(73,84,75)
#404941
(64,73,65)
#373E37
(55,62,55)
#2E332D
(46,51,45)
#252823
(37,40,35)
#1C1D19
(28,29,25)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #6D8073

#6D8073
(109,128,115)
#7A8B7F
(122,139,127)
#87968B
(135,150,139)
#94A197
(148,161,151)
#A1ACA3
(161,172,163)
#AEB7AF
(174,183,175)
#BBC2BB
(187,194,187)
#C8CDC7
(200,205,199)
#D5D8D3
(213,216,211)
#E2E3DF
(226,227,223)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8073; }

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

This text font color is #6D8073.

Background Color

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

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

This div background color is #6D8073.

Border color

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

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

This div border color is #6D8073.

Opacity

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

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

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

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

This text has shadow with #6D8073 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D8073.

Preview

Color preview on black background

This text has color #6D8073 on black background.


Color preview on white background

This text has color #6D8073 on white background.


Black color preview on #6D8073 background

This text has black color on #6D8073 background.


White color preview on #6D8073 background

This text has white color on #6D8073 background.


Related colors

Complementary color

Complementary color for #hex is #927F8C.


I love getcolorcode.com

Triadic colors

1 #736D80 and #80736D with #6D8073 are triadic colors.

2 #73806D and #806D73 with #6D8073 are triadic colors.