COLOR #7E8E68

HEX: #7E8E68
RGB: (126,142,104)

Color info

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

RGB color model

#7E8E68 color RGB value is (126,142,104).

  • red value is 126;
  • green value is 142;
  • blue value is 104.
RGB:
(126,142,104)
(49%,56%,41%)

RGB channels and saturation

R 126 of 255 = 49%
G 142 of 255 = 56%
B 104 of 255 = 41%

126
142
104

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

Portions of RGB colors in percentages

R + G + B =
126 + 142 + 104 = 372 (100%)
R 126 of 372 ~ 33.87%
G 142 of 372 ~ 38.17%
B 104 of 372 ~ 27.96%

%33.87
%38.17
%27.96

CMYK color model

#7E8E68 color CMYK value is (11,0,27,44).

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 26.76%
  • key color value is 44.31%
CMYK:
(11,0,27,44)
C11M0Y27K44 
(11%,0%,27%,44%)
(0.11/0.00/0.27/0.44)	

CMYK percentages

%11.27
%0
%26.76
%44.31

Codes

Color #7E8E68 in popluar color models

7E8E68
RGB126142104
HSL85°15.45%48.24%
HSB/HSV85°26.76%55.69%
CMYK11.27%0.00%26.76%
44.31%

Color #7E8E68 in popluar number systems.

HEX7E8E68
Decimal126142104
Binary1111110100011101101000
Octal176216150

Shades and tints

Shades of #7E8E68

#7E8E68
(126,142,104)
#73825F
(115,130,95)
#687656
(104,118,86)
#5D6A4D
(93,106,77)
#525E44
(82,94,68)
#47523B
(71,82,59)
#3C4632
(60,70,50)
#313A29
(49,58,41)
#262E20
(38,46,32)
#1B2217
(27,34,23)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #7E8E68

#7E8E68
(126,142,104)
#899875
(137,152,117)
#94A282
(148,162,130)
#9FAC8F
(159,172,143)
#AAB69C
(170,182,156)
#B5C0A9
(181,192,169)
#C0CAB6
(192,202,182)
#CBD4C3
(203,212,195)
#D6DED0
(214,222,208)
#E1E8DD
(225,232,221)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8E68 color. Also use rgb(126,142,104) instead hex code.

Text Font Color

.myTextColor { color: #7E8E68; }

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

This text font color is #7E8E68.


Background Color

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

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

This div background color is #7E8E68.


Border color

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

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

This div border color is #7E8E68.


Opacity

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

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

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

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

This text has shadow with #7E8E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8E68 on black background.


Color preview on white background

This text has color #7E8E68 on white background.



Black color preview on #7E8E68 background

This text has black color on #7E8E68 background.


White color preview on #7E8E68 background

This text has white color on #7E8E68 background.