COLOR #7E8E5C

HEX: #7E8E5C
RGB: (126,142,92)

Color info

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

RGB color model

#7E8E5C color RGB value is (126,142,92).

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

RGB channels and saturation

R 126 of 255 = 49%
G 142 of 255 = 56%
B 92 of 255 = 36%

126
142
92

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

Portions of RGB colors in percentages

R + G + B =
126 + 142 + 92 = 360 (100%)
R 126 of 360 ~ 35%
G 142 of 360 ~ 39.44%
B 92 of 360 ~ 25.56%

%35
%39.44
%25.56

CMYK color model

#7E8E5C color CMYK value is (11,0,35,44).

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 35.21%
  • key color value is 44.31%
CMYK:
(11,0,35,44)
C11M0Y35K44 
(11%,0%,35%,44%)
(0.11/0.00/0.35/0.44)	

CMYK percentages

%11.27
%0
%35.21
%44.31

Codes

Color #7E8E5C in popluar color models

7E8E5C
RGB12614292
HSL79°21.37%45.88%
HSB/HSV79°35.21%55.69%
CMYK11.27%0.00%35.21%
44.31%

Color #7E8E5C in popluar number systems.

HEX7E8E5C
Decimal12614292
Binary1111110100011101011100
Octal176216134

Shades and tints

Shades of #7E8E5C

#7E8E5C
(126,142,92)
#738254
(115,130,84)
#68764C
(104,118,76)
#5D6A44
(93,106,68)
#525E3C
(82,94,60)
#475234
(71,82,52)
#3C462C
(60,70,44)
#313A24
(49,58,36)
#262E1C
(38,46,28)
#1B2214
(27,34,20)
#10160C
(16,22,12)
#000000
(0,0,0)

Tints of #7E8E5C

#7E8E5C
(126,142,92)
#89986A
(137,152,106)
#94A278
(148,162,120)
#9FAC86
(159,172,134)
#AAB694
(170,182,148)
#B5C0A2
(181,192,162)
#C0CAB0
(192,202,176)
#CBD4BE
(203,212,190)
#D6DECC
(214,222,204)
#E1E8DA
(225,232,218)
#ECF2E8
(236,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8E5C; }

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

This text font color is #7E8E5C.


Background Color

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

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

This div background color is #7E8E5C.


Border color

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

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

This div border color is #7E8E5C.


Opacity

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

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

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

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

This text has shadow with #7E8E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8E5C on black background.


Color preview on white background

This text has color #7E8E5C on white background.



Black color preview on #7E8E5C background

This text has black color on #7E8E5C background.


White color preview on #7E8E5C background

This text has white color on #7E8E5C background.