COLOR #7E8158

HEX: #7E8158 RGB: (126,129,88)

Color info

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

RGB color model

#7E8158 color RGB value is (126,129,88).

RGB: (126,129,88) (49%, 51%, 35%)

RGB channels and saturation

R 126 of 255 = 49%
G 129 of 255 = 51%
B 88 of 255 = 35%

126
129
88

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

Portions of RGB colors in percentages

R + G + B = 126 + 129 + 88 = 343 (100%)
R 126 of 343 ~ 36.73%
G 129 of 343 ~ 37.61%
B 88 of 343 ~ 25.66'%

%36.73
%37.61
%25.66

CMYK color model

#7E8158 color CMYK value is (2,0,32,49).

  • cyan value is 2.33%
  • magenta value is 0.00%
  • yellow value is 31.78%
  • key color value is 49.41%

CMYK: (2,0,32,49)
C2M0Y32K49 (2%, 0%, 32%, 49%)
(0.02 / 0.00 / 0.32 / 0.49)

CMYK percentages

%2.33
%0
%31.78
%49.41

Codes

Color #7E8158 in popluar color models

7E 81 58
RGB 126 129 88
HSL 64° 18.89% 42.55%
HSB/HSV 64° 31.78% 50.59%
CMYK 2.33% 0.00% 31.78%
49.41%

Color #7E8158 in popluar number systems.

HEX 7E 81 58
Decimal 126 129 88
Binary 1111110 10000001 1011000
Octal 176 201 130

Shades and tints

Shades of #7E8158

#7E8158
(126,129,88)
#737650
(115,118,80)
#686B48
(104,107,72)
#5D6040
(93,96,64)
#525538
(82,85,56)
#474A30
(71,74,48)
#3C3F28
(60,63,40)
#313420
(49,52,32)
#262918
(38,41,24)
#1B1E10
(27,30,16)
#101308
(16,19,8)
#000000
(0,0,0)

Tints of #7E8158

#7E8158
(126,129,88)
#898C67
(137,140,103)
#949776
(148,151,118)
#9FA285
(159,162,133)
#AAAD94
(170,173,148)
#B5B8A3
(181,184,163)
#C0C3B2
(192,195,178)
#CBCEC1
(203,206,193)
#D6D9D0
(214,217,208)
#E1E4DF
(225,228,223)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8158; }

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

This text font color is #7E8158.

Background Color

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

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

This div background color is #7E8158.

Border color

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

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

This div border color is #7E8158.

Opacity

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

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

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

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

This text has shadow with #7E8158 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8158.

Preview

Color preview on black background

This text has color #7E8158 on black background.


Color preview on white background

This text has color #7E8158 on white background.


Black color preview on #7E8158 background

This text has black color on #7E8158 background.


White color preview on #7E8158 background

This text has white color on #7E8158 background.


Related colors

Complementary color

Complementary color for #hex is #817EA7.


I love getcolorcode.com

Triadic colors

1 #587E81 and #81587E with #7E8158 are triadic colors.

2 #58817E and #817E58 with #7E8158 are triadic colors.