COLOR #6E7173

HEX: #6E7173
RGB: (110,113,115)

Color info

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

RGB color model

#6E7173 color RGB value is (110,113,115).

  • red value is 110;
  • green value is 113;
  • blue value is 115.
RGB:
(110,113,115)
(43%,44%,45%)

RGB channels and saturation

R 110 of 255 = 43%
G 113 of 255 = 44%
B 115 of 255 = 45%

110
113
115

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

Portions of RGB colors in percentages

R + G + B =
110 + 113 + 115 = 338 (100%)
R 110 of 338 ~ 32.54%
G 113 of 338 ~ 33.43%
B 115 of 338 ~ 34.02%

%32.54
%33.43
%34.02

CMYK color model

#6E7173 color CMYK value is (4,2,0,55).

  • cyan value is 4.35%
  • magenta value is 1.74%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(4,2,0,55)
C4M2Y0K55 
(4%,2%,0%,55%)
(0.04/0.02/0.00/0.55)	

CMYK percentages

%4.35
%1.74
%0
%54.9

Codes

Color #6E7173 in popluar color models

6E7173
RGB110113115
HSL204°2.22%44.12%
HSB/HSV204°4.35%45.10%
CMYK4.35%1.74%0.00%
54.90%

Color #6E7173 in popluar number systems.

HEX6E7173
Decimal110113115
Binary110111011100011110011
Octal156161163

Shades and tints

Shades of #6E7173

#6E7173
(110,113,115)
#646769
(100,103,105)
#5A5D5F
(90,93,95)
#505355
(80,83,85)
#46494B
(70,73,75)
#3C3F41
(60,63,65)
#323537
(50,53,55)
#282B2D
(40,43,45)
#1E2123
(30,33,35)
#141719
(20,23,25)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #6E7173

#6E7173
(110,113,115)
#7B7D7F
(123,125,127)
#88898B
(136,137,139)
#959597
(149,149,151)
#A2A1A3
(162,161,163)
#AFADAF
(175,173,175)
#BCB9BB
(188,185,187)
#C9C5C7
(201,197,199)
#D6D1D3
(214,209,211)
#E3DDDF
(227,221,223)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7173; }

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

This text font color is #6E7173.


Background Color

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

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

This div background color is #6E7173.


Border color

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

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

This div border color is #6E7173.


Opacity

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

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

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

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

This text has shadow with #6E7173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7173 on black background.


Color preview on white background

This text has color #6E7173 on white background.



Black color preview on #6E7173 background

This text has black color on #6E7173 background.


White color preview on #6E7173 background

This text has white color on #6E7173 background.