COLOR #6D8671

HEX: #6D8671
RGB: (109,134,113)

Color info

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

RGB color model

#6D8671 color RGB value is (109,134,113).

  • red value is 109;
  • green value is 134;
  • blue value is 113.
RGB:
(109,134,113)
(43%,53%,44%)

RGB channels and saturation

R 109 of 255 = 43%
G 134 of 255 = 53%
B 113 of 255 = 44%

109
134
113

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

Portions of RGB colors in percentages

R + G + B =
109 + 134 + 113 = 356 (100%)
R 109 of 356 ~ 30.62%
G 134 of 356 ~ 37.64%
B 113 of 356 ~ 31.74%

%30.62
%37.64
%31.74

CMYK color model

#6D8671 color CMYK value is (19,0,16,47).

  • cyan value is 18.66%
  • magenta value is 0.00%
  • yellow value is 15.67%
  • key color value is 47.45%
CMYK:
(19,0,16,47)
C19M0Y16K47 
(19%,0%,16%,47%)
(0.19/0.00/0.16/0.47)	

CMYK percentages

%18.66
%0
%15.67
%47.45

Codes

Color #6D8671 in popluar color models

6D8671
RGB109134113
HSL130°10.29%47.65%
HSB/HSV130°18.66%52.55%
CMYK18.66%0.00%15.67%
47.45%

Color #6D8671 in popluar number systems.

HEX6D8671
Decimal109134113
Binary1101101100001101110001
Octal155206161

Shades and tints

Shades of #6D8671

#6D8671
(109,134,113)
#647A67
(100,122,103)
#5B6E5D
(91,110,93)
#526253
(82,98,83)
#495649
(73,86,73)
#404A3F
(64,74,63)
#373E35
(55,62,53)
#2E322B
(46,50,43)
#252621
(37,38,33)
#1C1A17
(28,26,23)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #6D8671

#6D8671
(109,134,113)
#7A917D
(122,145,125)
#879C89
(135,156,137)
#94A795
(148,167,149)
#A1B2A1
(161,178,161)
#AEBDAD
(174,189,173)
#BBC8B9
(187,200,185)
#C8D3C5
(200,211,197)
#D5DED1
(213,222,209)
#E2E9DD
(226,233,221)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8671 color. Also use rgb(109,134,113) instead hex code.

Text Font Color

.myTextColor { color: #6D8671; }

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

This text font color is #6D8671.


Background Color

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

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

This div background color is #6D8671.


Border color

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

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

This div border color is #6D8671.


Opacity

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

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

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

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

This text has shadow with #6D8671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8671 on black background.


Color preview on white background

This text has color #6D8671 on white background.



Black color preview on #6D8671 background

This text has black color on #6D8671 background.


White color preview on #6D8671 background

This text has white color on #6D8671 background.