COLOR #6B796F

HEX: #6B796F
RGB: (107,121,111)

Color info

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

RGB color model

#6B796F color RGB value is (107,121,111).

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

RGB channels and saturation

R 107 of 255 = 42%
G 121 of 255 = 47%
B 111 of 255 = 44%

107
121
111

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

Portions of RGB colors in percentages

R + G + B =
107 + 121 + 111 = 339 (100%)
R 107 of 339 ~ 31.56%
G 121 of 339 ~ 35.69%
B 111 of 339 ~ 32.74%

%31.56
%35.69
%32.74

CMYK color model

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

  • cyan value is 11.57%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 52.55%
CMYK:
(12,0,8,53)
C12M0Y8K53 
(12%,0%,8%,53%)
(0.12/0.00/0.08/0.53)	

CMYK percentages

%11.57
%0
%8.26
%52.55

Codes

Color #6B796F in popluar color models

6B796F
RGB107121111
HSL137°6.14%44.71%
HSB/HSV137°11.57%47.45%
CMYK11.57%0.00%8.26%
52.55%

Color #6B796F in popluar number systems.

HEX6B796F
Decimal107121111
Binary110101111110011101111
Octal153171157

Shades and tints

Shades of #6B796F

#6B796F
(107,121,111)
#626E65
(98,110,101)
#59635B
(89,99,91)
#505851
(80,88,81)
#474D47
(71,77,71)
#3E423D
(62,66,61)
#353733
(53,55,51)
#2C2C29
(44,44,41)
#23211F
(35,33,31)
#1A1615
(26,22,21)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #6B796F

#6B796F
(107,121,111)
#78857C
(120,133,124)
#859189
(133,145,137)
#929D96
(146,157,150)
#9FA9A3
(159,169,163)
#ACB5B0
(172,181,176)
#B9C1BD
(185,193,189)
#C6CDCA
(198,205,202)
#D3D9D7
(211,217,215)
#E0E5E4
(224,229,228)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B796F; }

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

This text font color is #6B796F.


Background Color

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

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

This div background color is #6B796F.


Border color

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

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

This div border color is #6B796F.


Opacity

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

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

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

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

This text has shadow with #6B796F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B796F on black background.


Color preview on white background

This text has color #6B796F on white background.



Black color preview on #6B796F background

This text has black color on #6B796F background.


White color preview on #6B796F background

This text has white color on #6B796F background.