COLOR #6D8357

HEX: #6D8357
RGB: (109,131,87)

Color info

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

RGB color model

#6D8357 color RGB value is (109,131,87).

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

RGB channels and saturation

R 109 of 255 = 43%
G 131 of 255 = 51%
B 87 of 255 = 34%

109
131
87

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

Portions of RGB colors in percentages

R + G + B =
109 + 131 + 87 = 327 (100%)
R 109 of 327 ~ 33.33%
G 131 of 327 ~ 40.06%
B 87 of 327 ~ 26.61%

%33.33
%40.06
%26.61

CMYK color model

#6D8357 color CMYK value is (17,0,34,49).

  • cyan value is 16.79%
  • magenta value is 0.00%
  • yellow value is 33.59%
  • key color value is 48.63%
CMYK:
(17,0,34,49)
C17M0Y34K49 
(17%,0%,34%,49%)
(0.17/0.00/0.34/0.49)	

CMYK percentages

%16.79
%0
%33.59
%48.63

Codes

Color #6D8357 in popluar color models

6D8357
RGB10913187
HSL90°20.18%42.75%
HSB/HSV90°33.59%51.37%
CMYK16.79%0.00%33.59%
48.63%

Color #6D8357 in popluar number systems.

HEX6D8357
Decimal10913187
Binary1101101100000111010111
Octal155203127

Shades and tints

Shades of #6D8357

#6D8357
(109,131,87)
#647850
(100,120,80)
#5B6D49
(91,109,73)
#526242
(82,98,66)
#49573B
(73,87,59)
#404C34
(64,76,52)
#37412D
(55,65,45)
#2E3626
(46,54,38)
#252B1F
(37,43,31)
#1C2018
(28,32,24)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #6D8357

#6D8357
(109,131,87)
#7A8E66
(122,142,102)
#879975
(135,153,117)
#94A484
(148,164,132)
#A1AF93
(161,175,147)
#AEBAA2
(174,186,162)
#BBC5B1
(187,197,177)
#C8D0C0
(200,208,192)
#D5DBCF
(213,219,207)
#E2E6DE
(226,230,222)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8357; }

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

This text font color is #6D8357.


Background Color

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

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

This div background color is #6D8357.


Border color

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

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

This div border color is #6D8357.


Opacity

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

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

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

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

This text has shadow with #6D8357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8357 on black background.


Color preview on white background

This text has color #6D8357 on white background.



Black color preview on #6D8357 background

This text has black color on #6D8357 background.


White color preview on #6D8357 background

This text has white color on #6D8357 background.