COLOR #6A704F

HEX: #6A704F
RGB: (106,112,79)

Color info

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

RGB color model

#6A704F color RGB value is (106,112,79).

  • red value is 106;
  • green value is 112;
  • blue value is 79.
RGB:
(106,112,79)
(42%,44%,31%)

RGB channels and saturation

R 106 of 255 = 42%
G 112 of 255 = 44%
B 79 of 255 = 31%

106
112
79

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

Portions of RGB colors in percentages

R + G + B =
106 + 112 + 79 = 297 (100%)
R 106 of 297 ~ 35.69%
G 112 of 297 ~ 37.71%
B 79 of 297 ~ 26.6%

%35.69
%37.71
%26.6

CMYK color model

#6A704F color CMYK value is (5,0,29,56).

  • cyan value is 5.36%
  • magenta value is 0.00%
  • yellow value is 29.46%
  • key color value is 56.08%
CMYK:
(5,0,29,56)
C5M0Y29K56 
(5%,0%,29%,56%)
(0.05/0.00/0.29/0.56)	

CMYK percentages

%5.36
%0
%29.46
%56.08

Codes

Color #6A704F in popluar color models

6A704F
RGB10611279
HSL71°17.28%37.45%
HSB/HSV71°29.46%43.92%
CMYK5.36%0.00%29.46%
56.08%

Color #6A704F in popluar number systems.

HEX6A704F
Decimal10611279
Binary110101011100001001111
Octal152160117

Shades and tints

Shades of #6A704F

#6A704F
(106,112,79)
#616648
(97,102,72)
#585C41
(88,92,65)
#4F523A
(79,82,58)
#464833
(70,72,51)
#3D3E2C
(61,62,44)
#343425
(52,52,37)
#2B2A1E
(43,42,30)
#222017
(34,32,23)
#191610
(25,22,16)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #6A704F

#6A704F
(106,112,79)
#777D5F
(119,125,95)
#848A6F
(132,138,111)
#91977F
(145,151,127)
#9EA48F
(158,164,143)
#ABB19F
(171,177,159)
#B8BEAF
(184,190,175)
#C5CBBF
(197,203,191)
#D2D8CF
(210,216,207)
#DFE5DF
(223,229,223)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A704F color. Also use rgb(106,112,79) instead hex code.

Text Font Color

.myTextColor { color: #6A704F; }

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

This text font color is #6A704F.


Background Color

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

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

This div background color is #6A704F.


Border color

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

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

This div border color is #6A704F.


Opacity

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

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

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

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

This text has shadow with #6A704F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A704F on black background.


Color preview on white background

This text has color #6A704F on white background.



Black color preview on #6A704F background

This text has black color on #6A704F background.


White color preview on #6A704F background

This text has white color on #6A704F background.