COLOR #7E8F4A

HEX: #7E8F4A
RGB: (126,143,74)

Color info

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

RGB color model

#7E8F4A color RGB value is (126,143,74).

  • red value is 126;
  • green value is 143;
  • blue value is 74.
RGB:
(126,143,74)
(49%,56%,29%)

RGB channels and saturation

R 126 of 255 = 49%
G 143 of 255 = 56%
B 74 of 255 = 29%

126
143
74

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

Portions of RGB colors in percentages

R + G + B =
126 + 143 + 74 = 343 (100%)
R 126 of 343 ~ 36.73%
G 143 of 343 ~ 41.69%
B 74 of 343 ~ 21.57%

%36.73
%41.69
%21.57

CMYK color model

#7E8F4A color CMYK value is (12,0,48,44).

  • cyan value is 11.89%
  • magenta value is 0.00%
  • yellow value is 48.25%
  • key color value is 43.92%
CMYK:
(12,0,48,44)
C12M0Y48K44 
(12%,0%,48%,44%)
(0.12/0.00/0.48/0.44)	

CMYK percentages

%11.89
%0
%48.25
%43.92

Codes

Color #7E8F4A in popluar color models

7E8F4A
RGB12614374
HSL75°31.80%42.55%
HSB/HSV75°48.25%56.08%
CMYK11.89%0.00%48.25%
43.92%

Color #7E8F4A in popluar number systems.

HEX7E8F4A
Decimal12614374
Binary1111110100011111001010
Octal176217112

Shades and tints

Shades of #7E8F4A

#7E8F4A
(126,143,74)
#738244
(115,130,68)
#68753E
(104,117,62)
#5D6838
(93,104,56)
#525B32
(82,91,50)
#474E2C
(71,78,44)
#3C4126
(60,65,38)
#313420
(49,52,32)
#26271A
(38,39,26)
#1B1A14
(27,26,20)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #7E8F4A

#7E8F4A
(126,143,74)
#89995A
(137,153,90)
#94A36A
(148,163,106)
#9FAD7A
(159,173,122)
#AAB78A
(170,183,138)
#B5C19A
(181,193,154)
#C0CBAA
(192,203,170)
#CBD5BA
(203,213,186)
#D6DFCA
(214,223,202)
#E1E9DA
(225,233,218)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8F4A; }

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

This text font color is #7E8F4A.


Background Color

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

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

This div background color is #7E8F4A.


Border color

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

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

This div border color is #7E8F4A.


Opacity

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

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

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

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

This text has shadow with #7E8F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8F4A on black background.


Color preview on white background

This text has color #7E8F4A on white background.



Black color preview on #7E8F4A background

This text has black color on #7E8F4A background.


White color preview on #7E8F4A background

This text has white color on #7E8F4A background.