COLOR #6D7E5D

HEX: #6D7E5D RGB: (109,126,93)

Color info

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

RGB color model

#6D7E5D color RGB value is (109,126,93).

RGB: (109,126,93) (43%, 49%, 36%)

RGB channels and saturation

R 109 of 255 = 43%
G 126 of 255 = 49%
B 93 of 255 = 36%

109
126
93

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

Portions of RGB colors in percentages

R + G + B = 109 + 126 + 93 = 328 (100%)
R 109 of 328 ~ 33.23%
G 126 of 328 ~ 38.41%
B 93 of 328 ~ 28.35'%

%33.23
%38.41
%28.35

CMYK color model

#6D7E5D color CMYK value is (13,0,26,51).

  • cyan value is 13.49%
  • magenta value is 0.00%
  • yellow value is 26.19%
  • key color value is 50.59%

CMYK: (13,0,26,51)
C13M0Y26K51 (13%, 0%, 26%, 51%)
(0.13 / 0.00 / 0.26 / 0.51)

CMYK percentages

%13.49
%0
%26.19
%50.59

Codes

Color #6D7E5D in popluar color models

6D 7E 5D
RGB 109 126 93
HSL 91° 15.07% 42.94%
HSB/HSV 91° 26.19% 49.41%
CMYK 13.49% 0.00% 26.19%
50.59%

Color #6D7E5D in popluar number systems.

HEX 6D 7E 5D
Decimal 109 126 93
Binary 1101101 1111110 1011101
Octal 155 176 135

Shades and tints

Shades of #6D7E5D

#6D7E5D
(109,126,93)
#647355
(100,115,85)
#5B684D
(91,104,77)
#525D45
(82,93,69)
#49523D
(73,82,61)
#404735
(64,71,53)
#373C2D
(55,60,45)
#2E3125
(46,49,37)
#25261D
(37,38,29)
#1C1B15
(28,27,21)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #6D7E5D

#6D7E5D
(109,126,93)
#7A896B
(122,137,107)
#879479
(135,148,121)
#949F87
(148,159,135)
#A1AA95
(161,170,149)
#AEB5A3
(174,181,163)
#BBC0B1
(187,192,177)
#C8CBBF
(200,203,191)
#D5D6CD
(213,214,205)
#E2E1DB
(226,225,219)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7E5D; }

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

This text font color is #6D7E5D.

Background Color

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

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

This div background color is #6D7E5D.

Border color

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

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

This div border color is #6D7E5D.

Opacity

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

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

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

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

This text has shadow with #6D7E5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D7E5D.

Preview

Color preview on black background

This text has color #6D7E5D on black background.


Color preview on white background

This text has color #6D7E5D on white background.


Black color preview on #6D7E5D background

This text has black color on #6D7E5D background.


White color preview on #6D7E5D background

This text has white color on #6D7E5D background.


Related colors

Complementary color

Complementary color for #hex is #9281A2.


I love getcolorcode.com

Triadic colors

1 #5D6D7E and #7E5D6D with #6D7E5D are triadic colors.

2 #5D7E6D and #7E6D5D with #6D7E5D are triadic colors.