COLOR #7E8971

HEX: #7E8971
RGB: (126,137,113)

Color info

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

RGB color model

#7E8971 color RGB value is (126,137,113).

  • red value is 126;
  • green value is 137;
  • blue value is 113.
RGB:
(126,137,113)
(49%,54%,44%)

RGB channels and saturation

R 126 of 255 = 49%
G 137 of 255 = 54%
B 113 of 255 = 44%

126
137
113

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

Portions of RGB colors in percentages

R + G + B =
126 + 137 + 113 = 376 (100%)
R 126 of 376 ~ 33.51%
G 137 of 376 ~ 36.44%
B 113 of 376 ~ 30.05%

%33.51
%36.44
%30.05

CMYK color model

#7E8971 color CMYK value is (8,0,18,46).

  • cyan value is 8.03%
  • magenta value is 0.00%
  • yellow value is 17.52%
  • key color value is 46.27%
CMYK:
(8,0,18,46)
C8M0Y18K46 
(8%,0%,18%,46%)
(0.08/0.00/0.18/0.46)	

CMYK percentages

%8.03
%0
%17.52
%46.27

Codes

Color #7E8971 in popluar color models

7E8971
RGB126137113
HSL88°9.60%49.02%
HSB/HSV88°17.52%53.73%
CMYK8.03%0.00%17.52%
46.27%

Color #7E8971 in popluar number systems.

HEX7E8971
Decimal126137113
Binary1111110100010011110001
Octal176211161

Shades and tints

Shades of #7E8971

#7E8971
(126,137,113)
#737D67
(115,125,103)
#68715D
(104,113,93)
#5D6553
(93,101,83)
#525949
(82,89,73)
#474D3F
(71,77,63)
#3C4135
(60,65,53)
#31352B
(49,53,43)
#262921
(38,41,33)
#1B1D17
(27,29,23)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #7E8971

#7E8971
(126,137,113)
#89937D
(137,147,125)
#949D89
(148,157,137)
#9FA795
(159,167,149)
#AAB1A1
(170,177,161)
#B5BBAD
(181,187,173)
#C0C5B9
(192,197,185)
#CBCFC5
(203,207,197)
#D6D9D1
(214,217,209)
#E1E3DD
(225,227,221)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8971 color. Also use rgb(126,137,113) instead hex code.

Text Font Color

.myTextColor { color: #7E8971; }

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

This text font color is #7E8971.


Background Color

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

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

This div background color is #7E8971.


Border color

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

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

This div border color is #7E8971.


Opacity

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

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

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

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

This text has shadow with #7E8971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8971 on black background.


Color preview on white background

This text has color #7E8971 on white background.



Black color preview on #7E8971 background

This text has black color on #7E8971 background.


White color preview on #7E8971 background

This text has white color on #7E8971 background.