COLOR #7E9F5C

HEX: #7E9F5C
RGB: (126,159,92)

Color info

#7E9F5C contains mainly red and green colors. Web safe color of #7E9F5C is #669966 (or #696).

RGB color model

#7E9F5C color RGB value is (126,159,92).

  • red value is 126;
  • green value is 159;
  • blue value is 92.
RGB:
(126,159,92)
(49%,62%,36%)

RGB channels and saturation

R 126 of 255 = 49%
G 159 of 255 = 62%
B 92 of 255 = 36%

126
159
92

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

Portions of RGB colors in percentages

R + G + B =
126 + 159 + 92 = 377 (100%)
R 126 of 377 ~ 33.42%
G 159 of 377 ~ 42.18%
B 92 of 377 ~ 24.4%

%33.42
%42.18
%24.4

CMYK color model

#7E9F5C color CMYK value is (21,0,42,38).

  • cyan value is 20.75%
  • magenta value is 0.00%
  • yellow value is 42.14%
  • key color value is 37.65%
CMYK:
(21,0,42,38)
C21M0Y42K38 
(21%,0%,42%,38%)
(0.21/0.00/0.42/0.38)	

CMYK percentages

%20.75
%0
%42.14
%37.65

Codes

Color #7E9F5C in popluar color models

7E9F5C
RGB12615992
HSL90°26.69%49.22%
HSB/HSV90°42.14%62.35%
CMYK20.75%0.00%42.14%
37.65%

Color #7E9F5C in popluar number systems.

HEX7E9F5C
Decimal12615992
Binary1111110100111111011100
Octal176237134

Shades and tints

Shades of #7E9F5C

#7E9F5C
(126,159,92)
#739154
(115,145,84)
#68834C
(104,131,76)
#5D7544
(93,117,68)
#52673C
(82,103,60)
#475934
(71,89,52)
#3C4B2C
(60,75,44)
#313D24
(49,61,36)
#262F1C
(38,47,28)
#1B2114
(27,33,20)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #7E9F5C

#7E9F5C
(126,159,92)
#89A76A
(137,167,106)
#94AF78
(148,175,120)
#9FB786
(159,183,134)
#AABF94
(170,191,148)
#B5C7A2
(181,199,162)
#C0CFB0
(192,207,176)
#CBD7BE
(203,215,190)
#D6DFCC
(214,223,204)
#E1E7DA
(225,231,218)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9F5C color. Also use rgb(126,159,92) instead hex code.

Text Font Color

.myTextColor { color: #7E9F5C; }

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

This text font color is #7E9F5C.


Background Color

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

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

This div background color is #7E9F5C.


Border color

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

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

This div border color is #7E9F5C.


Opacity

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

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

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

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

This text has shadow with #7E9F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9F5C on black background.


Color preview on white background

This text has color #7E9F5C on white background.



Black color preview on #7E9F5C background

This text has black color on #7E9F5C background.


White color preview on #7E9F5C background

This text has white color on #7E9F5C background.