COLOR #6E8673

HEX: #6E8673
RGB: (110,134,115)

Color info

#6E8673 contains red, green and blue colors in about the same proportion. Web safe color of #6E8673 is #669966 (or #696).

RGB color model

#6E8673 color RGB value is (110,134,115).

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

RGB channels and saturation

R 110 of 255 = 43%
G 134 of 255 = 53%
B 115 of 255 = 45%

110
134
115

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

Portions of RGB colors in percentages

R + G + B =
110 + 134 + 115 = 359 (100%)
R 110 of 359 ~ 30.64%
G 134 of 359 ~ 37.33%
B 115 of 359 ~ 32.03%

%30.64
%37.33
%32.03

CMYK color model

#6E8673 color CMYK value is (18,0,14,47).

  • cyan value is 17.91%
  • magenta value is 0.00%
  • yellow value is 14.18%
  • key color value is 47.45%
CMYK:
(18,0,14,47)
C18M0Y14K47 
(18%,0%,14%,47%)
(0.18/0.00/0.14/0.47)	

CMYK percentages

%17.91
%0
%14.18
%47.45

Codes

Color #6E8673 in popluar color models

6E8673
RGB110134115
HSL133°9.84%47.84%
HSB/HSV133°17.91%52.55%
CMYK17.91%0.00%14.18%
47.45%

Color #6E8673 in popluar number systems.

HEX6E8673
Decimal110134115
Binary1101110100001101110011
Octal156206163

Shades and tints

Shades of #6E8673

#6E8673
(110,134,115)
#647A69
(100,122,105)
#5A6E5F
(90,110,95)
#506255
(80,98,85)
#46564B
(70,86,75)
#3C4A41
(60,74,65)
#323E37
(50,62,55)
#28322D
(40,50,45)
#1E2623
(30,38,35)
#141A19
(20,26,25)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #6E8673

#6E8673
(110,134,115)
#7B917F
(123,145,127)
#889C8B
(136,156,139)
#95A797
(149,167,151)
#A2B2A3
(162,178,163)
#AFBDAF
(175,189,175)
#BCC8BB
(188,200,187)
#C9D3C7
(201,211,199)
#D6DED3
(214,222,211)
#E3E9DF
(227,233,223)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8673; }

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

This text font color is #6E8673.


Background Color

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

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

This div background color is #6E8673.


Border color

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

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

This div border color is #6E8673.


Opacity

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

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

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

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

This text has shadow with #6E8673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8673 on black background.


Color preview on white background

This text has color #6E8673 on white background.



Black color preview on #6E8673 background

This text has black color on #6E8673 background.


White color preview on #6E8673 background

This text has white color on #6E8673 background.