COLOR #6E7577

HEX: #6E7577
RGB: (110,117,119)

Color info

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

RGB color model

#6E7577 color RGB value is (110,117,119).

  • red value is 110;
  • green value is 117;
  • blue value is 119.
RGB:
(110,117,119)
(43%,46%,47%)

RGB channels and saturation

R 110 of 255 = 43%
G 117 of 255 = 46%
B 119 of 255 = 47%

110
117
119

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

Portions of RGB colors in percentages

R + G + B =
110 + 117 + 119 = 346 (100%)
R 110 of 346 ~ 31.79%
G 117 of 346 ~ 33.82%
B 119 of 346 ~ 34.39%

%31.79
%33.82
%34.39

CMYK color model

#6E7577 color CMYK value is (8,2,0,53).

  • cyan value is 7.56%
  • magenta value is 1.68%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(8,2,0,53)
C8M2Y0K53 
(8%,2%,0%,53%)
(0.08/0.02/0.00/0.53)	

CMYK percentages

%7.56
%1.68
%0
%53.33

Codes

Color #6E7577 in popluar color models

6E7577
RGB110117119
HSL193°3.93%44.90%
HSB/HSV193°7.56%46.67%
CMYK7.56%1.68%0.00%
53.33%

Color #6E7577 in popluar number systems.

HEX6E7577
Decimal110117119
Binary110111011101011110111
Octal156165167

Shades and tints

Shades of #6E7577

#6E7577
(110,117,119)
#646B6D
(100,107,109)
#5A6163
(90,97,99)
#505759
(80,87,89)
#464D4F
(70,77,79)
#3C4345
(60,67,69)
#32393B
(50,57,59)
#282F31
(40,47,49)
#1E2527
(30,37,39)
#141B1D
(20,27,29)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #6E7577

#6E7577
(110,117,119)
#7B8183
(123,129,131)
#888D8F
(136,141,143)
#95999B
(149,153,155)
#A2A5A7
(162,165,167)
#AFB1B3
(175,177,179)
#BCBDBF
(188,189,191)
#C9C9CB
(201,201,203)
#D6D5D7
(214,213,215)
#E3E1E3
(227,225,227)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7577 color. Also use rgb(110,117,119) instead hex code.

Text Font Color

.myTextColor { color: #6E7577; }

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

This text font color is #6E7577.


Background Color

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

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

This div background color is #6E7577.


Border color

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

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

This div border color is #6E7577.


Opacity

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

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

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

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

This text has shadow with #6E7577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7577 on black background.


Color preview on white background

This text has color #6E7577 on white background.



Black color preview on #6E7577 background

This text has black color on #6E7577 background.


White color preview on #6E7577 background

This text has white color on #6E7577 background.