COLOR #6E9344

HEX: #6E9344
RGB: (110,147,68)

Color info

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

RGB color model

#6E9344 color RGB value is (110,147,68).

  • red value is 110;
  • green value is 147;
  • blue value is 68.
RGB:
(110,147,68)
(43%,58%,27%)

RGB channels and saturation

R 110 of 255 = 43%
G 147 of 255 = 58%
B 68 of 255 = 27%

110
147
68

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

Portions of RGB colors in percentages

R + G + B =
110 + 147 + 68 = 325 (100%)
R 110 of 325 ~ 33.85%
G 147 of 325 ~ 45.23%
B 68 of 325 ~ 20.92%

%33.85
%45.23
%20.92

CMYK color model

#6E9344 color CMYK value is (25,0,54,42).

  • cyan value is 25.17%
  • magenta value is 0.00%
  • yellow value is 53.74%
  • key color value is 42.35%
CMYK:
(25,0,54,42)
C25M0Y54K42 
(25%,0%,54%,42%)
(0.25/0.00/0.54/0.42)	

CMYK percentages

%25.17
%0
%53.74
%42.35

Codes

Color #6E9344 in popluar color models

6E9344
RGB11014768
HSL88°36.74%42.16%
HSB/HSV88°53.74%57.65%
CMYK25.17%0.00%53.74%
42.35%

Color #6E9344 in popluar number systems.

HEX6E9344
Decimal11014768
Binary1101110100100111000100
Octal156223104

Shades and tints

Shades of #6E9344

#6E9344
(110,147,68)
#64863E
(100,134,62)
#5A7938
(90,121,56)
#506C32
(80,108,50)
#465F2C
(70,95,44)
#3C5226
(60,82,38)
#324520
(50,69,32)
#28381A
(40,56,26)
#1E2B14
(30,43,20)
#141E0E
(20,30,14)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #6E9344

#6E9344
(110,147,68)
#7B9C55
(123,156,85)
#88A566
(136,165,102)
#95AE77
(149,174,119)
#A2B788
(162,183,136)
#AFC099
(175,192,153)
#BCC9AA
(188,201,170)
#C9D2BB
(201,210,187)
#D6DBCC
(214,219,204)
#E3E4DD
(227,228,221)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9344 color. Also use rgb(110,147,68) instead hex code.

Text Font Color

.myTextColor { color: #6E9344; }

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

This text font color is #6E9344.


Background Color

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

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

This div background color is #6E9344.


Border color

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

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

This div border color is #6E9344.


Opacity

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

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

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

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

This text has shadow with #6E9344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9344 on black background.


Color preview on white background

This text has color #6E9344 on white background.



Black color preview on #6E9344 background

This text has black color on #6E9344 background.


White color preview on #6E9344 background

This text has white color on #6E9344 background.