COLOR #7E8E37

HEX: #7E8E37
RGB: (126,142,55)

Color info

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

RGB color model

#7E8E37 color RGB value is (126,142,55).

  • red value is 126;
  • green value is 142;
  • blue value is 55.
RGB:
(126,142,55)
(49%,56%,22%)

RGB channels and saturation

R 126 of 255 = 49%
G 142 of 255 = 56%
B 55 of 255 = 22%

126
142
55

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

Portions of RGB colors in percentages

R + G + B =
126 + 142 + 55 = 323 (100%)
R 126 of 323 ~ 39.01%
G 142 of 323 ~ 43.96%
B 55 of 323 ~ 17.03%

%39.01
%43.96
%17.03

CMYK color model

#7E8E37 color CMYK value is (11,0,61,44).

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 61.27%
  • key color value is 44.31%
CMYK:
(11,0,61,44)
C11M0Y61K44 
(11%,0%,61%,44%)
(0.11/0.00/0.61/0.44)	

CMYK percentages

%11.27
%0
%61.27
%44.31

Codes

Color #7E8E37 in popluar color models

7E8E37
RGB12614255
HSL71°44.16%38.63%
HSB/HSV71°61.27%55.69%
CMYK11.27%0.00%61.27%
44.31%

Color #7E8E37 in popluar number systems.

HEX7E8E37
Decimal12614255
Binary111111010001110110111
Octal17621667

Shades and tints

Shades of #7E8E37

#7E8E37
(126,142,55)
#738232
(115,130,50)
#68762D
(104,118,45)
#5D6A28
(93,106,40)
#525E23
(82,94,35)
#47521E
(71,82,30)
#3C4619
(60,70,25)
#313A14
(49,58,20)
#262E0F
(38,46,15)
#1B220A
(27,34,10)
#101605
(16,22,5)
#000000
(0,0,0)

Tints of #7E8E37

#7E8E37
(126,142,55)
#899849
(137,152,73)
#94A25B
(148,162,91)
#9FAC6D
(159,172,109)
#AAB67F
(170,182,127)
#B5C091
(181,192,145)
#C0CAA3
(192,202,163)
#CBD4B5
(203,212,181)
#D6DEC7
(214,222,199)
#E1E8D9
(225,232,217)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8E37 color. Also use rgb(126,142,55) instead hex code.

Text Font Color

.myTextColor { color: #7E8E37; }

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

This text font color is #7E8E37.


Background Color

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

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

This div background color is #7E8E37.


Border color

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

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

This div border color is #7E8E37.


Opacity

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

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

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

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

This text has shadow with #7E8E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8E37 on black background.


Color preview on white background

This text has color #7E8E37 on white background.



Black color preview on #7E8E37 background

This text has black color on #7E8E37 background.


White color preview on #7E8E37 background

This text has white color on #7E8E37 background.