COLOR #6E8062

HEX: #6E8062
RGB: (110,128,98)

Color info

#6E8062 contains red, green and blue colors in about the same proportion. Web safe color of #6E8062 is #666666 (or #666).

RGB color model

#6E8062 color RGB value is (110,128,98).

  • red value is 110;
  • green value is 128;
  • blue value is 98.
RGB:
(110,128,98)
(43%,50%,38%)

RGB channels and saturation

R 110 of 255 = 43%
G 128 of 255 = 50%
B 98 of 255 = 38%

110
128
98

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

Portions of RGB colors in percentages

R + G + B =
110 + 128 + 98 = 336 (100%)
R 110 of 336 ~ 32.74%
G 128 of 336 ~ 38.1%
B 98 of 336 ~ 29.17%

%32.74
%38.1
%29.17

CMYK color model

#6E8062 color CMYK value is (14,0,23,50).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 23.44%
  • key color value is 49.80%
CMYK:
(14,0,23,50)
C14M0Y23K50 
(14%,0%,23%,50%)
(0.14/0.00/0.23/0.50)	

CMYK percentages

%14.06
%0
%23.44
%49.8

Codes

Color #6E8062 in popluar color models

6E8062
RGB11012898
HSL96°13.27%44.31%
HSB/HSV96°23.44%50.20%
CMYK14.06%0.00%23.44%
49.80%

Color #6E8062 in popluar number systems.

HEX6E8062
Decimal11012898
Binary1101110100000001100010
Octal156200142

Shades and tints

Shades of #6E8062

#6E8062
(110,128,98)
#64755A
(100,117,90)
#5A6A52
(90,106,82)
#505F4A
(80,95,74)
#465442
(70,84,66)
#3C493A
(60,73,58)
#323E32
(50,62,50)
#28332A
(40,51,42)
#1E2822
(30,40,34)
#141D1A
(20,29,26)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #6E8062

#6E8062
(110,128,98)
#7B8B70
(123,139,112)
#88967E
(136,150,126)
#95A18C
(149,161,140)
#A2AC9A
(162,172,154)
#AFB7A8
(175,183,168)
#BCC2B6
(188,194,182)
#C9CDC4
(201,205,196)
#D6D8D2
(214,216,210)
#E3E3E0
(227,227,224)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8062 color. Also use rgb(110,128,98) instead hex code.

Text Font Color

.myTextColor { color: #6E8062; }

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

This text font color is #6E8062.


Background Color

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

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

This div background color is #6E8062.


Border color

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

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

This div border color is #6E8062.


Opacity

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

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

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

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

This text has shadow with #6E8062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8062 on black background.


Color preview on white background

This text has color #6E8062 on white background.



Black color preview on #6E8062 background

This text has black color on #6E8062 background.


White color preview on #6E8062 background

This text has white color on #6E8062 background.