COLOR #7E8371

HEX: #7E8371 RGB: (126,131,113)

Color info

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

RGB color model

#7E8371 color RGB value is (126,131,113).

RGB: (126,131,113) (49%, 51%, 44%)

RGB channels and saturation

R 126 of 255 = 49%
G 131 of 255 = 51%
B 113 of 255 = 44%

126
131
113

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

Portions of RGB colors in percentages

R + G + B = 126 + 131 + 113 = 370 (100%)
R 126 of 370 ~ 34.05%
G 131 of 370 ~ 35.41%
B 113 of 370 ~ 30.54'%

%34.05
%35.41
%30.54

CMYK color model

#7E8371 color CMYK value is (4,0,14,49).

  • cyan value is 3.82%
  • magenta value is 0.00%
  • yellow value is 13.74%
  • key color value is 48.63%

CMYK: (4,0,14,49)
C4M0Y14K49 (4%, 0%, 14%, 49%)
(0.04 / 0.00 / 0.14 / 0.49)

CMYK percentages

%3.82
%0
%13.74
%48.63

Codes

Color #7E8371 in popluar color models

7E 83 71
RGB 126 131 113
HSL 77° 7.38% 47.84%
HSB/HSV 77° 13.74% 51.37%
CMYK 3.82% 0.00% 13.74%
48.63%

Color #7E8371 in popluar number systems.

HEX 7E 83 71
Decimal 126 131 113
Binary 1111110 10000011 1110001
Octal 176 203 161

Shades and tints

Shades of #7E8371

#7E8371
(126,131,113)
#737867
(115,120,103)
#686D5D
(104,109,93)
#5D6253
(93,98,83)
#525749
(82,87,73)
#474C3F
(71,76,63)
#3C4135
(60,65,53)
#31362B
(49,54,43)
#262B21
(38,43,33)
#1B2017
(27,32,23)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #7E8371

#7E8371
(126,131,113)
#898E7D
(137,142,125)
#949989
(148,153,137)
#9FA495
(159,164,149)
#AAAFA1
(170,175,161)
#B5BAAD
(181,186,173)
#C0C5B9
(192,197,185)
#CBD0C5
(203,208,197)
#D6DBD1
(214,219,209)
#E1E6DD
(225,230,221)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8371 color. Also use rgb(126,131,113) instead hex code.

Text Font Color

.myTextColor { color: #7E8371; }

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

This text font color is #7E8371.

Background Color

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

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

This div background color is #7E8371.

Border color

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

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

This div border color is #7E8371.

Opacity

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

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

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

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

This text has shadow with #7E8371 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8371.

Preview

Color preview on black background

This text has color #7E8371 on black background.


Color preview on white background

This text has color #7E8371 on white background.


Black color preview on #7E8371 background

This text has black color on #7E8371 background.


White color preview on #7E8371 background

This text has white color on #7E8371 background.


Related colors

Complementary color

Complementary color for #hex is #817C8E.


I love getcolorcode.com

Triadic colors

1 #717E83 and #83717E with #7E8371 are triadic colors.

2 #71837E and #837E71 with #7E8371 are triadic colors.