COLOR #6E7B73

HEX: #6E7B73
RGB: (110,123,115)

Color info

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

RGB color model

#6E7B73 color RGB value is (110,123,115).

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

RGB channels and saturation

R 110 of 255 = 43%
G 123 of 255 = 48%
B 115 of 255 = 45%

110
123
115

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

Portions of RGB colors in percentages

R + G + B =
110 + 123 + 115 = 348 (100%)
R 110 of 348 ~ 31.61%
G 123 of 348 ~ 35.34%
B 115 of 348 ~ 33.05%

%31.61
%35.34
%33.05

CMYK color model

#6E7B73 color CMYK value is (11,0,7,52).

  • cyan value is 10.57%
  • magenta value is 0.00%
  • yellow value is 6.50%
  • key color value is 51.76%
CMYK:
(11,0,7,52)
C11M0Y7K52 
(11%,0%,7%,52%)
(0.11/0.00/0.07/0.52)	

CMYK percentages

%10.57
%0
%6.5
%51.76

Codes

Color #6E7B73 in popluar color models

6E7B73
RGB110123115
HSL143°5.58%45.69%
HSB/HSV143°10.57%48.24%
CMYK10.57%0.00%6.50%
51.76%

Color #6E7B73 in popluar number systems.

HEX6E7B73
Decimal110123115
Binary110111011110111110011
Octal156173163

Shades and tints

Shades of #6E7B73

#6E7B73
(110,123,115)
#647069
(100,112,105)
#5A655F
(90,101,95)
#505A55
(80,90,85)
#464F4B
(70,79,75)
#3C4441
(60,68,65)
#323937
(50,57,55)
#282E2D
(40,46,45)
#1E2323
(30,35,35)
#141819
(20,24,25)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #6E7B73

#6E7B73
(110,123,115)
#7B877F
(123,135,127)
#88938B
(136,147,139)
#959F97
(149,159,151)
#A2ABA3
(162,171,163)
#AFB7AF
(175,183,175)
#BCC3BB
(188,195,187)
#C9CFC7
(201,207,199)
#D6DBD3
(214,219,211)
#E3E7DF
(227,231,223)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7B73; }

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

This text font color is #6E7B73.


Background Color

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

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

This div background color is #6E7B73.


Border color

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

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

This div border color is #6E7B73.


Opacity

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

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

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

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

This text has shadow with #6E7B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7B73 on black background.


Color preview on white background

This text has color #6E7B73 on white background.



Black color preview on #6E7B73 background

This text has black color on #6E7B73 background.


White color preview on #6E7B73 background

This text has white color on #6E7B73 background.