COLOR #6C7960

HEX: #6C7960
RGB: (108,121,96)

Color info

#6C7960 contains red, green and blue colors in about the same proportion. Web safe color of #6C7960 is #666666 (or #666).

RGB color model

#6C7960 color RGB value is (108,121,96).

  • red value is 108;
  • green value is 121;
  • blue value is 96.
RGB:
(108,121,96)
(42%,47%,38%)

RGB channels and saturation

R 108 of 255 = 42%
G 121 of 255 = 47%
B 96 of 255 = 38%

108
121
96

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

Portions of RGB colors in percentages

R + G + B =
108 + 121 + 96 = 325 (100%)
R 108 of 325 ~ 33.23%
G 121 of 325 ~ 37.23%
B 96 of 325 ~ 29.54%

%33.23
%37.23
%29.54

CMYK color model

#6C7960 color CMYK value is (11,0,21,53).

  • cyan value is 10.74%
  • magenta value is 0.00%
  • yellow value is 20.66%
  • key color value is 52.55%
CMYK:
(11,0,21,53)
C11M0Y21K53 
(11%,0%,21%,53%)
(0.11/0.00/0.21/0.53)	

CMYK percentages

%10.74
%0
%20.66
%52.55

Codes

Color #6C7960 in popluar color models

6C7960
RGB10812196
HSL91°11.52%42.55%
HSB/HSV91°20.66%47.45%
CMYK10.74%0.00%20.66%
52.55%

Color #6C7960 in popluar number systems.

HEX6C7960
Decimal10812196
Binary110110011110011100000
Octal154171140

Shades and tints

Shades of #6C7960

#6C7960
(108,121,96)
#636E58
(99,110,88)
#5A6350
(90,99,80)
#515848
(81,88,72)
#484D40
(72,77,64)
#3F4238
(63,66,56)
#363730
(54,55,48)
#2D2C28
(45,44,40)
#242120
(36,33,32)
#1B1618
(27,22,24)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #6C7960

#6C7960
(108,121,96)
#79856E
(121,133,110)
#86917C
(134,145,124)
#939D8A
(147,157,138)
#A0A998
(160,169,152)
#ADB5A6
(173,181,166)
#BAC1B4
(186,193,180)
#C7CDC2
(199,205,194)
#D4D9D0
(212,217,208)
#E1E5DE
(225,229,222)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7960 color. Also use rgb(108,121,96) instead hex code.

Text Font Color

.myTextColor { color: #6C7960; }

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

This text font color is #6C7960.


Background Color

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

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

This div background color is #6C7960.


Border color

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

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

This div border color is #6C7960.


Opacity

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

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

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

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

This text has shadow with #6C7960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7960 on black background.


Color preview on white background

This text has color #6C7960 on white background.



Black color preview on #6C7960 background

This text has black color on #6C7960 background.


White color preview on #6C7960 background

This text has white color on #6C7960 background.