COLOR #6E706C

HEX: #6E706C
RGB: (110,112,108)

Color info

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

RGB color model

#6E706C color RGB value is (110,112,108).

  • red value is 110;
  • green value is 112;
  • blue value is 108.
RGB:
(110,112,108)
(43%,44%,42%)

RGB channels and saturation

R 110 of 255 = 43%
G 112 of 255 = 44%
B 108 of 255 = 42%

110
112
108

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

Portions of RGB colors in percentages

R + G + B =
110 + 112 + 108 = 330 (100%)
R 110 of 330 ~ 33.33%
G 112 of 330 ~ 33.94%
B 108 of 330 ~ 32.73%

%33.33
%33.94
%32.73

CMYK color model

#6E706C color CMYK value is (2,0,4,56).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 56.08%
CMYK:
(2,0,4,56)
C2M0Y4K56 
(2%,0%,4%,56%)
(0.02/0.00/0.04/0.56)	

CMYK percentages

%1.79
%0
%3.57
%56.08

Codes

Color #6E706C in popluar color models

6E706C
RGB110112108
HSL90°1.82%43.14%
HSB/HSV90°3.57%43.92%
CMYK1.79%0.00%3.57%
56.08%

Color #6E706C in popluar number systems.

HEX6E706C
Decimal110112108
Binary110111011100001101100
Octal156160154

Shades and tints

Shades of #6E706C

#6E706C
(110,112,108)
#646663
(100,102,99)
#5A5C5A
(90,92,90)
#505251
(80,82,81)
#464848
(70,72,72)
#3C3E3F
(60,62,63)
#323436
(50,52,54)
#282A2D
(40,42,45)
#1E2024
(30,32,36)
#14161B
(20,22,27)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #6E706C

#6E706C
(110,112,108)
#7B7D79
(123,125,121)
#888A86
(136,138,134)
#959793
(149,151,147)
#A2A4A0
(162,164,160)
#AFB1AD
(175,177,173)
#BCBEBA
(188,190,186)
#C9CBC7
(201,203,199)
#D6D8D4
(214,216,212)
#E3E5E1
(227,229,225)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E706C; }

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

This text font color is #6E706C.


Background Color

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

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

This div background color is #6E706C.


Border color

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

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

This div border color is #6E706C.


Opacity

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

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

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

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

This text has shadow with #6E706C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E706C on black background.


Color preview on white background

This text has color #6E706C on white background.



Black color preview on #6E706C background

This text has black color on #6E706C background.


White color preview on #6E706C background

This text has white color on #6E706C background.