COLOR #7E8963

HEX: #7E8963 RGB: (126,137,99)

Color info

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

RGB color model

#7E8963 color RGB value is (126,137,99).

RGB: (126,137,99) (49%, 54%, 39%)

RGB channels and saturation

R 126 of 255 = 49%
G 137 of 255 = 54%
B 99 of 255 = 39%

126
137
99

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

Portions of RGB colors in percentages

R + G + B = 126 + 137 + 99 = 362 (100%)
R 126 of 362 ~ 34.81%
G 137 of 362 ~ 37.85%
B 99 of 362 ~ 27.35'%

%34.81
%37.85
%27.35

CMYK color model

#7E8963 color CMYK value is (8,0,28,46).

  • cyan value is 8.03%
  • magenta value is 0.00%
  • yellow value is 27.74%
  • key color value is 46.27%
CMYK: (8,0,28,46) C8M0Y28K46 (8%,0%,28%,46%) (0.08/0.00/0.28/0.46) 

CMYK percentages

%8.03
%0
%27.74
%46.27

Codes

Color #7E8963 in popluar color models

7E 89 63
RGB 126 137 99
HSL 77° 16.10% 46.27%
HSB/HSV 77° 27.74% 53.73%
CMYK 8.03% 0.00% 27.74%
46.27%

Color #7E8963 in popluar number systems.

HEX 7E 89 63
Decimal 126 137 99
Binary 1111110 10001001 1100011
Octal 176 211 143

Shades and tints

Shades of #7E8963

#7E8963
(126,137,99)
#737D5A
(115,125,90)
#687151
(104,113,81)
#5D6548
(93,101,72)
#52593F
(82,89,63)
#474D36
(71,77,54)
#3C412D
(60,65,45)
#313524
(49,53,36)
#26291B
(38,41,27)
#1B1D12
(27,29,18)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #7E8963

#7E8963
(126,137,99)
#899371
(137,147,113)
#949D7F
(148,157,127)
#9FA78D
(159,167,141)
#AAB19B
(170,177,155)
#B5BBA9
(181,187,169)
#C0C5B7
(192,197,183)
#CBCFC5
(203,207,197)
#D6D9D3
(214,217,211)
#E1E3E1
(225,227,225)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8963; }

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

This text font color is #7E8963.

Background Color

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

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

This div background color is #7E8963.

Border color

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

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

This div border color is #7E8963.

Opacity

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

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

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

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

This text has shadow with #7E8963 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8963.

Preview

Color preview on black background

This text has color #7E8963 on black background.


Color preview on white background

This text has color #7E8963 on white background.


Black color preview on #7E8963 background

This text has black color on #7E8963 background.


White color preview on #7E8963 background

This text has white color on #7E8963 background.


Related colors

Complementary color

Complementary color for #hex is #81769C.


I love getcolorcode.com

Triadic colors

1 #637E89 and #89637E with #7E8963 are triadic colors.

2 #63897E and #897E63 with #7E8963 are triadic colors.