COLOR #7E985D

HEX: #7E985D
RGB: (126,152,93)

Color info

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

RGB color model

#7E985D color RGB value is (126,152,93).

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

RGB channels and saturation

R 126 of 255 = 49%
G 152 of 255 = 60%
B 93 of 255 = 36%

126
152
93

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

Portions of RGB colors in percentages

R + G + B =
126 + 152 + 93 = 371 (100%)
R 126 of 371 ~ 33.96%
G 152 of 371 ~ 40.97%
B 93 of 371 ~ 25.07%

%33.96
%40.97
%25.07

CMYK color model

#7E985D color CMYK value is (17,0,39,40).

  • cyan value is 17.11%
  • magenta value is 0.00%
  • yellow value is 38.82%
  • key color value is 40.39%
CMYK:
(17,0,39,40)
C17M0Y39K40 
(17%,0%,39%,40%)
(0.17/0.00/0.39/0.40)	

CMYK percentages

%17.11
%0
%38.82
%40.39

Codes

Color #7E985D in popluar color models

7E985D
RGB12615293
HSL86°24.08%48.04%
HSB/HSV86°38.82%59.61%
CMYK17.11%0.00%38.82%
40.39%

Color #7E985D in popluar number systems.

HEX7E985D
Decimal12615293
Binary1111110100110001011101
Octal176230135

Shades and tints

Shades of #7E985D

#7E985D
(126,152,93)
#738B55
(115,139,85)
#687E4D
(104,126,77)
#5D7145
(93,113,69)
#52643D
(82,100,61)
#475735
(71,87,53)
#3C4A2D
(60,74,45)
#313D25
(49,61,37)
#26301D
(38,48,29)
#1B2315
(27,35,21)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #7E985D

#7E985D
(126,152,93)
#89A16B
(137,161,107)
#94AA79
(148,170,121)
#9FB387
(159,179,135)
#AABC95
(170,188,149)
#B5C5A3
(181,197,163)
#C0CEB1
(192,206,177)
#CBD7BF
(203,215,191)
#D6E0CD
(214,224,205)
#E1E9DB
(225,233,219)
#ECF2E9
(236,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E985D; }

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

This text font color is #7E985D.


Background Color

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

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

This div background color is #7E985D.


Border color

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

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

This div border color is #7E985D.


Opacity

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

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

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

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

This text has shadow with #7E985D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E985D on black background.


Color preview on white background

This text has color #7E985D on white background.



Black color preview on #7E985D background

This text has black color on #7E985D background.


White color preview on #7E985D background

This text has white color on #7E985D background.