COLOR #6D7E3D

HEX: #6D7E3D
RGB: (109,126,61)

Color info

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

RGB color model

#6D7E3D color RGB value is (109,126,61).

  • red value is 109;
  • green value is 126;
  • blue value is 61.
RGB:
(109,126,61)
(43%,49%,24%)

RGB channels and saturation

R 109 of 255 = 43%
G 126 of 255 = 49%
B 61 of 255 = 24%

109
126
61

R + G + B ~ 39%. #6D7E3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 126 + 61 = 296 (100%)
R 109 of 296 ~ 36.82%
G 126 of 296 ~ 42.57%
B 61 of 296 ~ 20.61%

%36.82
%42.57
%20.61

CMYK color model

#6D7E3D color CMYK value is (13,0,52,51).

  • cyan value is 13.49%
  • magenta value is 0.00%
  • yellow value is 51.59%
  • key color value is 50.59%
CMYK:
(13,0,52,51)
C13M0Y52K51 
(13%,0%,52%,51%)
(0.13/0.00/0.52/0.51)	

CMYK percentages

%13.49
%0
%51.59
%50.59

Codes

Color #6D7E3D in popluar color models

6D7E3D
RGB10912661
HSL76°34.76%36.67%
HSB/HSV76°51.59%49.41%
CMYK13.49%0.00%51.59%
50.59%

Color #6D7E3D in popluar number systems.

HEX6D7E3D
Decimal10912661
Binary11011011111110111101
Octal15517675

Shades and tints

Shades of #6D7E3D

#6D7E3D
(109,126,61)
#647338
(100,115,56)
#5B6833
(91,104,51)
#525D2E
(82,93,46)
#495229
(73,82,41)
#404724
(64,71,36)
#373C1F
(55,60,31)
#2E311A
(46,49,26)
#252615
(37,38,21)
#1C1B10
(28,27,16)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #6D7E3D

#6D7E3D
(109,126,61)
#7A894E
(122,137,78)
#87945F
(135,148,95)
#949F70
(148,159,112)
#A1AA81
(161,170,129)
#AEB592
(174,181,146)
#BBC0A3
(187,192,163)
#C8CBB4
(200,203,180)
#D5D6C5
(213,214,197)
#E2E1D6
(226,225,214)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7E3D color. Also use rgb(109,126,61) instead hex code.

Text Font Color

.myTextColor { color: #6D7E3D; }

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

This text font color is #6D7E3D.


Background Color

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

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

This div background color is #6D7E3D.


Border color

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

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

This div border color is #6D7E3D.


Opacity

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

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

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

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

This text has shadow with #6D7E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7E3D on black background.


Color preview on white background

This text has color #6D7E3D on white background.



Black color preview on #6D7E3D background

This text has black color on #6D7E3D background.


White color preview on #6D7E3D background

This text has white color on #6D7E3D background.