COLOR #6E8660

HEX: #6E8660
RGB: (110,134,96)

Color info

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

RGB color model

#6E8660 color RGB value is (110,134,96).

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

RGB channels and saturation

R 110 of 255 = 43%
G 134 of 255 = 53%
B 96 of 255 = 38%

110
134
96

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

Portions of RGB colors in percentages

R + G + B =
110 + 134 + 96 = 340 (100%)
R 110 of 340 ~ 32.35%
G 134 of 340 ~ 39.41%
B 96 of 340 ~ 28.24%

%32.35
%39.41
%28.24

CMYK color model

#6E8660 color CMYK value is (18,0,28,47).

  • cyan value is 17.91%
  • magenta value is 0.00%
  • yellow value is 28.36%
  • key color value is 47.45%
CMYK:
(18,0,28,47)
C18M0Y28K47 
(18%,0%,28%,47%)
(0.18/0.00/0.28/0.47)	

CMYK percentages

%17.91
%0
%28.36
%47.45

Codes

Color #6E8660 in popluar color models

6E8660
RGB11013496
HSL98°16.52%45.10%
HSB/HSV98°28.36%52.55%
CMYK17.91%0.00%28.36%
47.45%

Color #6E8660 in popluar number systems.

HEX6E8660
Decimal11013496
Binary1101110100001101100000
Octal156206140

Shades and tints

Shades of #6E8660

#6E8660
(110,134,96)
#647A58
(100,122,88)
#5A6E50
(90,110,80)
#506248
(80,98,72)
#465640
(70,86,64)
#3C4A38
(60,74,56)
#323E30
(50,62,48)
#283228
(40,50,40)
#1E2620
(30,38,32)
#141A18
(20,26,24)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #6E8660

#6E8660
(110,134,96)
#7B916E
(123,145,110)
#889C7C
(136,156,124)
#95A78A
(149,167,138)
#A2B298
(162,178,152)
#AFBDA6
(175,189,166)
#BCC8B4
(188,200,180)
#C9D3C2
(201,211,194)
#D6DED0
(214,222,208)
#E3E9DE
(227,233,222)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8660; }

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

This text font color is #6E8660.


Background Color

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

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

This div background color is #6E8660.


Border color

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

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

This div border color is #6E8660.


Opacity

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

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

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

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

This text has shadow with #6E8660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8660 on black background.


Color preview on white background

This text has color #6E8660 on white background.



Black color preview on #6E8660 background

This text has black color on #6E8660 background.


White color preview on #6E8660 background

This text has white color on #6E8660 background.