COLOR #7E8B47

HEX: #7E8B47
RGB: (126,139,71)

Color info

#7E8B47 contains mainly red and green colors. Web safe color of #7E8B47 is #669933 (or #693).

RGB color model

#7E8B47 color RGB value is (126,139,71).

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

RGB channels and saturation

R 126 of 255 = 49%
G 139 of 255 = 55%
B 71 of 255 = 28%

126
139
71

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

Portions of RGB colors in percentages

R + G + B =
126 + 139 + 71 = 336 (100%)
R 126 of 336 ~ 37.5%
G 139 of 336 ~ 41.37%
B 71 of 336 ~ 21.13%

%37.5
%41.37
%21.13

CMYK color model

#7E8B47 color CMYK value is (9,0,49,45).

  • cyan value is 9.35%
  • magenta value is 0.00%
  • yellow value is 48.92%
  • key color value is 45.49%
CMYK:
(9,0,49,45)
C9M0Y49K45 
(9%,0%,49%,45%)
(0.09/0.00/0.49/0.45)	

CMYK percentages

%9.35
%0
%48.92
%45.49

Codes

Color #7E8B47 in popluar color models

7E8B47
RGB12613971
HSL71°32.38%41.18%
HSB/HSV71°48.92%54.51%
CMYK9.35%0.00%48.92%
45.49%

Color #7E8B47 in popluar number systems.

HEX7E8B47
Decimal12613971
Binary1111110100010111000111
Octal176213107

Shades and tints

Shades of #7E8B47

#7E8B47
(126,139,71)
#737F41
(115,127,65)
#68733B
(104,115,59)
#5D6735
(93,103,53)
#525B2F
(82,91,47)
#474F29
(71,79,41)
#3C4323
(60,67,35)
#31371D
(49,55,29)
#262B17
(38,43,23)
#1B1F11
(27,31,17)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #7E8B47

#7E8B47
(126,139,71)
#899557
(137,149,87)
#949F67
(148,159,103)
#9FA977
(159,169,119)
#AAB387
(170,179,135)
#B5BD97
(181,189,151)
#C0C7A7
(192,199,167)
#CBD1B7
(203,209,183)
#D6DBC7
(214,219,199)
#E1E5D7
(225,229,215)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8B47; }

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

This text font color is #7E8B47.


Background Color

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

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

This div background color is #7E8B47.


Border color

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

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

This div border color is #7E8B47.


Opacity

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

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

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

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

This text has shadow with #7E8B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8B47 on black background.


Color preview on white background

This text has color #7E8B47 on white background.



Black color preview on #7E8B47 background

This text has black color on #7E8B47 background.


White color preview on #7E8B47 background

This text has white color on #7E8B47 background.