COLOR #6D8147

HEX: #6D8147
RGB: (109,129,71)

Color info

#6D8147 contains red, green and blue colors in about the same proportion. Web safe color of #6D8147 is #669933 (or #693).

RGB color model

#6D8147 color RGB value is (109,129,71).

  • red value is 109;
  • green value is 129;
  • blue value is 71.
RGB:
(109,129,71)
(43%,51%,28%)

RGB channels and saturation

R 109 of 255 = 43%
G 129 of 255 = 51%
B 71 of 255 = 28%

109
129
71

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

Portions of RGB colors in percentages

R + G + B =
109 + 129 + 71 = 309 (100%)
R 109 of 309 ~ 35.28%
G 129 of 309 ~ 41.75%
B 71 of 309 ~ 22.98%

%35.28
%41.75
%22.98

CMYK color model

#6D8147 color CMYK value is (16,0,45,49).

  • cyan value is 15.50%
  • magenta value is 0.00%
  • yellow value is 44.96%
  • key color value is 49.41%
CMYK:
(16,0,45,49)
C16M0Y45K49 
(16%,0%,45%,49%)
(0.16/0.00/0.45/0.49)	

CMYK percentages

%15.5
%0
%44.96
%49.41

Codes

Color #6D8147 in popluar color models

6D8147
RGB10912971
HSL81°29.00%39.22%
HSB/HSV81°44.96%50.59%
CMYK15.50%0.00%44.96%
49.41%

Color #6D8147 in popluar number systems.

HEX6D8147
Decimal10912971
Binary1101101100000011000111
Octal155201107

Shades and tints

Shades of #6D8147

#6D8147
(109,129,71)
#647641
(100,118,65)
#5B6B3B
(91,107,59)
#526035
(82,96,53)
#49552F
(73,85,47)
#404A29
(64,74,41)
#373F23
(55,63,35)
#2E341D
(46,52,29)
#252917
(37,41,23)
#1C1E11
(28,30,17)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #6D8147

#6D8147
(109,129,71)
#7A8C57
(122,140,87)
#879767
(135,151,103)
#94A277
(148,162,119)
#A1AD87
(161,173,135)
#AEB897
(174,184,151)
#BBC3A7
(187,195,167)
#C8CEB7
(200,206,183)
#D5D9C7
(213,217,199)
#E2E4D7
(226,228,215)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8147 color. Also use rgb(109,129,71) instead hex code.

Text Font Color

.myTextColor { color: #6D8147; }

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

This text font color is #6D8147.


Background Color

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

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

This div background color is #6D8147.


Border color

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

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

This div border color is #6D8147.


Opacity

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

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

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

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

This text has shadow with #6D8147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8147 on black background.


Color preview on white background

This text has color #6D8147 on white background.



Black color preview on #6D8147 background

This text has black color on #6D8147 background.


White color preview on #6D8147 background

This text has white color on #6D8147 background.