COLOR #6A794A

HEX: #6A794A
RGB: (106,121,74)

Color info

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

RGB color model

#6A794A color RGB value is (106,121,74).

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

RGB channels and saturation

R 106 of 255 = 42%
G 121 of 255 = 47%
B 74 of 255 = 29%

106
121
74

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

Portions of RGB colors in percentages

R + G + B =
106 + 121 + 74 = 301 (100%)
R 106 of 301 ~ 35.22%
G 121 of 301 ~ 40.2%
B 74 of 301 ~ 24.58%

%35.22
%40.2
%24.58

CMYK color model

#6A794A color CMYK value is (12,0,39,53).

  • cyan value is 12.40%
  • magenta value is 0.00%
  • yellow value is 38.84%
  • key color value is 52.55%
CMYK:
(12,0,39,53)
C12M0Y39K53 
(12%,0%,39%,53%)
(0.12/0.00/0.39/0.53)	

CMYK percentages

%12.4
%0
%38.84
%52.55

Codes

Color #6A794A in popluar color models

6A794A
RGB10612174
HSL79°24.10%38.24%
HSB/HSV79°38.84%47.45%
CMYK12.40%0.00%38.84%
52.55%

Color #6A794A in popluar number systems.

HEX6A794A
Decimal10612174
Binary110101011110011001010
Octal152171112

Shades and tints

Shades of #6A794A

#6A794A
(106,121,74)
#616E44
(97,110,68)
#58633E
(88,99,62)
#4F5838
(79,88,56)
#464D32
(70,77,50)
#3D422C
(61,66,44)
#343726
(52,55,38)
#2B2C20
(43,44,32)
#22211A
(34,33,26)
#191614
(25,22,20)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #6A794A

#6A794A
(106,121,74)
#77855A
(119,133,90)
#84916A
(132,145,106)
#919D7A
(145,157,122)
#9EA98A
(158,169,138)
#ABB59A
(171,181,154)
#B8C1AA
(184,193,170)
#C5CDBA
(197,205,186)
#D2D9CA
(210,217,202)
#DFE5DA
(223,229,218)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A794A; }

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

This text font color is #6A794A.


Background Color

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

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

This div background color is #6A794A.


Border color

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

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

This div border color is #6A794A.


Opacity

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

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

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

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

This text has shadow with #6A794A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A794A on black background.


Color preview on white background

This text has color #6A794A on white background.



Black color preview on #6A794A background

This text has black color on #6A794A background.


White color preview on #6A794A background

This text has white color on #6A794A background.