COLOR #6E8036

HEX: #6E8036 RGB: (110,128,54)

Color info

#6E8036 contains mainly red and green colors. Web safe color of #6E8036 is #666633 (or #663).

RGB color model

#6E8036 color RGB value is (110,128,54).

RGB: (110,128,54) (43%, 50%, 21%)

RGB channels and saturation

R 110 of 255 = 43%
G 128 of 255 = 50%
B 54 of 255 = 21%

110
128
54

R + G + B ~ 38%. #6E8036 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 128 + 54 = 292 (100%)
R 110 of 292 ~ 37.67%
G 128 of 292 ~ 43.84%
B 54 of 292 ~ 18.49'%

%37.67
%43.84
%18.49

CMYK color model

#6E8036 color CMYK value is (14,0,58,50).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 57.81%
  • key color value is 49.80%
CMYK: (14,0,58,50) C14M0Y58K50 (14%,0%,58%,50%) (0.14/0.00/0.58/0.50) 

CMYK percentages

%14.06
%0
%57.81
%49.8

Codes

Color #6E8036 in popluar color models

6E 80 36
RGB 110 128 54
HSL 75° 40.66% 35.69%
HSB/HSV 75° 57.81% 50.20%
CMYK 14.06% 0.00% 57.81%
49.80%

Color #6E8036 in popluar number systems.

HEX 6E 80 36
Decimal 110 128 54
Binary 1101110 10000000 110110
Octal 156 200 66

Shades and tints

Shades of #6E8036

#6E8036
(110,128,54)
#647532
(100,117,50)
#5A6A2E
(90,106,46)
#505F2A
(80,95,42)
#465426
(70,84,38)
#3C4922
(60,73,34)
#323E1E
(50,62,30)
#28331A
(40,51,26)
#1E2816
(30,40,22)
#141D12
(20,29,18)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #6E8036

#6E8036
(110,128,54)
#7B8B48
(123,139,72)
#88965A
(136,150,90)
#95A16C
(149,161,108)
#A2AC7E
(162,172,126)
#AFB790
(175,183,144)
#BCC2A2
(188,194,162)
#C9CDB4
(201,205,180)
#D6D8C6
(214,216,198)
#E3E3D8
(227,227,216)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8036; }

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

This text font color is #6E8036.

Background Color

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

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

This div background color is #6E8036.

Border color

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

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

This div border color is #6E8036.

Opacity

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

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

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

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

This text has shadow with #6E8036 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E8036.

Preview

Color preview on black background

This text has color #6E8036 on black background.


Color preview on white background

This text has color #6E8036 on white background.


Black color preview on #6E8036 background

This text has black color on #6E8036 background.


White color preview on #6E8036 background

This text has white color on #6E8036 background.


Related colors

Complementary color

Complementary color for #hex is #917FC9.


I love getcolorcode.com

Triadic colors

1 #366E80 and #80366E with #6E8036 are triadic colors.

2 #36806E and #806E36 with #6E8036 are triadic colors.