COLOR #6D8372

HEX: #6D8372 RGB: (109,131,114)

Color info

#6D8372 contains red, green and blue colors in about the same proportion. Web safe color of #6D8372 is #669966 (or #696).

RGB color model

#6D8372 color RGB value is (109,131,114).

RGB: (109,131,114) (43%, 51%, 45%)

RGB channels and saturation

R 109 of 255 = 43%
G 131 of 255 = 51%
B 114 of 255 = 45%

109
131
114

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

Portions of RGB colors in percentages

R + G + B = 109 + 131 + 114 = 354 (100%)
R 109 of 354 ~ 30.79%
G 131 of 354 ~ 37.01%
B 114 of 354 ~ 32.2'%

%30.79
%37.01
%32.2

CMYK color model

#6D8372 color CMYK value is (17,0,13,49).

  • cyan value is 16.79%
  • magenta value is 0.00%
  • yellow value is 12.98%
  • key color value is 48.63%

CMYK: (17,0,13,49)
C17M0Y13K49 (17%, 0%, 13%, 49%)
(0.17 / 0.00 / 0.13 / 0.49)

CMYK percentages

%16.79
%0
%12.98
%48.63

Codes

Color #6D8372 in popluar color models

6D 83 72
RGB 109 131 114
HSL 134° 9.17% 47.06%
HSB/HSV 134° 16.79% 51.37%
CMYK 16.79% 0.00% 12.98%
48.63%

Color #6D8372 in popluar number systems.

HEX 6D 83 72
Decimal 109 131 114
Binary 1101101 10000011 1110010
Octal 155 203 162

Shades and tints

Shades of #6D8372

#6D8372
(109,131,114)
#647868
(100,120,104)
#5B6D5E
(91,109,94)
#526254
(82,98,84)
#49574A
(73,87,74)
#404C40
(64,76,64)
#374136
(55,65,54)
#2E362C
(46,54,44)
#252B22
(37,43,34)
#1C2018
(28,32,24)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #6D8372

#6D8372
(109,131,114)
#7A8E7E
(122,142,126)
#87998A
(135,153,138)
#94A496
(148,164,150)
#A1AFA2
(161,175,162)
#AEBAAE
(174,186,174)
#BBC5BA
(187,197,186)
#C8D0C6
(200,208,198)
#D5DBD2
(213,219,210)
#E2E6DE
(226,230,222)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8372; }

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

This text font color is #6D8372.

Background Color

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

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

This div background color is #6D8372.

Border color

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

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

This div border color is #6D8372.

Opacity

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

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

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

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

This text has shadow with #6D8372 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D8372.

Preview

Color preview on black background

This text has color #6D8372 on black background.


Color preview on white background

This text has color #6D8372 on white background.


Black color preview on #6D8372 background

This text has black color on #6D8372 background.


White color preview on #6D8372 background

This text has white color on #6D8372 background.


Related colors

Complementary color

Complementary color for #hex is #927C8D.


I love getcolorcode.com

Triadic colors

1 #726D83 and #83726D with #6D8372 are triadic colors.

2 #72836D and #836D72 with #6D8372 are triadic colors.