COLOR #6E6F5E

HEX: #6E6F5E
RGB: (110,111,94)

Color info

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

RGB color model

#6E6F5E color RGB value is (110,111,94).

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

RGB channels and saturation

R 110 of 255 = 43%
G 111 of 255 = 44%
B 94 of 255 = 37%

110
111
94

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

Portions of RGB colors in percentages

R + G + B =
110 + 111 + 94 = 315 (100%)
R 110 of 315 ~ 34.92%
G 111 of 315 ~ 35.24%
B 94 of 315 ~ 29.84%

%34.92
%35.24
%29.84

CMYK color model

#6E6F5E color CMYK value is (1,0,15,56).

  • cyan value is 0.90%
  • magenta value is 0.00%
  • yellow value is 15.32%
  • key color value is 56.47%
CMYK:
(1,0,15,56)
C1M0Y15K56 
(1%,0%,15%,56%)
(0.01/0.00/0.15/0.56)	

CMYK percentages

%0.9
%0
%15.32
%56.47

Codes

Color #6E6F5E in popluar color models

6E6F5E
RGB11011194
HSL64°8.29%40.20%
HSB/HSV64°15.32%43.53%
CMYK0.90%0.00%15.32%
56.47%

Color #6E6F5E in popluar number systems.

HEX6E6F5E
Decimal11011194
Binary110111011011111011110
Octal156157136

Shades and tints

Shades of #6E6F5E

#6E6F5E
(110,111,94)
#646556
(100,101,86)
#5A5B4E
(90,91,78)
#505146
(80,81,70)
#46473E
(70,71,62)
#3C3D36
(60,61,54)
#32332E
(50,51,46)
#282926
(40,41,38)
#1E1F1E
(30,31,30)
#141516
(20,21,22)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #6E6F5E

#6E6F5E
(110,111,94)
#7B7C6C
(123,124,108)
#88897A
(136,137,122)
#959688
(149,150,136)
#A2A396
(162,163,150)
#AFB0A4
(175,176,164)
#BCBDB2
(188,189,178)
#C9CAC0
(201,202,192)
#D6D7CE
(214,215,206)
#E3E4DC
(227,228,220)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6F5E; }

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

This text font color is #6E6F5E.


Background Color

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

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

This div background color is #6E6F5E.


Border color

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

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

This div border color is #6E6F5E.


Opacity

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

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

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

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

This text has shadow with #6E6F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6F5E on black background.


Color preview on white background

This text has color #6E6F5E on white background.



Black color preview on #6E6F5E background

This text has black color on #6E6F5E background.


White color preview on #6E6F5E background

This text has white color on #6E6F5E background.