COLOR #6A7A4F

HEX: #6A7A4F
RGB: (106,122,79)

Color info

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

RGB color model

#6A7A4F color RGB value is (106,122,79).

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

RGB channels and saturation

R 106 of 255 = 42%
G 122 of 255 = 48%
B 79 of 255 = 31%

106
122
79

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

Portions of RGB colors in percentages

R + G + B =
106 + 122 + 79 = 307 (100%)
R 106 of 307 ~ 34.53%
G 122 of 307 ~ 39.74%
B 79 of 307 ~ 25.73%

%34.53
%39.74
%25.73

CMYK color model

#6A7A4F color CMYK value is (13,0,35,52).

  • cyan value is 13.11%
  • magenta value is 0.00%
  • yellow value is 35.25%
  • key color value is 52.16%
CMYK:
(13,0,35,52)
C13M0Y35K52 
(13%,0%,35%,52%)
(0.13/0.00/0.35/0.52)	

CMYK percentages

%13.11
%0
%35.25
%52.16

Codes

Color #6A7A4F in popluar color models

6A7A4F
RGB10612279
HSL82°21.39%39.41%
HSB/HSV82°35.25%47.84%
CMYK13.11%0.00%35.25%
52.16%

Color #6A7A4F in popluar number systems.

HEX6A7A4F
Decimal10612279
Binary110101011110101001111
Octal152172117

Shades and tints

Shades of #6A7A4F

#6A7A4F
(106,122,79)
#616F48
(97,111,72)
#586441
(88,100,65)
#4F593A
(79,89,58)
#464E33
(70,78,51)
#3D432C
(61,67,44)
#343825
(52,56,37)
#2B2D1E
(43,45,30)
#222217
(34,34,23)
#191710
(25,23,16)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #6A7A4F

#6A7A4F
(106,122,79)
#77865F
(119,134,95)
#84926F
(132,146,111)
#919E7F
(145,158,127)
#9EAA8F
(158,170,143)
#ABB69F
(171,182,159)
#B8C2AF
(184,194,175)
#C5CEBF
(197,206,191)
#D2DACF
(210,218,207)
#DFE6DF
(223,230,223)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7A4F; }

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

This text font color is #6A7A4F.


Background Color

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

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

This div background color is #6A7A4F.


Border color

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

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

This div border color is #6A7A4F.


Opacity

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

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

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

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

This text has shadow with #6A7A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7A4F on black background.


Color preview on white background

This text has color #6A7A4F on white background.



Black color preview on #6A7A4F background

This text has black color on #6A7A4F background.


White color preview on #6A7A4F background

This text has white color on #6A7A4F background.