COLOR #6E8026

HEX: #6E8026 RGB: (110,128,38)

Color info

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

RGB color model

#6E8026 color RGB value is (110,128,38).

RGB: (110,128,38) (43%, 50%, 15%)

RGB channels and saturation

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

110
128
38

R + G + B ~ 36%. #6E8026 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 128 + 38 = 276 (100%)
R 110 of 276 ~ 39.86%
G 128 of 276 ~ 46.38%
B 38 of 276 ~ 13.77'%

%39.86
%46.38
%13.77

CMYK color model

#6E8026 color CMYK value is (14,0,70,50).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 70.31%
  • key color value is 49.80%

CMYK: (14,0,70,50)
C14M0Y70K50 (14%, 0%, 70%, 50%)
(0.14 / 0.00 / 0.70 / 0.50)

CMYK percentages

%14.06
%0
%70.31
%49.8

Codes

Color #6E8026 in popluar color models

6E 80 26
RGB 110 128 38
HSL 72° 54.22% 32.55%
HSB/HSV 72° 70.31% 50.20%
CMYK 14.06% 0.00% 70.31%
49.80%

Color #6E8026 in popluar number systems.

HEX 6E 80 26
Decimal 110 128 38
Binary 1101110 10000000 100110
Octal 156 200 46

Shades and tints

Shades of #6E8026

#6E8026
(110,128,38)
#647523
(100,117,35)
#5A6A20
(90,106,32)
#505F1D
(80,95,29)
#46541A
(70,84,26)
#3C4917
(60,73,23)
#323E14
(50,62,20)
#283311
(40,51,17)
#1E280E
(30,40,14)
#141D0B
(20,29,11)
#0A1208
(10,18,8)
#000000
(0,0,0)

Tints of #6E8026

#6E8026
(110,128,38)
#7B8B39
(123,139,57)
#88964C
(136,150,76)
#95A15F
(149,161,95)
#A2AC72
(162,172,114)
#AFB785
(175,183,133)
#BCC298
(188,194,152)
#C9CDAB
(201,205,171)
#D6D8BE
(214,216,190)
#E3E3D1
(227,227,209)
#F0EEE4
(240,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8026; }

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

This text font color is #6E8026.

Background Color

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

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

This div background color is #6E8026.

Border color

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

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

This div border color is #6E8026.

Opacity

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

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

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

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

This text has shadow with #6E8026 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E8026.

Preview

Color preview on black background

This text has color #6E8026 on black background.


Color preview on white background

This text has color #6E8026 on white background.


Black color preview on #6E8026 background

This text has black color on #6E8026 background.


White color preview on #6E8026 background

This text has white color on #6E8026 background.


Related colors

Complementary color

Complementary color for #hex is #917FD9.


I love getcolorcode.com

Triadic colors

1 #266E80 and #80266E with #6E8026 are triadic colors.

2 #26806E and #806E26 with #6E8026 are triadic colors.