COLOR #6C794B

HEX: #6C794B
RGB: (108,121,75)

Color info

#6C794B contains red, green and blue colors in about the same proportion. Web safe color of #6C794B is #666633 (or #663).

RGB color model

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

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

RGB channels and saturation

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

108
121
75

R + G + B ~ 39%. #6C794B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 121 + 75 = 304 (100%)
R 108 of 304 ~ 35.53%
G 121 of 304 ~ 39.8%
B 75 of 304 ~ 24.67%

%35.53
%39.8
%24.67

CMYK color model

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

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

CMYK percentages

%10.74
%0
%38.02
%52.55

Codes

Color #6C794B in popluar color models

6C794B
RGB10812175
HSL77°23.47%38.43%
HSB/HSV77°38.02%47.45%
CMYK10.74%0.00%38.02%
52.55%

Color #6C794B in popluar number systems.

HEX6C794B
Decimal10812175
Binary110110011110011001011
Octal154171113

Shades and tints

Shades of #6C794B

#6C794B
(108,121,75)
#636E45
(99,110,69)
#5A633F
(90,99,63)
#515839
(81,88,57)
#484D33
(72,77,51)
#3F422D
(63,66,45)
#363727
(54,55,39)
#2D2C21
(45,44,33)
#24211B
(36,33,27)
#1B1615
(27,22,21)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #6C794B

#6C794B
(108,121,75)
#79855B
(121,133,91)
#86916B
(134,145,107)
#939D7B
(147,157,123)
#A0A98B
(160,169,139)
#ADB59B
(173,181,155)
#BAC1AB
(186,193,171)
#C7CDBB
(199,205,187)
#D4D9CB
(212,217,203)
#E1E5DB
(225,229,219)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C794B; }

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

This text font color is #6C794B.


Background Color

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

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

This div background color is #6C794B.


Border color

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

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

This div border color is #6C794B.


Opacity

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

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

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

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

This text has shadow with #6C794B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C794B on black background.


Color preview on white background

This text has color #6C794B on white background.



Black color preview on #6C794B background

This text has black color on #6C794B background.


White color preview on #6C794B background

This text has white color on #6C794B background.