COLOR #7E8162

HEX: #7E8162
RGB: (126,129,98)

Color info

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

RGB color model

#7E8162 color RGB value is (126,129,98).

  • red value is 126;
  • green value is 129;
  • blue value is 98.
RGB: (126,129,98) (49%,51%,38%)

RGB channels and saturation

R 126 of 255 = 49%
G 129 of 255 = 51%
B 98 of 255 = 38%

126
129
98

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

Portions of RGB colors in percentages

R + G + B =
126 + 129 + 98 = 353 (100%)
R 126 of 353 ~ 35.69%
G 129 of 353 ~ 36.54%
B 98 of 353 ~ 27.76%

%35.69
%36.54
%27.76

CMYK color model

#7E8162 color CMYK value is (2,0,24,49).

  • cyan value is 2.33%
  • magenta value is 0.00%
  • yellow value is 24.03%
  • key color value is 49.41%
CMYK: (2,0,24,49) C2M0Y24K49 (2%,0%,24%,49%) (0.02/0.00/0.24/0.49)

CMYK percentages

%2.33
%0
%24.03
%49.41

Codes

Color #7E8162 in popluar color models

7E8162
RGB12612998
HSL66°13.66%44.51%
HSB/HSV66°24.03%50.59%
CMYK2.33%0.00%24.03%
49.41%

Color #7E8162 in popluar number systems.

HEX7E8162
Decimal12612998
Binary1111110100000011100010
Octal176201142

Shades and tints

Shades of #7E8162

#7E8162
(126,129,98)
#73765A
(115,118,90)
#686B52
(104,107,82)
#5D604A
(93,96,74)
#525542
(82,85,66)
#474A3A
(71,74,58)
#3C3F32
(60,63,50)
#31342A
(49,52,42)
#262922
(38,41,34)
#1B1E1A
(27,30,26)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #7E8162

#7E8162
(126,129,98)
#898C70
(137,140,112)
#94977E
(148,151,126)
#9FA28C
(159,162,140)
#AAAD9A
(170,173,154)
#B5B8A8
(181,184,168)
#C0C3B6
(192,195,182)
#CBCEC4
(203,206,196)
#D6D9D2
(214,217,210)
#E1E4E0
(225,228,224)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8162 color. Also use rgb(126,129,98) instead hex code.

Text Font Color

.myTextColor { color: #7E8162; }

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

This text font color is #7E8162.


Background Color

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

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

This div background color is #7E8162.


Border color

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

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

This div border color is #7E8162.


Opacity

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

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

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

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

This text has shadow with #7E8162 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7E8162 on black background.


Color preview on white background

This text has color #7E8162 on white background.



Black color preview on #7E8162 background

This text has black color on #7E8162 background.


White color preview on #7E8162 background

This text has white color on #7E8162 background.