COLOR #7E9F5D

HEX: #7E9F5D
RGB: (126,159,93)

Color info

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

RGB color model

#7E9F5D color RGB value is (126,159,93).

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

RGB channels and saturation

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

126
159
93

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

Portions of RGB colors in percentages

R + G + B =
126 + 159 + 93 = 378 (100%)
R 126 of 378 ~ 33.33%
G 159 of 378 ~ 42.06%
B 93 of 378 ~ 24.6%

%33.33
%42.06
%24.6

CMYK color model

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

  • cyan value is 20.75%
  • magenta value is 0.00%
  • yellow value is 41.51%
  • 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
%41.51
%37.65

Codes

Color #7E9F5D in popluar color models

7E9F5D
RGB12615993
HSL90°26.19%49.41%
HSB/HSV90°41.51%62.35%
CMYK20.75%0.00%41.51%
37.65%

Color #7E9F5D in popluar number systems.

HEX7E9F5D
Decimal12615993
Binary1111110100111111011101
Octal176237135

Shades and tints

Shades of #7E9F5D

#7E9F5D
(126,159,93)
#739155
(115,145,85)
#68834D
(104,131,77)
#5D7545
(93,117,69)
#52673D
(82,103,61)
#475935
(71,89,53)
#3C4B2D
(60,75,45)
#313D25
(49,61,37)
#262F1D
(38,47,29)
#1B2115
(27,33,21)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #7E9F5D

#7E9F5D
(126,159,93)
#89A76B
(137,167,107)
#94AF79
(148,175,121)
#9FB787
(159,183,135)
#AABF95
(170,191,149)
#B5C7A3
(181,199,163)
#C0CFB1
(192,207,177)
#CBD7BF
(203,215,191)
#D6DFCD
(214,223,205)
#E1E7DB
(225,231,219)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9F5D; }

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

This text font color is #7E9F5D.


Background Color

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

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

This div background color is #7E9F5D.


Border color

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

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

This div border color is #7E9F5D.


Opacity

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

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

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

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

This text has shadow with #7E9F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9F5D on black background.


Color preview on white background

This text has color #7E9F5D on white background.



Black color preview on #7E9F5D background

This text has black color on #7E9F5D background.


White color preview on #7E9F5D background

This text has white color on #7E9F5D background.