COLOR #6E8679

HEX: #6E8679
RGB: (110,134,121)

Color info

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

RGB color model

#6E8679 color RGB value is (110,134,121).

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

RGB channels and saturation

R 110 of 255 = 43%
G 134 of 255 = 53%
B 121 of 255 = 47%

110
134
121

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

Portions of RGB colors in percentages

R + G + B =
110 + 134 + 121 = 365 (100%)
R 110 of 365 ~ 30.14%
G 134 of 365 ~ 36.71%
B 121 of 365 ~ 33.15%

%30.14
%36.71
%33.15

CMYK color model

#6E8679 color CMYK value is (18,0,10,47).

  • cyan value is 17.91%
  • magenta value is 0.00%
  • yellow value is 9.70%
  • key color value is 47.45%
CMYK:
(18,0,10,47)
C18M0Y10K47 
(18%,0%,10%,47%)
(0.18/0.00/0.10/0.47)	

CMYK percentages

%17.91
%0
%9.7
%47.45

Codes

Color #6E8679 in popluar color models

6E8679
RGB110134121
HSL148°9.84%47.84%
HSB/HSV148°17.91%52.55%
CMYK17.91%0.00%9.70%
47.45%

Color #6E8679 in popluar number systems.

HEX6E8679
Decimal110134121
Binary1101110100001101111001
Octal156206171

Shades and tints

Shades of #6E8679

#6E8679
(110,134,121)
#647A6E
(100,122,110)
#5A6E63
(90,110,99)
#506258
(80,98,88)
#46564D
(70,86,77)
#3C4A42
(60,74,66)
#323E37
(50,62,55)
#28322C
(40,50,44)
#1E2621
(30,38,33)
#141A16
(20,26,22)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #6E8679

#6E8679
(110,134,121)
#7B9185
(123,145,133)
#889C91
(136,156,145)
#95A79D
(149,167,157)
#A2B2A9
(162,178,169)
#AFBDB5
(175,189,181)
#BCC8C1
(188,200,193)
#C9D3CD
(201,211,205)
#D6DED9
(214,222,217)
#E3E9E5
(227,233,229)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8679; }

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

This text font color is #6E8679.


Background Color

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

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

This div background color is #6E8679.


Border color

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

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

This div border color is #6E8679.


Opacity

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

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

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

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

This text has shadow with #6E8679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8679 on black background.


Color preview on white background

This text has color #6E8679 on white background.



Black color preview on #6E8679 background

This text has black color on #6E8679 background.


White color preview on #6E8679 background

This text has white color on #6E8679 background.