COLOR #6E7F73

HEX: #6E7F73 RGB: (110,127,115)

Color info

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

RGB color model

#6E7F73 color RGB value is (110,127,115).

RGB: (110,127,115) (43%, 50%, 45%)

RGB channels and saturation

R 110 of 255 = 43%
G 127 of 255 = 50%
B 115 of 255 = 45%

110
127
115

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

Portions of RGB colors in percentages

R + G + B = 110 + 127 + 115 = 352 (100%)
R 110 of 352 ~ 31.25%
G 127 of 352 ~ 36.08%
B 115 of 352 ~ 32.67'%

%31.25
%36.08
%32.67

CMYK color model

#6E7F73 color CMYK value is (13,0,9,50).

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

CMYK: (13,0,9,50)
C13M0Y9K50 (13%, 0%, 9%, 50%)
(0.13 / 0.00 / 0.09 / 0.50)

CMYK percentages

%13.39
%0
%9.45
%50.2

Codes

Color #6E7F73 in popluar color models

6E 7F 73
RGB 110 127 115
HSL 138° 7.17% 46.47%
HSB/HSV 138° 13.39% 49.80%
CMYK 13.39% 0.00% 9.45%
50.20%

Color #6E7F73 in popluar number systems.

HEX 6E 7F 73
Decimal 110 127 115
Binary 1101110 1111111 1110011
Octal 156 177 163

Shades and tints

Shades of #6E7F73

#6E7F73
(110,127,115)
#647469
(100,116,105)
#5A695F
(90,105,95)
#505E55
(80,94,85)
#46534B
(70,83,75)
#3C4841
(60,72,65)
#323D37
(50,61,55)
#28322D
(40,50,45)
#1E2723
(30,39,35)
#141C19
(20,28,25)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #6E7F73

#6E7F73
(110,127,115)
#7B8A7F
(123,138,127)
#88958B
(136,149,139)
#95A097
(149,160,151)
#A2ABA3
(162,171,163)
#AFB6AF
(175,182,175)
#BCC1BB
(188,193,187)
#C9CCC7
(201,204,199)
#D6D7D3
(214,215,211)
#E3E2DF
(227,226,223)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7F73; }

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

This text font color is #6E7F73.

Background Color

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

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

This div background color is #6E7F73.

Border color

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

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

This div border color is #6E7F73.

Opacity

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

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

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

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

This text has shadow with #6E7F73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7F73.

Preview

Color preview on black background

This text has color #6E7F73 on black background.


Color preview on white background

This text has color #6E7F73 on white background.


Black color preview on #6E7F73 background

This text has black color on #6E7F73 background.


White color preview on #6E7F73 background

This text has white color on #6E7F73 background.


Related colors

Complementary color

Complementary color for #hex is #91808C.


I love getcolorcode.com

Triadic colors

1 #736E7F and #7F736E with #6E7F73 are triadic colors.

2 #737F6E and #7F6E73 with #6E7F73 are triadic colors.