COLOR #6C794F

HEX: #6C794F RGB: (108,121,79)

Color info

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

RGB color model

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

RGB: (108,121,79) (42%, 47%, 31%)

RGB channels and saturation

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

108
121
79

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

Portions of RGB colors in percentages

R + G + B = 108 + 121 + 79 = 308 (100%)
R 108 of 308 ~ 35.06%
G 121 of 308 ~ 39.29%
B 79 of 308 ~ 25.65'%

%35.06
%39.29
%25.65

CMYK color model

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

  • cyan value is 10.74%
  • magenta value is 0.00%
  • yellow value is 34.71%
  • key color value is 52.55%

CMYK: (11,0,35,53)
C11M0Y35K53 (11%, 0%, 35%, 53%)
(0.11 / 0.00 / 0.35 / 0.53)

CMYK percentages

%10.74
%0
%34.71
%52.55

Codes

Color #6C794F in popluar color models

6C 79 4F
RGB 108 121 79
HSL 79° 21.00% 39.22%
HSB/HSV 79° 34.71% 47.45%
CMYK 10.74% 0.00% 34.71%
52.55%

Color #6C794F in popluar number systems.

HEX 6C 79 4F
Decimal 108 121 79
Binary 1101100 1111001 1001111
Octal 154 171 117

Shades and tints

Shades of #6C794F

#6C794F
(108,121,79)
#636E48
(99,110,72)
#5A6341
(90,99,65)
#51583A
(81,88,58)
#484D33
(72,77,51)
#3F422C
(63,66,44)
#363725
(54,55,37)
#2D2C1E
(45,44,30)
#242117
(36,33,23)
#1B1610
(27,22,16)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #6C794F

#6C794F
(108,121,79)
#79855F
(121,133,95)
#86916F
(134,145,111)
#939D7F
(147,157,127)
#A0A98F
(160,169,143)
#ADB59F
(173,181,159)
#BAC1AF
(186,193,175)
#C7CDBF
(199,205,191)
#D4D9CF
(212,217,207)
#E1E5DF
(225,229,223)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C794F; }

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

This text font color is #6C794F.

Background Color

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

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

This div background color is #6C794F.

Border color

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

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

This div border color is #6C794F.

Opacity

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

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

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

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

This text has shadow with #6C794F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C794F.

Preview

Color preview on black background

This text has color #6C794F on black background.


Color preview on white background

This text has color #6C794F on white background.


Black color preview on #6C794F background

This text has black color on #6C794F background.


White color preview on #6C794F background

This text has white color on #6C794F background.


Related colors

Complementary color

Complementary color for #hex is #9386B0.


I love getcolorcode.com

Triadic colors

1 #4F6C79 and #794F6C with #6C794F are triadic colors.

2 #4F796C and #796C4F with #6C794F are triadic colors.