COLOR #6C796C

HEX: #6C796C
RGB: (108,121,108)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
121
108

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

Portions of RGB colors in percentages

R + G + B =
108 + 121 + 108 = 337 (100%)
R 108 of 337 ~ 32.05%
G 121 of 337 ~ 35.91%
B 108 of 337 ~ 32.05%

%32.05
%35.91
%32.05

CMYK color model

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

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

CMYK percentages

%10.74
%0
%10.74
%52.55

Codes

Color #6C796C in popluar color models

6C796C
RGB108121108
HSL120°5.68%44.90%
HSB/HSV120°10.74%47.45%
CMYK10.74%0.00%10.74%
52.55%

Color #6C796C in popluar number systems.

HEX6C796C
Decimal108121108
Binary110110011110011101100
Octal154171154

Shades and tints

Shades of #6C796C

#6C796C
(108,121,108)
#636E63
(99,110,99)
#5A635A
(90,99,90)
#515851
(81,88,81)
#484D48
(72,77,72)
#3F423F
(63,66,63)
#363736
(54,55,54)
#2D2C2D
(45,44,45)
#242124
(36,33,36)
#1B161B
(27,22,27)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #6C796C

#6C796C
(108,121,108)
#798579
(121,133,121)
#869186
(134,145,134)
#939D93
(147,157,147)
#A0A9A0
(160,169,160)
#ADB5AD
(173,181,173)
#BAC1BA
(186,193,186)
#C7CDC7
(199,205,199)
#D4D9D4
(212,217,212)
#E1E5E1
(225,229,225)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C796C; }

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

This text font color is #6C796C.


Background Color

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

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

This div background color is #6C796C.


Border color

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

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

This div border color is #6C796C.


Opacity

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

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

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

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

This text has shadow with #6C796C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C796C on black background.


Color preview on white background

This text has color #6C796C on white background.



Black color preview on #6C796C background

This text has black color on #6C796C background.


White color preview on #6C796C background

This text has white color on #6C796C background.