COLOR #7E8649

HEX: #7E8649 RGB: (126,134,73)

Color info

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

RGB color model

#7E8649 color RGB value is (126,134,73).

RGB: (126,134,73) (49%, 53%, 29%)

RGB channels and saturation

R 126 of 255 = 49%
G 134 of 255 = 53%
B 73 of 255 = 29%

126
134
73

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

Portions of RGB colors in percentages

R + G + B = 126 + 134 + 73 = 333 (100%)
R 126 of 333 ~ 37.84%
G 134 of 333 ~ 40.24%
B 73 of 333 ~ 21.92'%

%37.84
%40.24
%21.92

CMYK color model

#7E8649 color CMYK value is (6,0,46,47).

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

CMYK: (6,0,46,47)
C6M0Y46K47 (6%, 0%, 46%, 47%)
(0.06 / 0.00 / 0.46 / 0.47)

CMYK percentages

%5.97
%0
%45.52
%47.45

Codes

Color #7E8649 in popluar color models

7E 86 49
RGB 126 134 73
HSL 68° 29.47% 40.59%
HSB/HSV 68° 45.52% 52.55%
CMYK 5.97% 0.00% 45.52%
47.45%

Color #7E8649 in popluar number systems.

HEX 7E 86 49
Decimal 126 134 73
Binary 1111110 10000110 1001001
Octal 176 206 111

Shades and tints

Shades of #7E8649

#7E8649
(126,134,73)
#737A43
(115,122,67)
#686E3D
(104,110,61)
#5D6237
(93,98,55)
#525631
(82,86,49)
#474A2B
(71,74,43)
#3C3E25
(60,62,37)
#31321F
(49,50,31)
#262619
(38,38,25)
#1B1A13
(27,26,19)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #7E8649

#7E8649
(126,134,73)
#899159
(137,145,89)
#949C69
(148,156,105)
#9FA779
(159,167,121)
#AAB289
(170,178,137)
#B5BD99
(181,189,153)
#C0C8A9
(192,200,169)
#CBD3B9
(203,211,185)
#D6DEC9
(214,222,201)
#E1E9D9
(225,233,217)
#ECF4E9
(236,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8649; }

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

This text font color is #7E8649.

Background Color

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

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

This div background color is #7E8649.

Border color

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

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

This div border color is #7E8649.

Opacity

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

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

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

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

This text has shadow with #7E8649 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8649.

Preview

Color preview on black background

This text has color #7E8649 on black background.


Color preview on white background

This text has color #7E8649 on white background.


Black color preview on #7E8649 background

This text has black color on #7E8649 background.


White color preview on #7E8649 background

This text has white color on #7E8649 background.


Related colors

Complementary color

Complementary color for #hex is #8179B6.


I love getcolorcode.com

Triadic colors

1 #497E86 and #86497E with #7E8649 are triadic colors.

2 #49867E and #867E49 with #7E8649 are triadic colors.