COLOR #6D8379

HEX: #6D8379
RGB: (109,131,121)

Color info

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

RGB color model

#6D8379 color RGB value is (109,131,121).

  • red value is 109;
  • green value is 131;
  • blue value is 121.
RGB:
(109,131,121)
(43%,51%,47%)

RGB channels and saturation

R 109 of 255 = 43%
G 131 of 255 = 51%
B 121 of 255 = 47%

109
131
121

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

Portions of RGB colors in percentages

R + G + B =
109 + 131 + 121 = 361 (100%)
R 109 of 361 ~ 30.19%
G 131 of 361 ~ 36.29%
B 121 of 361 ~ 33.52%

%30.19
%36.29
%33.52

CMYK color model

#6D8379 color CMYK value is (17,0,8,49).

  • cyan value is 16.79%
  • magenta value is 0.00%
  • yellow value is 7.63%
  • key color value is 48.63%
CMYK:
(17,0,8,49)
C17M0Y8K49 
(17%,0%,8%,49%)
(0.17/0.00/0.08/0.49)	

CMYK percentages

%16.79
%0
%7.63
%48.63

Codes

Color #6D8379 in popluar color models

6D8379
RGB109131121
HSL153°9.17%47.06%
HSB/HSV153°16.79%51.37%
CMYK16.79%0.00%7.63%
48.63%

Color #6D8379 in popluar number systems.

HEX6D8379
Decimal109131121
Binary1101101100000111111001
Octal155203171

Shades and tints

Shades of #6D8379

#6D8379
(109,131,121)
#64786E
(100,120,110)
#5B6D63
(91,109,99)
#526258
(82,98,88)
#49574D
(73,87,77)
#404C42
(64,76,66)
#374137
(55,65,55)
#2E362C
(46,54,44)
#252B21
(37,43,33)
#1C2016
(28,32,22)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #6D8379

#6D8379
(109,131,121)
#7A8E85
(122,142,133)
#879991
(135,153,145)
#94A49D
(148,164,157)
#A1AFA9
(161,175,169)
#AEBAB5
(174,186,181)
#BBC5C1
(187,197,193)
#C8D0CD
(200,208,205)
#D5DBD9
(213,219,217)
#E2E6E5
(226,230,229)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8379; }

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

This text font color is #6D8379.


Background Color

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

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

This div background color is #6D8379.


Border color

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

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

This div border color is #6D8379.


Opacity

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

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

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

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

This text has shadow with #6D8379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8379 on black background.


Color preview on white background

This text has color #6D8379 on white background.



Black color preview on #6D8379 background

This text has black color on #6D8379 background.


White color preview on #6D8379 background

This text has white color on #6D8379 background.