COLOR #7E985F

HEX: #7E985F
RGB: (126,152,95)

Color info

#7E985F contains red, green and blue colors in about the same proportion. Web safe color of #7E985F is #669966 (or #696).

RGB color model

#7E985F color RGB value is (126,152,95).

  • red value is 126;
  • green value is 152;
  • blue value is 95.
RGB:
(126,152,95)
(49%,60%,37%)

RGB channels and saturation

R 126 of 255 = 49%
G 152 of 255 = 60%
B 95 of 255 = 37%

126
152
95

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

Portions of RGB colors in percentages

R + G + B =
126 + 152 + 95 = 373 (100%)
R 126 of 373 ~ 33.78%
G 152 of 373 ~ 40.75%
B 95 of 373 ~ 25.47%

%33.78
%40.75
%25.47

CMYK color model

#7E985F color CMYK value is (17,0,38,40).

  • cyan value is 17.11%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 40.39%
CMYK:
(17,0,38,40)
C17M0Y38K40 
(17%,0%,38%,40%)
(0.17/0.00/0.38/0.40)	

CMYK percentages

%17.11
%0
%37.5
%40.39

Codes

Color #7E985F in popluar color models

7E985F
RGB12615295
HSL87°23.08%48.43%
HSB/HSV87°37.50%59.61%
CMYK17.11%0.00%37.50%
40.39%

Color #7E985F in popluar number systems.

HEX7E985F
Decimal12615295
Binary1111110100110001011111
Octal176230137

Shades and tints

Shades of #7E985F

#7E985F
(126,152,95)
#738B57
(115,139,87)
#687E4F
(104,126,79)
#5D7147
(93,113,71)
#52643F
(82,100,63)
#475737
(71,87,55)
#3C4A2F
(60,74,47)
#313D27
(49,61,39)
#26301F
(38,48,31)
#1B2317
(27,35,23)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #7E985F

#7E985F
(126,152,95)
#89A16D
(137,161,109)
#94AA7B
(148,170,123)
#9FB389
(159,179,137)
#AABC97
(170,188,151)
#B5C5A5
(181,197,165)
#C0CEB3
(192,206,179)
#CBD7C1
(203,215,193)
#D6E0CF
(214,224,207)
#E1E9DD
(225,233,221)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E985F color. Also use rgb(126,152,95) instead hex code.

Text Font Color

.myTextColor { color: #7E985F; }

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

This text font color is #7E985F.


Background Color

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

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

This div background color is #7E985F.


Border color

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

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

This div border color is #7E985F.


Opacity

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

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

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

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

This text has shadow with #7E985F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E985F on black background.


Color preview on white background

This text has color #7E985F on white background.



Black color preview on #7E985F background

This text has black color on #7E985F background.


White color preview on #7E985F background

This text has white color on #7E985F background.