COLOR #6E7F5E

HEX: #6E7F5E RGB: (110,127,94)

Color info

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

RGB color model

#6E7F5E color RGB value is (110,127,94).

RGB: (110,127,94) (43%, 50%, 37%)

RGB channels and saturation

R 110 of 255 = 43%
G 127 of 255 = 50%
B 94 of 255 = 37%

110
127
94

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

Portions of RGB colors in percentages

R + G + B = 110 + 127 + 94 = 331 (100%)
R 110 of 331 ~ 33.23%
G 127 of 331 ~ 38.37%
B 94 of 331 ~ 28.4'%

%33.23
%38.37
%28.4

CMYK color model

#6E7F5E color CMYK value is (13,0,26,50).

  • cyan value is 13.39%
  • magenta value is 0.00%
  • yellow value is 25.98%
  • key color value is 50.20%

CMYK: (13,0,26,50)
C13M0Y26K50 (13%, 0%, 26%, 50%)
(0.13 / 0.00 / 0.26 / 0.50)

CMYK percentages

%13.39
%0
%25.98
%50.2

Codes

Color #6E7F5E in popluar color models

6E 7F 5E
RGB 110 127 94
HSL 91° 14.93% 43.33%
HSB/HSV 91° 25.98% 49.80%
CMYK 13.39% 0.00% 25.98%
50.20%

Color #6E7F5E in popluar number systems.

HEX 6E 7F 5E
Decimal 110 127 94
Binary 1101110 1111111 1011110
Octal 156 177 136

Shades and tints

Shades of #6E7F5E

#6E7F5E
(110,127,94)
#647456
(100,116,86)
#5A694E
(90,105,78)
#505E46
(80,94,70)
#46533E
(70,83,62)
#3C4836
(60,72,54)
#323D2E
(50,61,46)
#283226
(40,50,38)
#1E271E
(30,39,30)
#141C16
(20,28,22)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #6E7F5E

#6E7F5E
(110,127,94)
#7B8A6C
(123,138,108)
#88957A
(136,149,122)
#95A088
(149,160,136)
#A2AB96
(162,171,150)
#AFB6A4
(175,182,164)
#BCC1B2
(188,193,178)
#C9CCC0
(201,204,192)
#D6D7CE
(214,215,206)
#E3E2DC
(227,226,220)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7F5E; }

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

This text font color is #6E7F5E.

Background Color

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

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

This div background color is #6E7F5E.

Border color

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

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

This div border color is #6E7F5E.

Opacity

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

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

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

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

This text has shadow with #6E7F5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7F5E.

Preview

Color preview on black background

This text has color #6E7F5E on black background.


Color preview on white background

This text has color #6E7F5E on white background.


Black color preview on #6E7F5E background

This text has black color on #6E7F5E background.


White color preview on #6E7F5E background

This text has white color on #6E7F5E background.


Related colors

Complementary color

Complementary color for #hex is #9180A1.


I love getcolorcode.com

Triadic colors

1 #5E6E7F and #7F5E6E with #6E7F5E are triadic colors.

2 #5E7F6E and #7F6E5E with #6E7F5E are triadic colors.