COLOR #6A796A

HEX: #6A796A
RGB: (106,121,106)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

106
121
106

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

Portions of RGB colors in percentages

R + G + B =
106 + 121 + 106 = 333 (100%)
R 106 of 333 ~ 31.83%
G 121 of 333 ~ 36.34%
B 106 of 333 ~ 31.83%

%31.83
%36.34
%31.83

CMYK color model

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

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

CMYK percentages

%12.4
%0
%12.4
%52.55

Codes

Color #6A796A in popluar color models

6A796A
RGB106121106
HSL120°6.61%44.51%
HSB/HSV120°12.40%47.45%
CMYK12.40%0.00%12.40%
52.55%

Color #6A796A in popluar number systems.

HEX6A796A
Decimal106121106
Binary110101011110011101010
Octal152171152

Shades and tints

Shades of #6A796A

#6A796A
(106,121,106)
#616E61
(97,110,97)
#586358
(88,99,88)
#4F584F
(79,88,79)
#464D46
(70,77,70)
#3D423D
(61,66,61)
#343734
(52,55,52)
#2B2C2B
(43,44,43)
#222122
(34,33,34)
#191619
(25,22,25)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #6A796A

#6A796A
(106,121,106)
#778577
(119,133,119)
#849184
(132,145,132)
#919D91
(145,157,145)
#9EA99E
(158,169,158)
#ABB5AB
(171,181,171)
#B8C1B8
(184,193,184)
#C5CDC5
(197,205,197)
#D2D9D2
(210,217,210)
#DFE5DF
(223,229,223)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A796A; }

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

This text font color is #6A796A.


Background Color

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

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

This div background color is #6A796A.


Border color

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

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

This div border color is #6A796A.


Opacity

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

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

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

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

This text has shadow with #6A796A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A796A on black background.


Color preview on white background

This text has color #6A796A on white background.



Black color preview on #6A796A background

This text has black color on #6A796A background.


White color preview on #6A796A background

This text has white color on #6A796A background.