COLOR #6E746A

HEX: #6E746A
RGB: (110,116,106)

Color info

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

RGB color model

#6E746A color RGB value is (110,116,106).

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

RGB channels and saturation

R 110 of 255 = 43%
G 116 of 255 = 45%
B 106 of 255 = 42%

110
116
106

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

Portions of RGB colors in percentages

R + G + B =
110 + 116 + 106 = 332 (100%)
R 110 of 332 ~ 33.13%
G 116 of 332 ~ 34.94%
B 106 of 332 ~ 31.93%

%33.13
%34.94
%31.93

CMYK color model

#6E746A color CMYK value is (5,0,9,55).

  • cyan value is 5.17%
  • magenta value is 0.00%
  • yellow value is 8.62%
  • key color value is 54.51%
CMYK:
(5,0,9,55)
C5M0Y9K55 
(5%,0%,9%,55%)
(0.05/0.00/0.09/0.55)	

CMYK percentages

%5.17
%0
%8.62
%54.51

Codes

Color #6E746A in popluar color models

6E746A
RGB110116106
HSL96°4.50%43.53%
HSB/HSV96°8.62%45.49%
CMYK5.17%0.00%8.62%
54.51%

Color #6E746A in popluar number systems.

HEX6E746A
Decimal110116106
Binary110111011101001101010
Octal156164152

Shades and tints

Shades of #6E746A

#6E746A
(110,116,106)
#646A61
(100,106,97)
#5A6058
(90,96,88)
#50564F
(80,86,79)
#464C46
(70,76,70)
#3C423D
(60,66,61)
#323834
(50,56,52)
#282E2B
(40,46,43)
#1E2422
(30,36,34)
#141A19
(20,26,25)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #6E746A

#6E746A
(110,116,106)
#7B8077
(123,128,119)
#888C84
(136,140,132)
#959891
(149,152,145)
#A2A49E
(162,164,158)
#AFB0AB
(175,176,171)
#BCBCB8
(188,188,184)
#C9C8C5
(201,200,197)
#D6D4D2
(214,212,210)
#E3E0DF
(227,224,223)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E746A; }

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

This text font color is #6E746A.


Background Color

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

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

This div background color is #6E746A.


Border color

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

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

This div border color is #6E746A.


Opacity

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

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

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

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

This text has shadow with #6E746A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E746A on black background.


Color preview on white background

This text has color #6E746A on white background.



Black color preview on #6E746A background

This text has black color on #6E746A background.


White color preview on #6E746A background

This text has white color on #6E746A background.