COLOR #7E892E

HEX: #7E892E RGB: (126,137,46)

Color info

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

RGB color model

#7E892E color RGB value is (126,137,46).

RGB: (126,137,46) (49%, 54%, 18%)

RGB channels and saturation

R 126 of 255 = 49%
G 137 of 255 = 54%
B 46 of 255 = 18%

126
137
46

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

Portions of RGB colors in percentages

R + G + B = 126 + 137 + 46 = 309 (100%)
R 126 of 309 ~ 40.78%
G 137 of 309 ~ 44.34%
B 46 of 309 ~ 14.89'%

%40.78
%44.34
%14.89

CMYK color model

#7E892E color CMYK value is (8,0,66,46).

  • cyan value is 8.03%
  • magenta value is 0.00%
  • yellow value is 66.42%
  • key color value is 46.27%

CMYK: (8,0,66,46)
C8M0Y66K46 (8%, 0%, 66%, 46%)
(0.08 / 0.00 / 0.66 / 0.46)

CMYK percentages

%8.03
%0
%66.42
%46.27

Codes

Color #7E892E in popluar color models

7E 89 2E
RGB 126 137 46
HSL 67° 49.73% 35.88%
HSB/HSV 67° 66.42% 53.73%
CMYK 8.03% 0.00% 66.42%
46.27%

Color #7E892E in popluar number systems.

HEX 7E 89 2E
Decimal 126 137 46
Binary 1111110 10001001 101110
Octal 176 211 56

Shades and tints

Shades of #7E892E

#7E892E
(126,137,46)
#737D2A
(115,125,42)
#687126
(104,113,38)
#5D6522
(93,101,34)
#52591E
(82,89,30)
#474D1A
(71,77,26)
#3C4116
(60,65,22)
#313512
(49,53,18)
#26290E
(38,41,14)
#1B1D0A
(27,29,10)
#101106
(16,17,6)
#000000
(0,0,0)

Tints of #7E892E

#7E892E
(126,137,46)
#899341
(137,147,65)
#949D54
(148,157,84)
#9FA767
(159,167,103)
#AAB17A
(170,177,122)
#B5BB8D
(181,187,141)
#C0C5A0
(192,197,160)
#CBCFB3
(203,207,179)
#D6D9C6
(214,217,198)
#E1E3D9
(225,227,217)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E892E color. Also use rgb(126,137,46) instead hex code.

Text Font Color

.myTextColor { color: #7E892E; }

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

This text font color is #7E892E.

Background Color

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

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

This div background color is #7E892E.

Border color

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

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

This div border color is #7E892E.

Opacity

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

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

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

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

This text has shadow with #7E892E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E892E.

Preview

Color preview on black background

This text has color #7E892E on black background.


Color preview on white background

This text has color #7E892E on white background.


Black color preview on #7E892E background

This text has black color on #7E892E background.


White color preview on #7E892E background

This text has white color on #7E892E background.


Related colors

Complementary color

Complementary color for #hex is #8176D1.


I love getcolorcode.com

Triadic colors

1 #2E7E89 and #892E7E with #7E892E are triadic colors.

2 #2E897E and #897E2E with #7E892E are triadic colors.