COLOR #7E8457

HEX: #7E8457
RGB: (126,132,87)

Color info

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

RGB color model

#7E8457 color RGB value is (126,132,87).

  • red value is 126;
  • green value is 132;
  • blue value is 87.
RGB:
(126,132,87)
(49%,52%,34%)

RGB channels and saturation

R 126 of 255 = 49%
G 132 of 255 = 52%
B 87 of 255 = 34%

126
132
87

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

Portions of RGB colors in percentages

R + G + B =
126 + 132 + 87 = 345 (100%)
R 126 of 345 ~ 36.52%
G 132 of 345 ~ 38.26%
B 87 of 345 ~ 25.22%

%36.52
%38.26
%25.22

CMYK color model

#7E8457 color CMYK value is (5,0,34,48).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 34.09%
  • key color value is 48.24%
CMYK:
(5,0,34,48)
C5M0Y34K48 
(5%,0%,34%,48%)
(0.05/0.00/0.34/0.48)	

CMYK percentages

%4.55
%0
%34.09
%48.24

Codes

Color #7E8457 in popluar color models

7E8457
RGB12613287
HSL68°20.55%42.94%
HSB/HSV68°34.09%51.76%
CMYK4.55%0.00%34.09%
48.24%

Color #7E8457 in popluar number systems.

HEX7E8457
Decimal12613287
Binary1111110100001001010111
Octal176204127

Shades and tints

Shades of #7E8457

#7E8457
(126,132,87)
#737850
(115,120,80)
#686C49
(104,108,73)
#5D6042
(93,96,66)
#52543B
(82,84,59)
#474834
(71,72,52)
#3C3C2D
(60,60,45)
#313026
(49,48,38)
#26241F
(38,36,31)
#1B1818
(27,24,24)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #7E8457

#7E8457
(126,132,87)
#898F66
(137,143,102)
#949A75
(148,154,117)
#9FA584
(159,165,132)
#AAB093
(170,176,147)
#B5BBA2
(181,187,162)
#C0C6B1
(192,198,177)
#CBD1C0
(203,209,192)
#D6DCCF
(214,220,207)
#E1E7DE
(225,231,222)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8457 color. Also use rgb(126,132,87) instead hex code.

Text Font Color

.myTextColor { color: #7E8457; }

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

This text font color is #7E8457.


Background Color

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

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

This div background color is #7E8457.


Border color

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

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

This div border color is #7E8457.


Opacity

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

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

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

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

This text has shadow with #7E8457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8457 on black background.


Color preview on white background

This text has color #7E8457 on white background.



Black color preview on #7E8457 background

This text has black color on #7E8457 background.


White color preview on #7E8457 background

This text has white color on #7E8457 background.