COLOR #6D7F2E

HEX: #6D7F2E
RGB: (109,127,46)

Color info

#6D7F2E contains mainly red and green colors. Web safe color of #6D7F2E is #666633 (or #663).

RGB color model

#6D7F2E color RGB value is (109,127,46).

  • red value is 109;
  • green value is 127;
  • blue value is 46.
RGB:
(109,127,46)
(43%,50%,18%)

RGB channels and saturation

R 109 of 255 = 43%
G 127 of 255 = 50%
B 46 of 255 = 18%

109
127
46

R + G + B ~ 37%. #6D7F2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 127 + 46 = 282 (100%)
R 109 of 282 ~ 38.65%
G 127 of 282 ~ 45.04%
B 46 of 282 ~ 16.31%

%38.65
%45.04
%16.31

CMYK color model

#6D7F2E color CMYK value is (14,0,64,50).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 63.78%
  • key color value is 50.20%
CMYK:
(14,0,64,50)
C14M0Y64K50 
(14%,0%,64%,50%)
(0.14/0.00/0.64/0.50)	

CMYK percentages

%14.17
%0
%63.78
%50.2

Codes

Color #6D7F2E in popluar color models

6D7F2E
RGB10912746
HSL73°46.82%33.92%
HSB/HSV73°63.78%49.80%
CMYK14.17%0.00%63.78%
50.20%

Color #6D7F2E in popluar number systems.

HEX6D7F2E
Decimal10912746
Binary11011011111111101110
Octal15517756

Shades and tints

Shades of #6D7F2E

#6D7F2E
(109,127,46)
#64742A
(100,116,42)
#5B6926
(91,105,38)
#525E22
(82,94,34)
#49531E
(73,83,30)
#40481A
(64,72,26)
#373D16
(55,61,22)
#2E3212
(46,50,18)
#25270E
(37,39,14)
#1C1C0A
(28,28,10)
#131106
(19,17,6)
#000000
(0,0,0)

Tints of #6D7F2E

#6D7F2E
(109,127,46)
#7A8A41
(122,138,65)
#879554
(135,149,84)
#94A067
(148,160,103)
#A1AB7A
(161,171,122)
#AEB68D
(174,182,141)
#BBC1A0
(187,193,160)
#C8CCB3
(200,204,179)
#D5D7C6
(213,215,198)
#E2E2D9
(226,226,217)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7F2E color. Also use rgb(109,127,46) instead hex code.

Text Font Color

.myTextColor { color: #6D7F2E; }

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

This text font color is #6D7F2E.


Background Color

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

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

This div background color is #6D7F2E.


Border color

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

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

This div border color is #6D7F2E.


Opacity

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

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

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

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

This text has shadow with #6D7F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7F2E on black background.


Color preview on white background

This text has color #6D7F2E on white background.



Black color preview on #6D7F2E background

This text has black color on #6D7F2E background.


White color preview on #6D7F2E background

This text has white color on #6D7F2E background.