COLOR #7E8F4D

HEX: #7E8F4D RGB: (126,143,77)

Color info

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

RGB color model

#7E8F4D color RGB value is (126,143,77).

RGB: (126,143,77) (49%, 56%, 30%)

RGB channels and saturation

R 126 of 255 = 49%
G 143 of 255 = 56%
B 77 of 255 = 30%

126
143
77

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

Portions of RGB colors in percentages

R + G + B = 126 + 143 + 77 = 346 (100%)
R 126 of 346 ~ 36.42%
G 143 of 346 ~ 41.33%
B 77 of 346 ~ 22.25'%

%36.42
%41.33
%22.25

CMYK color model

#7E8F4D color CMYK value is (12,0,46,44).

  • cyan value is 11.89%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 43.92%

CMYK: (12,0,46,44)
C12M0Y46K44 (12%, 0%, 46%, 44%)
(0.12 / 0.00 / 0.46 / 0.44)

CMYK percentages

%11.89
%0
%46.15
%43.92

Codes

Color #7E8F4D in popluar color models

7E 8F 4D
RGB 126 143 77
HSL 75° 30.00% 43.14%
HSB/HSV 75° 46.15% 56.08%
CMYK 11.89% 0.00% 46.15%
43.92%

Color #7E8F4D in popluar number systems.

HEX 7E 8F 4D
Decimal 126 143 77
Binary 1111110 10001111 1001101
Octal 176 217 115

Shades and tints

Shades of #7E8F4D

#7E8F4D
(126,143,77)
#738246
(115,130,70)
#68753F
(104,117,63)
#5D6838
(93,104,56)
#525B31
(82,91,49)
#474E2A
(71,78,42)
#3C4123
(60,65,35)
#31341C
(49,52,28)
#262715
(38,39,21)
#1B1A0E
(27,26,14)
#100D07
(16,13,7)
#000000
(0,0,0)

Tints of #7E8F4D

#7E8F4D
(126,143,77)
#89995D
(137,153,93)
#94A36D
(148,163,109)
#9FAD7D
(159,173,125)
#AAB78D
(170,183,141)
#B5C19D
(181,193,157)
#C0CBAD
(192,203,173)
#CBD5BD
(203,213,189)
#D6DFCD
(214,223,205)
#E1E9DD
(225,233,221)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8F4D color. Also use rgb(126,143,77) instead hex code.

Text Font Color

.myTextColor { color: #7E8F4D; }

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

This text font color is #7E8F4D.

Background Color

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

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

This div background color is #7E8F4D.

Border color

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

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

This div border color is #7E8F4D.

Opacity

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

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

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

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

This text has shadow with #7E8F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8F4D.

Preview

Color preview on black background

This text has color #7E8F4D on black background.


Color preview on white background

This text has color #7E8F4D on white background.


Black color preview on #7E8F4D background

This text has black color on #7E8F4D background.


White color preview on #7E8F4D background

This text has white color on #7E8F4D background.


Related colors

Complementary color

Complementary color for #hex is #8170B2.


I love getcolorcode.com

Triadic colors

1 #4D7E8F and #8F4D7E with #7E8F4D are triadic colors.

2 #4D8F7E and #8F7E4D with #7E8F4D are triadic colors.