COLOR #6E795E

HEX: #6E795E
RGB: (110,121,94)

Color info

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

RGB color model

#6E795E color RGB value is (110,121,94).

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

RGB channels and saturation

R 110 of 255 = 43%
G 121 of 255 = 47%
B 94 of 255 = 37%

110
121
94

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

Portions of RGB colors in percentages

R + G + B =
110 + 121 + 94 = 325 (100%)
R 110 of 325 ~ 33.85%
G 121 of 325 ~ 37.23%
B 94 of 325 ~ 28.92%

%33.85
%37.23
%28.92

CMYK color model

#6E795E color CMYK value is (9,0,22,53).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 52.55%
CMYK: (9,0,22,53) C9M0Y22K53 (9%,0%,22%,53%) (0.09/0.00/0.22/0.53)

CMYK percentages

%9.09
%0
%22.31
%52.55

Codes

Color #6E795E in popluar color models

6E795E
RGB11012194
HSL84°12.56%42.16%
HSB/HSV84°22.31%47.45%
CMYK9.09%0.00%22.31%
52.55%

Color #6E795E in popluar number systems.

HEX6E795E
Decimal11012194
Binary110111011110011011110
Octal156171136

Shades and tints

Shades of #6E795E

#6E795E
(110,121,94)
#646E56
(100,110,86)
#5A634E
(90,99,78)
#505846
(80,88,70)
#464D3E
(70,77,62)
#3C4236
(60,66,54)
#32372E
(50,55,46)
#282C26
(40,44,38)
#1E211E
(30,33,30)
#141616
(20,22,22)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #6E795E

#6E795E
(110,121,94)
#7B856C
(123,133,108)
#88917A
(136,145,122)
#959D88
(149,157,136)
#A2A996
(162,169,150)
#AFB5A4
(175,181,164)
#BCC1B2
(188,193,178)
#C9CDC0
(201,205,192)
#D6D9CE
(214,217,206)
#E3E5DC
(227,229,220)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E795E; }

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

This text font color is #6E795E.


Background Color

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

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

This div background color is #6E795E.


Border color

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

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

This div border color is #6E795E.


Opacity

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

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

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

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

This text has shadow with #6E795E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6E795E on black background.


Color preview on white background

This text has color #6E795E on white background.



Black color preview on #6E795E background

This text has black color on #6E795E background.


White color preview on #6E795E background

This text has white color on #6E795E background.