COLOR #6A7946

HEX: #6A7946
RGB: (106,121,70)

Color info

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

RGB color model

#6A7946 color RGB value is (106,121,70).

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

RGB channels and saturation

R 106 of 255 = 42%
G 121 of 255 = 47%
B 70 of 255 = 27%

106
121
70

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

Portions of RGB colors in percentages

R + G + B =
106 + 121 + 70 = 297 (100%)
R 106 of 297 ~ 35.69%
G 121 of 297 ~ 40.74%
B 70 of 297 ~ 23.57%

%35.69
%40.74
%23.57

CMYK color model

#6A7946 color CMYK value is (12,0,42,53).

  • cyan value is 12.40%
  • magenta value is 0.00%
  • yellow value is 42.15%
  • key color value is 52.55%
CMYK:
(12,0,42,53)
C12M0Y42K53 
(12%,0%,42%,53%)
(0.12/0.00/0.42/0.53)	

CMYK percentages

%12.4
%0
%42.15
%52.55

Codes

Color #6A7946 in popluar color models

6A7946
RGB10612170
HSL78°26.70%37.45%
HSB/HSV78°42.15%47.45%
CMYK12.40%0.00%42.15%
52.55%

Color #6A7946 in popluar number systems.

HEX6A7946
Decimal10612170
Binary110101011110011000110
Octal152171106

Shades and tints

Shades of #6A7946

#6A7946
(106,121,70)
#616E40
(97,110,64)
#58633A
(88,99,58)
#4F5834
(79,88,52)
#464D2E
(70,77,46)
#3D4228
(61,66,40)
#343722
(52,55,34)
#2B2C1C
(43,44,28)
#222116
(34,33,22)
#191610
(25,22,16)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #6A7946

#6A7946
(106,121,70)
#778556
(119,133,86)
#849166
(132,145,102)
#919D76
(145,157,118)
#9EA986
(158,169,134)
#ABB596
(171,181,150)
#B8C1A6
(184,193,166)
#C5CDB6
(197,205,182)
#D2D9C6
(210,217,198)
#DFE5D6
(223,229,214)
#ECF1E6
(236,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7946; }

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

This text font color is #6A7946.


Background Color

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

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

This div background color is #6A7946.


Border color

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

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

This div border color is #6A7946.


Opacity

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

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

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

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

This text has shadow with #6A7946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7946 on black background.


Color preview on white background

This text has color #6A7946 on white background.



Black color preview on #6A7946 background

This text has black color on #6A7946 background.


White color preview on #6A7946 background

This text has white color on #6A7946 background.