COLOR #7E8447

HEX: #7E8447 RGB: (126,132,71)

Color info

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

RGB color model

#7E8447 color RGB value is (126,132,71).

RGB: (126,132,71) (49%, 52%, 28%)

RGB channels and saturation

R 126 of 255 = 49%
G 132 of 255 = 52%
B 71 of 255 = 28%

126
132
71

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

Portions of RGB colors in percentages

R + G + B = 126 + 132 + 71 = 329 (100%)
R 126 of 329 ~ 38.3%
G 132 of 329 ~ 40.12%
B 71 of 329 ~ 21.58'%

%38.3
%40.12
%21.58

CMYK color model

#7E8447 color CMYK value is (5,0,46,48).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 46.21%
  • key color value is 48.24%

CMYK: (5,0,46,48)
C5M0Y46K48 (5%, 0%, 46%, 48%)
(0.05 / 0.00 / 0.46 / 0.48)

CMYK percentages

%4.55
%0
%46.21
%48.24

Codes

Color #7E8447 in popluar color models

7E 84 47
RGB 126 132 71
HSL 66° 30.05% 39.80%
HSB/HSV 66° 46.21% 51.76%
CMYK 4.55% 0.00% 46.21%
48.24%

Color #7E8447 in popluar number systems.

HEX 7E 84 47
Decimal 126 132 71
Binary 1111110 10000100 1000111
Octal 176 204 107

Shades and tints

Shades of #7E8447

#7E8447
(126,132,71)
#737841
(115,120,65)
#686C3B
(104,108,59)
#5D6035
(93,96,53)
#52542F
(82,84,47)
#474829
(71,72,41)
#3C3C23
(60,60,35)
#31301D
(49,48,29)
#262417
(38,36,23)
#1B1811
(27,24,17)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #7E8447

#7E8447
(126,132,71)
#898F57
(137,143,87)
#949A67
(148,154,103)
#9FA577
(159,165,119)
#AAB087
(170,176,135)
#B5BB97
(181,187,151)
#C0C6A7
(192,198,167)
#CBD1B7
(203,209,183)
#D6DCC7
(214,220,199)
#E1E7D7
(225,231,215)
#ECF2E7
(236,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8447 color. Also use rgb(126,132,71) instead hex code.

Text Font Color

.myTextColor { color: #7E8447; }

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

This text font color is #7E8447.

Background Color

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

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

This div background color is #7E8447.

Border color

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

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

This div border color is #7E8447.

Opacity

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

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

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

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

This text has shadow with #7E8447 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8447.

Preview

Color preview on black background

This text has color #7E8447 on black background.


Color preview on white background

This text has color #7E8447 on white background.


Black color preview on #7E8447 background

This text has black color on #7E8447 background.


White color preview on #7E8447 background

This text has white color on #7E8447 background.


Related colors

Complementary color

Complementary color for #hex is #817BB8.


I love getcolorcode.com

Triadic colors

1 #477E84 and #84477E with #7E8447 are triadic colors.

2 #47847E and #847E47 with #7E8447 are triadic colors.