COLOR #6E804A

HEX: #6E804A RGB: (110,128,74)

Color info

#6E804A contains red, green and blue colors in about the same proportion. Web safe color of #6E804A is #666633 (or #663).

RGB color model

#6E804A color RGB value is (110,128,74).

RGB: (110,128,74) (43%, 50%, 29%)

RGB channels and saturation

R 110 of 255 = 43%
G 128 of 255 = 50%
B 74 of 255 = 29%

110
128
74

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

Portions of RGB colors in percentages

R + G + B = 110 + 128 + 74 = 312 (100%)
R 110 of 312 ~ 35.26%
G 128 of 312 ~ 41.03%
B 74 of 312 ~ 23.72'%

%35.26
%41.03
%23.72

CMYK color model

#6E804A color CMYK value is (14,0,42,50).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 42.19%
  • key color value is 49.80%
CMYK: (14,0,42,50) C14M0Y42K50 (14%,0%,42%,50%) (0.14/0.00/0.42/0.50) 

CMYK percentages

%14.06
%0
%42.19
%49.8

Codes

Color #6E804A in popluar color models

6E 80 4A
RGB 110 128 74
HSL 80° 26.73% 39.61%
HSB/HSV 80° 42.19% 50.20%
CMYK 14.06% 0.00% 42.19%
49.80%

Color #6E804A in popluar number systems.

HEX 6E 80 4A
Decimal 110 128 74
Binary 1101110 10000000 1001010
Octal 156 200 112

Shades and tints

Shades of #6E804A

#6E804A
(110,128,74)
#647544
(100,117,68)
#5A6A3E
(90,106,62)
#505F38
(80,95,56)
#465432
(70,84,50)
#3C492C
(60,73,44)
#323E26
(50,62,38)
#283320
(40,51,32)
#1E281A
(30,40,26)
#141D14
(20,29,20)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #6E804A

#6E804A
(110,128,74)
#7B8B5A
(123,139,90)
#88966A
(136,150,106)
#95A17A
(149,161,122)
#A2AC8A
(162,172,138)
#AFB79A
(175,183,154)
#BCC2AA
(188,194,170)
#C9CDBA
(201,205,186)
#D6D8CA
(214,216,202)
#E3E3DA
(227,227,218)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E804A; }

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

This text font color is #6E804A.

Background Color

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

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

This div background color is #6E804A.

Border color

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

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

This div border color is #6E804A.

Opacity

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

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

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

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

This text has shadow with #6E804A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E804A.

Preview

Color preview on black background

This text has color #6E804A on black background.


Color preview on white background

This text has color #6E804A on white background.


Black color preview on #6E804A background

This text has black color on #6E804A background.


White color preview on #6E804A background

This text has white color on #6E804A background.


Related colors

Complementary color

Complementary color for #hex is #917FB5.


I love getcolorcode.com

Triadic colors

1 #4A6E80 and #804A6E with #6E804A are triadic colors.

2 #4A806E and #806E4A with #6E804A are triadic colors.