COLOR #6E804E

HEX: #6E804E
RGB: (110,128,78)

Color info

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

RGB color model

#6E804E color RGB value is (110,128,78).

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

RGB channels and saturation

R 110 of 255 = 43%
G 128 of 255 = 50%
B 78 of 255 = 31%

110
128
78

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

Portions of RGB colors in percentages

R + G + B =
110 + 128 + 78 = 316 (100%)
R 110 of 316 ~ 34.81%
G 128 of 316 ~ 40.51%
B 78 of 316 ~ 24.68%

%34.81
%40.51
%24.68

CMYK color model

#6E804E color CMYK value is (14,0,39,50).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 39.06%
  • key color value is 49.80%
CMYK: (14,0,39,50) C14M0Y39K50 (14%,0%,39%,50%) (0.14/0.00/0.39/0.50)

CMYK percentages

%14.06
%0
%39.06
%49.8

Codes

Color #6E804E in popluar color models

6E804E
RGB11012878
HSL82°24.27%40.39%
HSB/HSV82°39.06%50.20%
CMYK14.06%0.00%39.06%
49.80%

Color #6E804E in popluar number systems.

HEX6E804E
Decimal11012878
Binary1101110100000001001110
Octal156200116

Shades and tints

Shades of #6E804E

#6E804E
(110,128,78)
#647547
(100,117,71)
#5A6A40
(90,106,64)
#505F39
(80,95,57)
#465432
(70,84,50)
#3C492B
(60,73,43)
#323E24
(50,62,36)
#28331D
(40,51,29)
#1E2816
(30,40,22)
#141D0F
(20,29,15)
#0A1208
(10,18,8)
#000000
(0,0,0)

Tints of #6E804E

#6E804E
(110,128,78)
#7B8B5E
(123,139,94)
#88966E
(136,150,110)
#95A17E
(149,161,126)
#A2AC8E
(162,172,142)
#AFB79E
(175,183,158)
#BCC2AE
(188,194,174)
#C9CDBE
(201,205,190)
#D6D8CE
(214,216,206)
#E3E3DE
(227,227,222)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E804E; }

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

This text font color is #6E804E.


Background Color

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

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

This div background color is #6E804E.


Border color

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

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

This div border color is #6E804E.


Opacity

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

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

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

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

This text has shadow with #6E804E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6E804E on black background.


Color preview on white background

This text has color #6E804E on white background.



Black color preview on #6E804E background

This text has black color on #6E804E background.


White color preview on #6E804E background

This text has white color on #6E804E background.