COLOR #6E8C1F

HEX: #6E8C1F
RGB: (110,140,31)

Color info

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

RGB color model

#6E8C1F color RGB value is (110,140,31).

  • red value is 110;
  • green value is 140;
  • blue value is 31.
RGB:
(110,140,31)
(43%,55%,12%)

RGB channels and saturation

R 110 of 255 = 43%
G 140 of 255 = 55%
B 31 of 255 = 12%

110
140
31

R + G + B ~ 37%. #6E8C1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 140 + 31 = 281 (100%)
R 110 of 281 ~ 39.15%
G 140 of 281 ~ 49.82%
B 31 of 281 ~ 11.03%

%39.15
%49.82
%11.03

CMYK color model

#6E8C1F color CMYK value is (21,0,78,45).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 77.86%
  • key color value is 45.10%
CMYK:
(21,0,78,45)
C21M0Y78K45 
(21%,0%,78%,45%)
(0.21/0.00/0.78/0.45)	

CMYK percentages

%21.43
%0
%77.86
%45.1

Codes

Color #6E8C1F in popluar color models

6E8C1F
RGB11014031
HSL77°63.74%33.53%
HSB/HSV77°77.86%54.90%
CMYK21.43%0.00%77.86%
45.10%

Color #6E8C1F in popluar number systems.

HEX6E8C1F
Decimal11014031
Binary11011101000110011111
Octal15621437

Shades and tints

Shades of #6E8C1F

#6E8C1F
(110,140,31)
#64801D
(100,128,29)
#5A741B
(90,116,27)
#506819
(80,104,25)
#465C17
(70,92,23)
#3C5015
(60,80,21)
#324413
(50,68,19)
#283811
(40,56,17)
#1E2C0F
(30,44,15)
#14200D
(20,32,13)
#0A140B
(10,20,11)
#000000
(0,0,0)

Tints of #6E8C1F

#6E8C1F
(110,140,31)
#7B9633
(123,150,51)
#88A047
(136,160,71)
#95AA5B
(149,170,91)
#A2B46F
(162,180,111)
#AFBE83
(175,190,131)
#BCC897
(188,200,151)
#C9D2AB
(201,210,171)
#D6DCBF
(214,220,191)
#E3E6D3
(227,230,211)
#F0F0E7
(240,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8C1F color. Also use rgb(110,140,31) instead hex code.

Text Font Color

.myTextColor { color: #6E8C1F; }

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

This text font color is #6E8C1F.


Background Color

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

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

This div background color is #6E8C1F.


Border color

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

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

This div border color is #6E8C1F.


Opacity

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

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

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

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

This text has shadow with #6E8C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8C1F on black background.


Color preview on white background

This text has color #6E8C1F on white background.



Black color preview on #6E8C1F background

This text has black color on #6E8C1F background.


White color preview on #6E8C1F background

This text has white color on #6E8C1F background.