COLOR #6E7F66

HEX: #6E7F66 RGB: (110,127,102)

Color info

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

RGB color model

#6E7F66 color RGB value is (110,127,102).

RGB: (110,127,102) (43%, 50%, 40%)

RGB channels and saturation

R 110 of 255 = 43%
G 127 of 255 = 50%
B 102 of 255 = 40%

110
127
102

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

Portions of RGB colors in percentages

R + G + B = 110 + 127 + 102 = 339 (100%)
R 110 of 339 ~ 32.45%
G 127 of 339 ~ 37.46%
B 102 of 339 ~ 30.09'%

%32.45
%37.46
%30.09

CMYK color model

#6E7F66 color CMYK value is (13,0,20,50).

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

CMYK: (13,0,20,50)
C13M0Y20K50 (13%, 0%, 20%, 50%)
(0.13 / 0.00 / 0.20 / 0.50)

CMYK percentages

%13.39
%0
%19.69
%50.2

Codes

Color #6E7F66 in popluar color models

6E 7F 66
RGB 110 127 102
HSL 101° 10.92% 44.90%
HSB/HSV 101° 19.69% 49.80%
CMYK 13.39% 0.00% 19.69%
50.20%

Color #6E7F66 in popluar number systems.

HEX 6E 7F 66
Decimal 110 127 102
Binary 1101110 1111111 1100110
Octal 156 177 146

Shades and tints

Shades of #6E7F66

#6E7F66
(110,127,102)
#64745D
(100,116,93)
#5A6954
(90,105,84)
#505E4B
(80,94,75)
#465342
(70,83,66)
#3C4839
(60,72,57)
#323D30
(50,61,48)
#283227
(40,50,39)
#1E271E
(30,39,30)
#141C15
(20,28,21)
#0A110C
(10,17,12)
#000000
(0,0,0)

Tints of #6E7F66

#6E7F66
(110,127,102)
#7B8A73
(123,138,115)
#889580
(136,149,128)
#95A08D
(149,160,141)
#A2AB9A
(162,171,154)
#AFB6A7
(175,182,167)
#BCC1B4
(188,193,180)
#C9CCC1
(201,204,193)
#D6D7CE
(214,215,206)
#E3E2DB
(227,226,219)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7F66; }

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

This text font color is #6E7F66.

Background Color

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

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

This div background color is #6E7F66.

Border color

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

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

This div border color is #6E7F66.

Opacity

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

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

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

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

This text has shadow with #6E7F66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7F66.

Preview

Color preview on black background

This text has color #6E7F66 on black background.


Color preview on white background

This text has color #6E7F66 on white background.


Black color preview on #6E7F66 background

This text has black color on #6E7F66 background.


White color preview on #6E7F66 background

This text has white color on #6E7F66 background.


Related colors

Complementary color

Complementary color for #hex is #918099.


I love getcolorcode.com

Triadic colors

1 #666E7F and #7F666E with #6E7F66 are triadic colors.

2 #667F6E and #7F6E66 with #6E7F66 are triadic colors.