COLOR #6E7F65

HEX: #6E7F65 RGB: (110,127,101)

Color info

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

RGB color model

#6E7F65 color RGB value is (110,127,101).

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

RGB channels and saturation

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

110
127
101

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

Portions of RGB colors in percentages

R + G + B = 110 + 127 + 101 = 338 (100%)
R 110 of 338 ~ 32.54%
G 127 of 338 ~ 37.57%
B 101 of 338 ~ 29.88'%

%32.54
%37.57
%29.88

CMYK color model

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

  • cyan value is 13.39%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • 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
%20.47
%50.2

Codes

Color #6E7F65 in popluar color models

6E 7F 65
RGB 110 127 101
HSL 99° 11.40% 44.71%
HSB/HSV 99° 20.47% 49.80%
CMYK 13.39% 0.00% 20.47%
50.20%

Color #6E7F65 in popluar number systems.

HEX 6E 7F 65
Decimal 110 127 101
Binary 1101110 1111111 1100101
Octal 156 177 145

Shades and tints

Shades of #6E7F65

#6E7F65
(110,127,101)
#64745C
(100,116,92)
#5A6953
(90,105,83)
#505E4A
(80,94,74)
#465341
(70,83,65)
#3C4838
(60,72,56)
#323D2F
(50,61,47)
#283226
(40,50,38)
#1E271D
(30,39,29)
#141C14
(20,28,20)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #6E7F65

#6E7F65
(110,127,101)
#7B8A73
(123,138,115)
#889581
(136,149,129)
#95A08F
(149,160,143)
#A2AB9D
(162,171,157)
#AFB6AB
(175,182,171)
#BCC1B9
(188,193,185)
#C9CCC7
(201,204,199)
#D6D7D5
(214,215,213)
#E3E2E3
(227,226,227)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7F65; }

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

This text font color is #6E7F65.

Background Color

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

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

This div background color is #6E7F65.

Border color

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

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

This div border color is #6E7F65.

Opacity

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

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

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

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

This text has shadow with #6E7F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7F65.

Preview

Color preview on black background

This text has color #6E7F65 on black background.


Color preview on white background

This text has color #6E7F65 on white background.


Black color preview on #6E7F65 background

This text has black color on #6E7F65 background.


White color preview on #6E7F65 background

This text has white color on #6E7F65 background.


Related colors

Complementary color

Complementary color for #hex is #91809A.


I love getcolorcode.com

Triadic colors

1 #656E7F and #7F656E with #6E7F65 are triadic colors.

2 #657F6E and #7F6E65 with #6E7F65 are triadic colors.