COLOR #6E7E6F

HEX: #6E7E6F
RGB: (110,126,111)

Color info

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

RGB color model

#6E7E6F color RGB value is (110,126,111).

  • red value is 110;
  • green value is 126;
  • blue value is 111.
RGB:
(110,126,111)
(43%,49%,44%)

RGB channels and saturation

R 110 of 255 = 43%
G 126 of 255 = 49%
B 111 of 255 = 44%

110
126
111

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

Portions of RGB colors in percentages

R + G + B =
110 + 126 + 111 = 347 (100%)
R 110 of 347 ~ 31.7%
G 126 of 347 ~ 36.31%
B 111 of 347 ~ 31.99%

%31.7
%36.31
%31.99

CMYK color model

#6E7E6F color CMYK value is (13,0,12,51).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 11.90%
  • key color value is 50.59%
CMYK:
(13,0,12,51)
C13M0Y12K51 
(13%,0%,12%,51%)
(0.13/0.00/0.12/0.51)	

CMYK percentages

%12.7
%0
%11.9
%50.59

Codes

Color #6E7E6F in popluar color models

6E7E6F
RGB110126111
HSL124°6.78%46.27%
HSB/HSV124°12.70%49.41%
CMYK12.70%0.00%11.90%
50.59%

Color #6E7E6F in popluar number systems.

HEX6E7E6F
Decimal110126111
Binary110111011111101101111
Octal156176157

Shades and tints

Shades of #6E7E6F

#6E7E6F
(110,126,111)
#647365
(100,115,101)
#5A685B
(90,104,91)
#505D51
(80,93,81)
#465247
(70,82,71)
#3C473D
(60,71,61)
#323C33
(50,60,51)
#283129
(40,49,41)
#1E261F
(30,38,31)
#141B15
(20,27,21)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #6E7E6F

#6E7E6F
(110,126,111)
#7B897C
(123,137,124)
#889489
(136,148,137)
#959F96
(149,159,150)
#A2AAA3
(162,170,163)
#AFB5B0
(175,181,176)
#BCC0BD
(188,192,189)
#C9CBCA
(201,203,202)
#D6D6D7
(214,214,215)
#E3E1E4
(227,225,228)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7E6F; }

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

This text font color is #6E7E6F.


Background Color

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

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

This div background color is #6E7E6F.


Border color

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

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

This div border color is #6E7E6F.


Opacity

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

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

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

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

This text has shadow with #6E7E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7E6F on black background.


Color preview on white background

This text has color #6E7E6F on white background.



Black color preview on #6E7E6F background

This text has black color on #6E7E6F background.


White color preview on #6E7E6F background

This text has white color on #6E7E6F background.