COLOR #6E8140

HEX: #6E8140
RGB: (110,129,64)

Color info

#6E8140 contains mainly red and green colors. Web safe color of #6E8140 is #669933 (or #693).

RGB color model

#6E8140 color RGB value is (110,129,64).

  • red value is 110;
  • green value is 129;
  • blue value is 64.
RGB:
(110,129,64)
(43%,51%,25%)

RGB channels and saturation

R 110 of 255 = 43%
G 129 of 255 = 51%
B 64 of 255 = 25%

110
129
64

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

Portions of RGB colors in percentages

R + G + B =
110 + 129 + 64 = 303 (100%)
R 110 of 303 ~ 36.3%
G 129 of 303 ~ 42.57%
B 64 of 303 ~ 21.12%

%36.3
%42.57
%21.12

CMYK color model

#6E8140 color CMYK value is (15,0,50,49).

  • cyan value is 14.73%
  • magenta value is 0.00%
  • yellow value is 50.39%
  • key color value is 49.41%
CMYK:
(15,0,50,49)
C15M0Y50K49 
(15%,0%,50%,49%)
(0.15/0.00/0.50/0.49)	

CMYK percentages

%14.73
%0
%50.39
%49.41

Codes

Color #6E8140 in popluar color models

6E8140
RGB11012964
HSL78°33.68%37.84%
HSB/HSV78°50.39%50.59%
CMYK14.73%0.00%50.39%
49.41%

Color #6E8140 in popluar number systems.

HEX6E8140
Decimal11012964
Binary1101110100000011000000
Octal156201100

Shades and tints

Shades of #6E8140

#6E8140
(110,129,64)
#64763B
(100,118,59)
#5A6B36
(90,107,54)
#506031
(80,96,49)
#46552C
(70,85,44)
#3C4A27
(60,74,39)
#323F22
(50,63,34)
#28341D
(40,52,29)
#1E2918
(30,41,24)
#141E13
(20,30,19)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #6E8140

#6E8140
(110,129,64)
#7B8C51
(123,140,81)
#889762
(136,151,98)
#95A273
(149,162,115)
#A2AD84
(162,173,132)
#AFB895
(175,184,149)
#BCC3A6
(188,195,166)
#C9CEB7
(201,206,183)
#D6D9C8
(214,217,200)
#E3E4D9
(227,228,217)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8140 color. Also use rgb(110,129,64) instead hex code.

Text Font Color

.myTextColor { color: #6E8140; }

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

This text font color is #6E8140.


Background Color

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

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

This div background color is #6E8140.


Border color

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

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

This div border color is #6E8140.


Opacity

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

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

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

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

This text has shadow with #6E8140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8140 on black background.


Color preview on white background

This text has color #6E8140 on white background.



Black color preview on #6E8140 background

This text has black color on #6E8140 background.


White color preview on #6E8140 background

This text has white color on #6E8140 background.