COLOR #6E756D

HEX: #6E756D
RGB: (110,117,109)

Color info

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

RGB color model

#6E756D color RGB value is (110,117,109).

  • red value is 110;
  • green value is 117;
  • blue value is 109.
RGB:
(110,117,109)
(43%,46%,43%)

RGB channels and saturation

R 110 of 255 = 43%
G 117 of 255 = 46%
B 109 of 255 = 43%

110
117
109

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

Portions of RGB colors in percentages

R + G + B =
110 + 117 + 109 = 336 (100%)
R 110 of 336 ~ 32.74%
G 117 of 336 ~ 34.82%
B 109 of 336 ~ 32.44%

%32.74
%34.82
%32.44

CMYK color model

#6E756D color CMYK value is (6,0,7,54).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • key color value is 54.12%
CMYK:
(6,0,7,54)
C6M0Y7K54 
(6%,0%,7%,54%)
(0.06/0.00/0.07/0.54)	

CMYK percentages

%5.98
%0
%6.84
%54.12

Codes

Color #6E756D in popluar color models

6E756D
RGB110117109
HSL113°3.54%44.31%
HSB/HSV113°6.84%45.88%
CMYK5.98%0.00%6.84%
54.12%

Color #6E756D in popluar number systems.

HEX6E756D
Decimal110117109
Binary110111011101011101101
Octal156165155

Shades and tints

Shades of #6E756D

#6E756D
(110,117,109)
#646B64
(100,107,100)
#5A615B
(90,97,91)
#505752
(80,87,82)
#464D49
(70,77,73)
#3C4340
(60,67,64)
#323937
(50,57,55)
#282F2E
(40,47,46)
#1E2525
(30,37,37)
#141B1C
(20,27,28)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #6E756D

#6E756D
(110,117,109)
#7B817A
(123,129,122)
#888D87
(136,141,135)
#959994
(149,153,148)
#A2A5A1
(162,165,161)
#AFB1AE
(175,177,174)
#BCBDBB
(188,189,187)
#C9C9C8
(201,201,200)
#D6D5D5
(214,213,213)
#E3E1E2
(227,225,226)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E756D; }

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

This text font color is #6E756D.


Background Color

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

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

This div background color is #6E756D.


Border color

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

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

This div border color is #6E756D.


Opacity

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

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

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

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

This text has shadow with #6E756D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E756D on black background.


Color preview on white background

This text has color #6E756D on white background.



Black color preview on #6E756D background

This text has black color on #6E756D background.


White color preview on #6E756D background

This text has white color on #6E756D background.