COLOR #6D8854

HEX: #6D8854
RGB: (109,136,84)

Color info

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

RGB color model

#6D8854 color RGB value is (109,136,84).

  • red value is 109;
  • green value is 136;
  • blue value is 84.
RGB:
(109,136,84)
(43%,53%,33%)

RGB channels and saturation

R 109 of 255 = 43%
G 136 of 255 = 53%
B 84 of 255 = 33%

109
136
84

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

Portions of RGB colors in percentages

R + G + B =
109 + 136 + 84 = 329 (100%)
R 109 of 329 ~ 33.13%
G 136 of 329 ~ 41.34%
B 84 of 329 ~ 25.53%

%33.13
%41.34
%25.53

CMYK color model

#6D8854 color CMYK value is (20,0,38,47).

  • cyan value is 19.85%
  • magenta value is 0.00%
  • yellow value is 38.24%
  • key color value is 46.67%
CMYK:
(20,0,38,47)
C20M0Y38K47 
(20%,0%,38%,47%)
(0.20/0.00/0.38/0.47)	

CMYK percentages

%19.85
%0
%38.24
%46.67

Codes

Color #6D8854 in popluar color models

6D8854
RGB10913684
HSL91°23.64%43.14%
HSB/HSV91°38.24%53.33%
CMYK19.85%0.00%38.24%
46.67%

Color #6D8854 in popluar number systems.

HEX6D8854
Decimal10913684
Binary1101101100010001010100
Octal155210124

Shades and tints

Shades of #6D8854

#6D8854
(109,136,84)
#647C4D
(100,124,77)
#5B7046
(91,112,70)
#52643F
(82,100,63)
#495838
(73,88,56)
#404C31
(64,76,49)
#37402A
(55,64,42)
#2E3423
(46,52,35)
#25281C
(37,40,28)
#1C1C15
(28,28,21)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #6D8854

#6D8854
(109,136,84)
#7A9263
(122,146,99)
#879C72
(135,156,114)
#94A681
(148,166,129)
#A1B090
(161,176,144)
#AEBA9F
(174,186,159)
#BBC4AE
(187,196,174)
#C8CEBD
(200,206,189)
#D5D8CC
(213,216,204)
#E2E2DB
(226,226,219)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8854 color. Also use rgb(109,136,84) instead hex code.

Text Font Color

.myTextColor { color: #6D8854; }

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

This text font color is #6D8854.


Background Color

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

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

This div background color is #6D8854.


Border color

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

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

This div border color is #6D8854.


Opacity

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

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

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

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

This text has shadow with #6D8854 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8854 on black background.


Color preview on white background

This text has color #6D8854 on white background.



Black color preview on #6D8854 background

This text has black color on #6D8854 background.


White color preview on #6D8854 background

This text has white color on #6D8854 background.