COLOR #7E8564

HEX: #7E8564
RGB: (126,133,100)

Color info

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

RGB color model

#7E8564 color RGB value is (126,133,100).

  • red value is 126;
  • green value is 133;
  • blue value is 100.
RGB:
(126,133,100)
(49%,52%,39%)

RGB channels and saturation

R 126 of 255 = 49%
G 133 of 255 = 52%
B 100 of 255 = 39%

126
133
100

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

Portions of RGB colors in percentages

R + G + B =
126 + 133 + 100 = 359 (100%)
R 126 of 359 ~ 35.1%
G 133 of 359 ~ 37.05%
B 100 of 359 ~ 27.86%

%35.1
%37.05
%27.86

CMYK color model

#7E8564 color CMYK value is (5,0,25,48).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 24.81%
  • key color value is 47.84%
CMYK:
(5,0,25,48)
C5M0Y25K48 
(5%,0%,25%,48%)
(0.05/0.00/0.25/0.48)	

CMYK percentages

%5.26
%0
%24.81
%47.84

Codes

Color #7E8564 in popluar color models

7E8564
RGB126133100
HSL73°14.16%45.69%
HSB/HSV73°24.81%52.16%
CMYK5.26%0.00%24.81%
47.84%

Color #7E8564 in popluar number systems.

HEX7E8564
Decimal126133100
Binary1111110100001011100100
Octal176205144

Shades and tints

Shades of #7E8564

#7E8564
(126,133,100)
#73795B
(115,121,91)
#686D52
(104,109,82)
#5D6149
(93,97,73)
#525540
(82,85,64)
#474937
(71,73,55)
#3C3D2E
(60,61,46)
#313125
(49,49,37)
#26251C
(38,37,28)
#1B1913
(27,25,19)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #7E8564

#7E8564
(126,133,100)
#899072
(137,144,114)
#949B80
(148,155,128)
#9FA68E
(159,166,142)
#AAB19C
(170,177,156)
#B5BCAA
(181,188,170)
#C0C7B8
(192,199,184)
#CBD2C6
(203,210,198)
#D6DDD4
(214,221,212)
#E1E8E2
(225,232,226)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8564 color. Also use rgb(126,133,100) instead hex code.

Text Font Color

.myTextColor { color: #7E8564; }

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

This text font color is #7E8564.


Background Color

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

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

This div background color is #7E8564.


Border color

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

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

This div border color is #7E8564.


Opacity

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

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

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

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

This text has shadow with #7E8564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8564 on black background.


Color preview on white background

This text has color #7E8564 on white background.



Black color preview on #7E8564 background

This text has black color on #7E8564 background.


White color preview on #7E8564 background

This text has white color on #7E8564 background.