COLOR #6A7960

HEX: #6A7960
RGB: (106,121,96)

Color info

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

RGB color model

#6A7960 color RGB value is (106,121,96).

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

RGB channels and saturation

R 106 of 255 = 42%
G 121 of 255 = 47%
B 96 of 255 = 38%

106
121
96

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

Portions of RGB colors in percentages

R + G + B =
106 + 121 + 96 = 323 (100%)
R 106 of 323 ~ 32.82%
G 121 of 323 ~ 37.46%
B 96 of 323 ~ 29.72%

%32.82
%37.46
%29.72

CMYK color model

#6A7960 color CMYK value is (12,0,21,53).

  • cyan value is 12.40%
  • magenta value is 0.00%
  • yellow value is 20.66%
  • key color value is 52.55%
CMYK:
(12,0,21,53)
C12M0Y21K53 
(12%,0%,21%,53%)
(0.12/0.00/0.21/0.53)	

CMYK percentages

%12.4
%0
%20.66
%52.55

Codes

Color #6A7960 in popluar color models

6A7960
RGB10612196
HSL96°11.52%42.55%
HSB/HSV96°20.66%47.45%
CMYK12.40%0.00%20.66%
52.55%

Color #6A7960 in popluar number systems.

HEX6A7960
Decimal10612196
Binary110101011110011100000
Octal152171140

Shades and tints

Shades of #6A7960

#6A7960
(106,121,96)
#616E58
(97,110,88)
#586350
(88,99,80)
#4F5848
(79,88,72)
#464D40
(70,77,64)
#3D4238
(61,66,56)
#343730
(52,55,48)
#2B2C28
(43,44,40)
#222120
(34,33,32)
#191618
(25,22,24)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #6A7960

#6A7960
(106,121,96)
#77856E
(119,133,110)
#84917C
(132,145,124)
#919D8A
(145,157,138)
#9EA998
(158,169,152)
#ABB5A6
(171,181,166)
#B8C1B4
(184,193,180)
#C5CDC2
(197,205,194)
#D2D9D0
(210,217,208)
#DFE5DE
(223,229,222)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7960; }

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

This text font color is #6A7960.


Background Color

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

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

This div background color is #6A7960.


Border color

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

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

This div border color is #6A7960.


Opacity

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

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

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

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

This text has shadow with #6A7960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7960 on black background.


Color preview on white background

This text has color #6A7960 on white background.



Black color preview on #6A7960 background

This text has black color on #6A7960 background.


White color preview on #6A7960 background

This text has white color on #6A7960 background.