COLOR #6E9350

HEX: #6E9350
RGB: (110,147,80)

Color info

#6E9350 contains mainly red and green colors. Web safe color of #6E9350 is #669966 (or #696).

RGB color model

#6E9350 color RGB value is (110,147,80).

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

RGB channels and saturation

R 110 of 255 = 43%
G 147 of 255 = 58%
B 80 of 255 = 31%

110
147
80

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

Portions of RGB colors in percentages

R + G + B =
110 + 147 + 80 = 337 (100%)
R 110 of 337 ~ 32.64%
G 147 of 337 ~ 43.62%
B 80 of 337 ~ 23.74%

%32.64
%43.62
%23.74

CMYK color model

#6E9350 color CMYK value is (25,0,46,42).

  • cyan value is 25.17%
  • magenta value is 0.00%
  • yellow value is 45.58%
  • key color value is 42.35%
CMYK:
(25,0,46,42)
C25M0Y46K42 
(25%,0%,46%,42%)
(0.25/0.00/0.46/0.42)	

CMYK percentages

%25.17
%0
%45.58
%42.35

Codes

Color #6E9350 in popluar color models

6E9350
RGB11014780
HSL93°29.52%44.51%
HSB/HSV93°45.58%57.65%
CMYK25.17%0.00%45.58%
42.35%

Color #6E9350 in popluar number systems.

HEX6E9350
Decimal11014780
Binary1101110100100111010000
Octal156223120

Shades and tints

Shades of #6E9350

#6E9350
(110,147,80)
#648649
(100,134,73)
#5A7942
(90,121,66)
#506C3B
(80,108,59)
#465F34
(70,95,52)
#3C522D
(60,82,45)
#324526
(50,69,38)
#28381F
(40,56,31)
#1E2B18
(30,43,24)
#141E11
(20,30,17)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #6E9350

#6E9350
(110,147,80)
#7B9C5F
(123,156,95)
#88A56E
(136,165,110)
#95AE7D
(149,174,125)
#A2B78C
(162,183,140)
#AFC09B
(175,192,155)
#BCC9AA
(188,201,170)
#C9D2B9
(201,210,185)
#D6DBC8
(214,219,200)
#E3E4D7
(227,228,215)
#F0EDE6
(240,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9350; }

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

This text font color is #6E9350.


Background Color

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

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

This div background color is #6E9350.


Border color

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

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

This div border color is #6E9350.


Opacity

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

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

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

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

This text has shadow with #6E9350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9350 on black background.


Color preview on white background

This text has color #6E9350 on white background.



Black color preview on #6E9350 background

This text has black color on #6E9350 background.


White color preview on #6E9350 background

This text has white color on #6E9350 background.