COLOR #6E747E

HEX: #6E747E
RGB: (110,116,126)

Color info

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

RGB color model

#6E747E color RGB value is (110,116,126).

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

RGB channels and saturation

R 110 of 255 = 43%
G 116 of 255 = 45%
B 126 of 255 = 49%

110
116
126

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

Portions of RGB colors in percentages

R + G + B =
110 + 116 + 126 = 352 (100%)
R 110 of 352 ~ 31.25%
G 116 of 352 ~ 32.95%
B 126 of 352 ~ 35.8%

%31.25
%32.95
%35.8

CMYK color model

#6E747E color CMYK value is (13,8,0,51).

  • cyan value is 12.70%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(13,8,0,51)
C13M8Y0K51 
(13%,8%,0%,51%)
(0.13/0.08/0.00/0.51)	

CMYK percentages

%12.7
%7.94
%0
%50.59

Codes

Color #6E747E in popluar color models

6E747E
RGB110116126
HSL218°6.78%46.27%
HSB/HSV218°12.70%49.41%
CMYK12.70%7.94%0.00%
50.59%

Color #6E747E in popluar number systems.

HEX6E747E
Decimal110116126
Binary110111011101001111110
Octal156164176

Shades and tints

Shades of #6E747E

#6E747E
(110,116,126)
#646A73
(100,106,115)
#5A6068
(90,96,104)
#50565D
(80,86,93)
#464C52
(70,76,82)
#3C4247
(60,66,71)
#32383C
(50,56,60)
#282E31
(40,46,49)
#1E2426
(30,36,38)
#141A1B
(20,26,27)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #6E747E

#6E747E
(110,116,126)
#7B8089
(123,128,137)
#888C94
(136,140,148)
#95989F
(149,152,159)
#A2A4AA
(162,164,170)
#AFB0B5
(175,176,181)
#BCBCC0
(188,188,192)
#C9C8CB
(201,200,203)
#D6D4D6
(214,212,214)
#E3E0E1
(227,224,225)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E747E; }

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

This text font color is #6E747E.


Background Color

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

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

This div background color is #6E747E.


Border color

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

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

This div border color is #6E747E.


Opacity

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

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

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

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

This text has shadow with #6E747E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E747E on black background.


Color preview on white background

This text has color #6E747E on white background.



Black color preview on #6E747E background

This text has black color on #6E747E background.


White color preview on #6E747E background

This text has white color on #6E747E background.