COLOR #7E8759

HEX: #7E8759
RGB: (126,135,89)

Color info

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

RGB color model

#7E8759 color RGB value is (126,135,89).

  • red value is 126;
  • green value is 135;
  • blue value is 89.
RGB:
(126,135,89)
(49%,53%,35%)

RGB channels and saturation

R 126 of 255 = 49%
G 135 of 255 = 53%
B 89 of 255 = 35%

126
135
89

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

Portions of RGB colors in percentages

R + G + B =
126 + 135 + 89 = 350 (100%)
R 126 of 350 ~ 36%
G 135 of 350 ~ 38.57%
B 89 of 350 ~ 25.43%

%36
%38.57
%25.43

CMYK color model

#7E8759 color CMYK value is (7,0,34,47).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 34.07%
  • key color value is 47.06%
CMYK:
(7,0,34,47)
C7M0Y34K47 
(7%,0%,34%,47%)
(0.07/0.00/0.34/0.47)	

CMYK percentages

%6.67
%0
%34.07
%47.06

Codes

Color #7E8759 in popluar color models

7E8759
RGB12613589
HSL72°20.54%43.92%
HSB/HSV72°34.07%52.94%
CMYK6.67%0.00%34.07%
47.06%

Color #7E8759 in popluar number systems.

HEX7E8759
Decimal12613589
Binary1111110100001111011001
Octal176207131

Shades and tints

Shades of #7E8759

#7E8759
(126,135,89)
#737B51
(115,123,81)
#686F49
(104,111,73)
#5D6341
(93,99,65)
#525739
(82,87,57)
#474B31
(71,75,49)
#3C3F29
(60,63,41)
#313321
(49,51,33)
#262719
(38,39,25)
#1B1B11
(27,27,17)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #7E8759

#7E8759
(126,135,89)
#899168
(137,145,104)
#949B77
(148,155,119)
#9FA586
(159,165,134)
#AAAF95
(170,175,149)
#B5B9A4
(181,185,164)
#C0C3B3
(192,195,179)
#CBCDC2
(203,205,194)
#D6D7D1
(214,215,209)
#E1E1E0
(225,225,224)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8759 color. Also use rgb(126,135,89) instead hex code.

Text Font Color

.myTextColor { color: #7E8759; }

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

This text font color is #7E8759.


Background Color

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

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

This div background color is #7E8759.


Border color

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

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

This div border color is #7E8759.


Opacity

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

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

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

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

This text has shadow with #7E8759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8759 on black background.


Color preview on white background

This text has color #7E8759 on white background.



Black color preview on #7E8759 background

This text has black color on #7E8759 background.


White color preview on #7E8759 background

This text has white color on #7E8759 background.