COLOR #7E8B6D

HEX: #7E8B6D
RGB: (126,139,109)

Color info

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

RGB color model

#7E8B6D color RGB value is (126,139,109).

  • red value is 126;
  • green value is 139;
  • blue value is 109.
RGB:
(126,139,109)
(49%,55%,43%)

RGB channels and saturation

R 126 of 255 = 49%
G 139 of 255 = 55%
B 109 of 255 = 43%

126
139
109

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

Portions of RGB colors in percentages

R + G + B =
126 + 139 + 109 = 374 (100%)
R 126 of 374 ~ 33.69%
G 139 of 374 ~ 37.17%
B 109 of 374 ~ 29.14%

%33.69
%37.17
%29.14

CMYK color model

#7E8B6D color CMYK value is (9,0,22,45).

  • cyan value is 9.35%
  • magenta value is 0.00%
  • yellow value is 21.58%
  • key color value is 45.49%
CMYK:
(9,0,22,45)
C9M0Y22K45 
(9%,0%,22%,45%)
(0.09/0.00/0.22/0.45)	

CMYK percentages

%9.35
%0
%21.58
%45.49

Codes

Color #7E8B6D in popluar color models

7E8B6D
RGB126139109
HSL86°12.10%48.63%
HSB/HSV86°21.58%54.51%
CMYK9.35%0.00%21.58%
45.49%

Color #7E8B6D in popluar number systems.

HEX7E8B6D
Decimal126139109
Binary1111110100010111101101
Octal176213155

Shades and tints

Shades of #7E8B6D

#7E8B6D
(126,139,109)
#737F64
(115,127,100)
#68735B
(104,115,91)
#5D6752
(93,103,82)
#525B49
(82,91,73)
#474F40
(71,79,64)
#3C4337
(60,67,55)
#31372E
(49,55,46)
#262B25
(38,43,37)
#1B1F1C
(27,31,28)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #7E8B6D

#7E8B6D
(126,139,109)
#89957A
(137,149,122)
#949F87
(148,159,135)
#9FA994
(159,169,148)
#AAB3A1
(170,179,161)
#B5BDAE
(181,189,174)
#C0C7BB
(192,199,187)
#CBD1C8
(203,209,200)
#D6DBD5
(214,219,213)
#E1E5E2
(225,229,226)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8B6D color. Also use rgb(126,139,109) instead hex code.

Text Font Color

.myTextColor { color: #7E8B6D; }

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

This text font color is #7E8B6D.


Background Color

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

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

This div background color is #7E8B6D.


Border color

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

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

This div border color is #7E8B6D.


Opacity

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

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

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

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

This text has shadow with #7E8B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8B6D on black background.


Color preview on white background

This text has color #7E8B6D on white background.



Black color preview on #7E8B6D background

This text has black color on #7E8B6D background.


White color preview on #7E8B6D background

This text has white color on #7E8B6D background.