COLOR #6E8450

HEX: #6E8450
RGB: (110,132,80)

Color info

#6E8450 contains red, green and blue colors in about the same proportion. Web safe color of #6E8450 is #669966 (or #696).

RGB color model

#6E8450 color RGB value is (110,132,80).

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

RGB channels and saturation

R 110 of 255 = 43%
G 132 of 255 = 52%
B 80 of 255 = 31%

110
132
80

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

Portions of RGB colors in percentages

R + G + B =
110 + 132 + 80 = 322 (100%)
R 110 of 322 ~ 34.16%
G 132 of 322 ~ 40.99%
B 80 of 322 ~ 24.84%

%34.16
%40.99
%24.84

CMYK color model

#6E8450 color CMYK value is (17,0,39,48).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 39.39%
  • key color value is 48.24%
CMYK:
(17,0,39,48)
C17M0Y39K48 
(17%,0%,39%,48%)
(0.17/0.00/0.39/0.48)	

CMYK percentages

%16.67
%0
%39.39
%48.24

Codes

Color #6E8450 in popluar color models

6E8450
RGB11013280
HSL85°24.53%41.57%
HSB/HSV85°39.39%51.76%
CMYK16.67%0.00%39.39%
48.24%

Color #6E8450 in popluar number systems.

HEX6E8450
Decimal11013280
Binary1101110100001001010000
Octal156204120

Shades and tints

Shades of #6E8450

#6E8450
(110,132,80)
#647849
(100,120,73)
#5A6C42
(90,108,66)
#50603B
(80,96,59)
#465434
(70,84,52)
#3C482D
(60,72,45)
#323C26
(50,60,38)
#28301F
(40,48,31)
#1E2418
(30,36,24)
#141811
(20,24,17)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #6E8450

#6E8450
(110,132,80)
#7B8F5F
(123,143,95)
#889A6E
(136,154,110)
#95A57D
(149,165,125)
#A2B08C
(162,176,140)
#AFBB9B
(175,187,155)
#BCC6AA
(188,198,170)
#C9D1B9
(201,209,185)
#D6DCC8
(214,220,200)
#E3E7D7
(227,231,215)
#F0F2E6
(240,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8450; }

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

This text font color is #6E8450.


Background Color

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

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

This div background color is #6E8450.


Border color

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

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

This div border color is #6E8450.


Opacity

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

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

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

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

This text has shadow with #6E8450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8450 on black background.


Color preview on white background

This text has color #6E8450 on white background.



Black color preview on #6E8450 background

This text has black color on #6E8450 background.


White color preview on #6E8450 background

This text has white color on #6E8450 background.