COLOR #6E8456

HEX: #6E8456
RGB: (110,132,86)

Color info

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

RGB color model

#6E8456 color RGB value is (110,132,86).

  • red value is 110;
  • green value is 132;
  • blue value is 86.
RGB:
(110,132,86)
(43%,52%,34%)

RGB channels and saturation

R 110 of 255 = 43%
G 132 of 255 = 52%
B 86 of 255 = 34%

110
132
86

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

Portions of RGB colors in percentages

R + G + B =
110 + 132 + 86 = 328 (100%)
R 110 of 328 ~ 33.54%
G 132 of 328 ~ 40.24%
B 86 of 328 ~ 26.22%

%33.54
%40.24
%26.22

CMYK color model

#6E8456 color CMYK value is (17,0,35,48).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 34.85%
  • key color value is 48.24%
CMYK:
(17,0,35,48)
C17M0Y35K48 
(17%,0%,35%,48%)
(0.17/0.00/0.35/0.48)	

CMYK percentages

%16.67
%0
%34.85
%48.24

Codes

Color #6E8456 in popluar color models

6E8456
RGB11013286
HSL89°21.10%42.75%
HSB/HSV89°34.85%51.76%
CMYK16.67%0.00%34.85%
48.24%

Color #6E8456 in popluar number systems.

HEX6E8456
Decimal11013286
Binary1101110100001001010110
Octal156204126

Shades and tints

Shades of #6E8456

#6E8456
(110,132,86)
#64784F
(100,120,79)
#5A6C48
(90,108,72)
#506041
(80,96,65)
#46543A
(70,84,58)
#3C4833
(60,72,51)
#323C2C
(50,60,44)
#283025
(40,48,37)
#1E241E
(30,36,30)
#141817
(20,24,23)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #6E8456

#6E8456
(110,132,86)
#7B8F65
(123,143,101)
#889A74
(136,154,116)
#95A583
(149,165,131)
#A2B092
(162,176,146)
#AFBBA1
(175,187,161)
#BCC6B0
(188,198,176)
#C9D1BF
(201,209,191)
#D6DCCE
(214,220,206)
#E3E7DD
(227,231,221)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8456 color. Also use rgb(110,132,86) instead hex code.

Text Font Color

.myTextColor { color: #6E8456; }

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

This text font color is #6E8456.


Background Color

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

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

This div background color is #6E8456.


Border color

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

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

This div border color is #6E8456.


Opacity

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

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

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

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

This text has shadow with #6E8456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8456 on black background.


Color preview on white background

This text has color #6E8456 on white background.



Black color preview on #6E8456 background

This text has black color on #6E8456 background.


White color preview on #6E8456 background

This text has white color on #6E8456 background.