COLOR #7E8640

HEX: #7E8640 RGB: (126,134,64)

Color info

#7E8640 contains mainly red and green colors. Web safe color of #7E8640 is #669933 (or #693).

RGB color model

#7E8640 color RGB value is (126,134,64).

RGB: (126,134,64) (49%, 53%, 25%)

RGB channels and saturation

R 126 of 255 = 49%
G 134 of 255 = 53%
B 64 of 255 = 25%

126
134
64

R + G + B ~ 42%. #7E8640 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 126 + 134 + 64 = 324 (100%)
R 126 of 324 ~ 38.89%
G 134 of 324 ~ 41.36%
B 64 of 324 ~ 19.75'%

%38.89
%41.36
%19.75

CMYK color model

#7E8640 color CMYK value is (6,0,52,47).

  • cyan value is 5.97%
  • magenta value is 0.00%
  • yellow value is 52.24%
  • key color value is 47.45%

CMYK: (6,0,52,47)
C6M0Y52K47 (6%, 0%, 52%, 47%)
(0.06 / 0.00 / 0.52 / 0.47)

CMYK percentages

%5.97
%0
%52.24
%47.45

Codes

Color #7E8640 in popluar color models

7E 86 40
RGB 126 134 64
HSL 67° 35.35% 38.82%
HSB/HSV 67° 52.24% 52.55%
CMYK 5.97% 0.00% 52.24%
47.45%

Color #7E8640 in popluar number systems.

HEX 7E 86 40
Decimal 126 134 64
Binary 1111110 10000110 1000000
Octal 176 206 100

Shades and tints

Shades of #7E8640

#7E8640
(126,134,64)
#737A3B
(115,122,59)
#686E36
(104,110,54)
#5D6231
(93,98,49)
#52562C
(82,86,44)
#474A27
(71,74,39)
#3C3E22
(60,62,34)
#31321D
(49,50,29)
#262618
(38,38,24)
#1B1A13
(27,26,19)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #7E8640

#7E8640
(126,134,64)
#899151
(137,145,81)
#949C62
(148,156,98)
#9FA773
(159,167,115)
#AAB284
(170,178,132)
#B5BD95
(181,189,149)
#C0C8A6
(192,200,166)
#CBD3B7
(203,211,183)
#D6DEC8
(214,222,200)
#E1E9D9
(225,233,217)
#ECF4EA
(236,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8640 color. Also use rgb(126,134,64) instead hex code.

Text Font Color

.myTextColor { color: #7E8640; }

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

This text font color is #7E8640.

Background Color

.myBgColor { background-color: #7E8640; }

<div style="background-color:#7E8640">Inner text</div>

This div background color is #7E8640.

Border color

.myBorderColor { border: 1px solid #7E8640; }

<div style="border:3px solid #7E8640">Div</div>

This div border color is #7E8640.

Opacity

.myOpacity80 { color: #7E8640; opacity: 0.8; }

<p style="color:#7E8640;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E8640 color.


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

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

This text has shadow with #7E8640 primary color and red secondary color.


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

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

This text has shadow with #7E8640 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7E8640.

Preview

Color preview on black background

This text has color #7E8640 on black background.


Color preview on white background

This text has color #7E8640 on white background.


Black color preview on #7E8640 background

This text has black color on #7E8640 background.


White color preview on #7E8640 background

This text has white color on #7E8640 background.


Related colors

Complementary color

Complementary color for #hex is #8179BF.


I love getcolorcode.com

Triadic colors

1 #407E86 and #86407E with #7E8640 are triadic colors.

2 #40867E and #867E40 with #7E8640 are triadic colors.