COLOR #6C8276

HEX: #6C8276
RGB: (108,130,118)

Color info

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

RGB color model

#6C8276 color RGB value is (108,130,118).

  • red value is 108;
  • green value is 130;
  • blue value is 118.
RGB:
(108,130,118)
(42%,51%,46%)

RGB channels and saturation

R 108 of 255 = 42%
G 130 of 255 = 51%
B 118 of 255 = 46%

108
130
118

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

Portions of RGB colors in percentages

R + G + B =
108 + 130 + 118 = 356 (100%)
R 108 of 356 ~ 30.34%
G 130 of 356 ~ 36.52%
B 118 of 356 ~ 33.15%

%30.34
%36.52
%33.15

CMYK color model

#6C8276 color CMYK value is (17,0,9,49).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 9.23%
  • key color value is 49.02%
CMYK:
(17,0,9,49)
C17M0Y9K49 
(17%,0%,9%,49%)
(0.17/0.00/0.09/0.49)	

CMYK percentages

%16.92
%0
%9.23
%49.02

Codes

Color #6C8276 in popluar color models

6C8276
RGB108130118
HSL147°9.24%46.67%
HSB/HSV147°16.92%50.98%
CMYK16.92%0.00%9.23%
49.02%

Color #6C8276 in popluar number systems.

HEX6C8276
Decimal108130118
Binary1101100100000101110110
Octal154202166

Shades and tints

Shades of #6C8276

#6C8276
(108,130,118)
#63776C
(99,119,108)
#5A6C62
(90,108,98)
#516158
(81,97,88)
#48564E
(72,86,78)
#3F4B44
(63,75,68)
#36403A
(54,64,58)
#2D3530
(45,53,48)
#242A26
(36,42,38)
#1B1F1C
(27,31,28)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #6C8276

#6C8276
(108,130,118)
#798D82
(121,141,130)
#86988E
(134,152,142)
#93A39A
(147,163,154)
#A0AEA6
(160,174,166)
#ADB9B2
(173,185,178)
#BAC4BE
(186,196,190)
#C7CFCA
(199,207,202)
#D4DAD6
(212,218,214)
#E1E5E2
(225,229,226)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8276 color. Also use rgb(108,130,118) instead hex code.

Text Font Color

.myTextColor { color: #6C8276; }

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

This text font color is #6C8276.


Background Color

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

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

This div background color is #6C8276.


Border color

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

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

This div border color is #6C8276.


Opacity

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

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

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

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

This text has shadow with #6C8276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8276 on black background.


Color preview on white background

This text has color #6C8276 on white background.



Black color preview on #6C8276 background

This text has black color on #6C8276 background.


White color preview on #6C8276 background

This text has white color on #6C8276 background.