COLOR #6E8856

HEX: #6E8856
RGB: (110,136,86)

Color info

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

RGB color model

#6E8856 color RGB value is (110,136,86).

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

RGB channels and saturation

R 110 of 255 = 43%
G 136 of 255 = 53%
B 86 of 255 = 34%

110
136
86

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

Portions of RGB colors in percentages

R + G + B =
110 + 136 + 86 = 332 (100%)
R 110 of 332 ~ 33.13%
G 136 of 332 ~ 40.96%
B 86 of 332 ~ 25.9%

%33.13
%40.96
%25.9

CMYK color model

#6E8856 color CMYK value is (19,0,37,47).

  • cyan value is 19.12%
  • magenta value is 0.00%
  • yellow value is 36.76%
  • key color value is 46.67%
CMYK:
(19,0,37,47)
C19M0Y37K47 
(19%,0%,37%,47%)
(0.19/0.00/0.37/0.47)	

CMYK percentages

%19.12
%0
%36.76
%46.67

Codes

Color #6E8856 in popluar color models

6E8856
RGB11013686
HSL91°22.52%43.53%
HSB/HSV91°36.76%53.33%
CMYK19.12%0.00%36.76%
46.67%

Color #6E8856 in popluar number systems.

HEX6E8856
Decimal11013686
Binary1101110100010001010110
Octal156210126

Shades and tints

Shades of #6E8856

#6E8856
(110,136,86)
#647C4F
(100,124,79)
#5A7048
(90,112,72)
#506441
(80,100,65)
#46583A
(70,88,58)
#3C4C33
(60,76,51)
#32402C
(50,64,44)
#283425
(40,52,37)
#1E281E
(30,40,30)
#141C17
(20,28,23)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #6E8856

#6E8856
(110,136,86)
#7B9265
(123,146,101)
#889C74
(136,156,116)
#95A683
(149,166,131)
#A2B092
(162,176,146)
#AFBAA1
(175,186,161)
#BCC4B0
(188,196,176)
#C9CEBF
(201,206,191)
#D6D8CE
(214,216,206)
#E3E2DD
(227,226,221)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8856; }

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

This text font color is #6E8856.


Background Color

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

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

This div background color is #6E8856.


Border color

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

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

This div border color is #6E8856.


Opacity

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

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

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

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

This text has shadow with #6E8856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8856 on black background.


Color preview on white background

This text has color #6E8856 on white background.



Black color preview on #6E8856 background

This text has black color on #6E8856 background.


White color preview on #6E8856 background

This text has white color on #6E8856 background.