COLOR #6C796A

HEX: #6C796A
RGB: (108,121,106)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
121
106

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

Portions of RGB colors in percentages

R + G + B =
108 + 121 + 106 = 335 (100%)
R 108 of 335 ~ 32.24%
G 121 of 335 ~ 36.12%
B 106 of 335 ~ 31.64%

%32.24
%36.12
%31.64

CMYK color model

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

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

CMYK percentages

%10.74
%0
%12.4
%52.55

Codes

Color #6C796A in popluar color models

6C796A
RGB108121106
HSL112°6.61%44.51%
HSB/HSV112°12.40%47.45%
CMYK10.74%0.00%12.40%
52.55%

Color #6C796A in popluar number systems.

HEX6C796A
Decimal108121106
Binary110110011110011101010
Octal154171152

Shades and tints

Shades of #6C796A

#6C796A
(108,121,106)
#636E61
(99,110,97)
#5A6358
(90,99,88)
#51584F
(81,88,79)
#484D46
(72,77,70)
#3F423D
(63,66,61)
#363734
(54,55,52)
#2D2C2B
(45,44,43)
#242122
(36,33,34)
#1B1619
(27,22,25)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #6C796A

#6C796A
(108,121,106)
#798577
(121,133,119)
#869184
(134,145,132)
#939D91
(147,157,145)
#A0A99E
(160,169,158)
#ADB5AB
(173,181,171)
#BAC1B8
(186,193,184)
#C7CDC5
(199,205,197)
#D4D9D2
(212,217,210)
#E1E5DF
(225,229,223)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C796A; }

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

This text font color is #6C796A.


Background Color

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

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

This div background color is #6C796A.


Border color

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

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

This div border color is #6C796A.


Opacity

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

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

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

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

This text has shadow with #6C796A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C796A on black background.


Color preview on white background

This text has color #6C796A on white background.



Black color preview on #6C796A background

This text has black color on #6C796A background.


White color preview on #6C796A background

This text has white color on #6C796A background.