COLOR #6E7979

HEX: #6E7979
RGB: (110,121,121)

Color info

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

RGB color model

#6E7979 color RGB value is (110,121,121).

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

RGB channels and saturation

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

110
121
121

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

Portions of RGB colors in percentages

R + G + B =
110 + 121 + 121 = 352 (100%)
R 110 of 352 ~ 31.25%
G 121 of 352 ~ 34.38%
B 121 of 352 ~ 34.38%

%31.25
%34.38
%34.38

CMYK color model

#6E7979 color CMYK value is (9,0,0,53).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(9,0,0,53)
C9M0Y0K53 
(9%,0%,0%,53%)
(0.09/0.00/0.00/0.53)	

CMYK percentages

%9.09
%0
%0
%52.55

Codes

Color #6E7979 in popluar color models

6E7979
RGB110121121
HSL180°4.76%45.29%
HSB/HSV180°9.09%47.45%
CMYK9.09%0.00%0.00%
52.55%

Color #6E7979 in popluar number systems.

HEX6E7979
Decimal110121121
Binary110111011110011111001
Octal156171171

Shades and tints

Shades of #6E7979

#6E7979
(110,121,121)
#646E6E
(100,110,110)
#5A6363
(90,99,99)
#505858
(80,88,88)
#464D4D
(70,77,77)
#3C4242
(60,66,66)
#323737
(50,55,55)
#282C2C
(40,44,44)
#1E2121
(30,33,33)
#141616
(20,22,22)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #6E7979

#6E7979
(110,121,121)
#7B8585
(123,133,133)
#889191
(136,145,145)
#959D9D
(149,157,157)
#A2A9A9
(162,169,169)
#AFB5B5
(175,181,181)
#BCC1C1
(188,193,193)
#C9CDCD
(201,205,205)
#D6D9D9
(214,217,217)
#E3E5E5
(227,229,229)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7979; }

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

This text font color is #6E7979.


Background Color

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

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

This div background color is #6E7979.


Border color

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

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

This div border color is #6E7979.


Opacity

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

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

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

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

This text has shadow with #6E7979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7979 on black background.


Color preview on white background

This text has color #6E7979 on white background.



Black color preview on #6E7979 background

This text has black color on #6E7979 background.


White color preview on #6E7979 background

This text has white color on #6E7979 background.