COLOR #6C8670

HEX: #6C8670
RGB: (108,134,112)

Color info

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

RGB color model

#6C8670 color RGB value is (108,134,112).

  • red value is 108;
  • green value is 134;
  • blue value is 112.
RGB:
(108,134,112)
(42%,53%,44%)

RGB channels and saturation

R 108 of 255 = 42%
G 134 of 255 = 53%
B 112 of 255 = 44%

108
134
112

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

Portions of RGB colors in percentages

R + G + B =
108 + 134 + 112 = 354 (100%)
R 108 of 354 ~ 30.51%
G 134 of 354 ~ 37.85%
B 112 of 354 ~ 31.64%

%30.51
%37.85
%31.64

CMYK color model

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

  • cyan value is 19.40%
  • magenta value is 0.00%
  • yellow value is 16.42%
  • 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

%19.4
%0
%16.42
%47.45

Codes

Color #6C8670 in popluar color models

6C8670
RGB108134112
HSL129°10.74%47.45%
HSB/HSV129°19.40%52.55%
CMYK19.40%0.00%16.42%
47.45%

Color #6C8670 in popluar number systems.

HEX6C8670
Decimal108134112
Binary1101100100001101110000
Octal154206160

Shades and tints

Shades of #6C8670

#6C8670
(108,134,112)
#637A66
(99,122,102)
#5A6E5C
(90,110,92)
#516252
(81,98,82)
#485648
(72,86,72)
#3F4A3E
(63,74,62)
#363E34
(54,62,52)
#2D322A
(45,50,42)
#242620
(36,38,32)
#1B1A16
(27,26,22)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #6C8670

#6C8670
(108,134,112)
#79917D
(121,145,125)
#869C8A
(134,156,138)
#93A797
(147,167,151)
#A0B2A4
(160,178,164)
#ADBDB1
(173,189,177)
#BAC8BE
(186,200,190)
#C7D3CB
(199,211,203)
#D4DED8
(212,222,216)
#E1E9E5
(225,233,229)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8670 color. Also use rgb(108,134,112) instead hex code.

Text Font Color

.myTextColor { color: #6C8670; }

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

This text font color is #6C8670.


Background Color

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

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

This div background color is #6C8670.


Border color

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

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

This div border color is #6C8670.


Opacity

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

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

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

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

This text has shadow with #6C8670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8670 on black background.


Color preview on white background

This text has color #6C8670 on white background.



Black color preview on #6C8670 background

This text has black color on #6C8670 background.


White color preview on #6C8670 background

This text has white color on #6C8670 background.