COLOR #6E8C43

HEX: #6E8C43
RGB: (110,140,67)

Color info

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

RGB color model

#6E8C43 color RGB value is (110,140,67).

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

RGB channels and saturation

R 110 of 255 = 43%
G 140 of 255 = 55%
B 67 of 255 = 26%

110
140
67

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

Portions of RGB colors in percentages

R + G + B =
110 + 140 + 67 = 317 (100%)
R 110 of 317 ~ 34.7%
G 140 of 317 ~ 44.16%
B 67 of 317 ~ 21.14%

%34.7
%44.16
%21.14

CMYK color model

#6E8C43 color CMYK value is (21,0,52,45).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 52.14%
  • key color value is 45.10%
CMYK:
(21,0,52,45)
C21M0Y52K45 
(21%,0%,52%,45%)
(0.21/0.00/0.52/0.45)	

CMYK percentages

%21.43
%0
%52.14
%45.1

Codes

Color #6E8C43 in popluar color models

6E8C43
RGB11014067
HSL85°35.27%40.59%
HSB/HSV85°52.14%54.90%
CMYK21.43%0.00%52.14%
45.10%

Color #6E8C43 in popluar number systems.

HEX6E8C43
Decimal11014067
Binary1101110100011001000011
Octal156214103

Shades and tints

Shades of #6E8C43

#6E8C43
(110,140,67)
#64803D
(100,128,61)
#5A7437
(90,116,55)
#506831
(80,104,49)
#465C2B
(70,92,43)
#3C5025
(60,80,37)
#32441F
(50,68,31)
#283819
(40,56,25)
#1E2C13
(30,44,19)
#14200D
(20,32,13)
#0A1407
(10,20,7)
#000000
(0,0,0)

Tints of #6E8C43

#6E8C43
(110,140,67)
#7B9654
(123,150,84)
#88A065
(136,160,101)
#95AA76
(149,170,118)
#A2B487
(162,180,135)
#AFBE98
(175,190,152)
#BCC8A9
(188,200,169)
#C9D2BA
(201,210,186)
#D6DCCB
(214,220,203)
#E3E6DC
(227,230,220)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8C43; }

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

This text font color is #6E8C43.


Background Color

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

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

This div background color is #6E8C43.


Border color

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

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

This div border color is #6E8C43.


Opacity

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

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

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

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

This text has shadow with #6E8C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8C43 on black background.


Color preview on white background

This text has color #6E8C43 on white background.



Black color preview on #6E8C43 background

This text has black color on #6E8C43 background.


White color preview on #6E8C43 background

This text has white color on #6E8C43 background.