COLOR #6D7979

HEX: #6D7979
RGB: (109,121,121)

Color info

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

RGB color model

#6D7979 color RGB value is (109,121,121).

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

RGB channels and saturation

R 109 of 255 = 43%
G 121 of 255 = 47%
B 121 of 255 = 47%

109
121
121

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

Portions of RGB colors in percentages

R + G + B =
109 + 121 + 121 = 351 (100%)
R 109 of 351 ~ 31.05%
G 121 of 351 ~ 34.47%
B 121 of 351 ~ 34.47%

%31.05
%34.47
%34.47

CMYK color model

#6D7979 color CMYK value is (10,0,0,53).

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(10,0,0,53)
C10M0Y0K53 
(10%,0%,0%,53%)
(0.10/0.00/0.00/0.53)	

CMYK percentages

%9.92
%0
%0
%52.55

Codes

Color #6D7979 in popluar color models

6D7979
RGB109121121
HSL180°5.22%45.10%
HSB/HSV180°9.92%47.45%
CMYK9.92%0.00%0.00%
52.55%

Color #6D7979 in popluar number systems.

HEX6D7979
Decimal109121121
Binary110110111110011111001
Octal155171171

Shades and tints

Shades of #6D7979

#6D7979
(109,121,121)
#646E6E
(100,110,110)
#5B6363
(91,99,99)
#525858
(82,88,88)
#494D4D
(73,77,77)
#404242
(64,66,66)
#373737
(55,55,55)
#2E2C2C
(46,44,44)
#252121
(37,33,33)
#1C1616
(28,22,22)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #6D7979

#6D7979
(109,121,121)
#7A8585
(122,133,133)
#879191
(135,145,145)
#949D9D
(148,157,157)
#A1A9A9
(161,169,169)
#AEB5B5
(174,181,181)
#BBC1C1
(187,193,193)
#C8CDCD
(200,205,205)
#D5D9D9
(213,217,217)
#E2E5E5
(226,229,229)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7979; }

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

This text font color is #6D7979.


Background Color

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

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

This div background color is #6D7979.


Border color

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

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

This div border color is #6D7979.


Opacity

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

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

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

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

This text has shadow with #6D7979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7979 on black background.


Color preview on white background

This text has color #6D7979 on white background.



Black color preview on #6D7979 background

This text has black color on #6D7979 background.


White color preview on #6D7979 background

This text has white color on #6D7979 background.