COLOR #7E834E

HEX: #7E834E
RGB: (126,131,78)

Color info

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

RGB color model

#7E834E color RGB value is (126,131,78).

  • red value is 126;
  • green value is 131;
  • blue value is 78.
RGB:
(126,131,78)
(49%,51%,31%)

RGB channels and saturation

R 126 of 255 = 49%
G 131 of 255 = 51%
B 78 of 255 = 31%

126
131
78

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

Portions of RGB colors in percentages

R + G + B =
126 + 131 + 78 = 335 (100%)
R 126 of 335 ~ 37.61%
G 131 of 335 ~ 39.1%
B 78 of 335 ~ 23.28%

%37.61
%39.1
%23.28

CMYK color model

#7E834E color CMYK value is (4,0,40,49).

  • cyan value is 3.82%
  • magenta value is 0.00%
  • yellow value is 40.46%
  • key color value is 48.63%
CMYK:
(4,0,40,49)
C4M0Y40K49 
(4%,0%,40%,49%)
(0.04/0.00/0.40/0.49)	

CMYK percentages

%3.82
%0
%40.46
%48.63

Codes

Color #7E834E in popluar color models

7E834E
RGB12613178
HSL66°25.36%40.98%
HSB/HSV66°40.46%51.37%
CMYK3.82%0.00%40.46%
48.63%

Color #7E834E in popluar number systems.

HEX7E834E
Decimal12613178
Binary1111110100000111001110
Octal176203116

Shades and tints

Shades of #7E834E

#7E834E
(126,131,78)
#737847
(115,120,71)
#686D40
(104,109,64)
#5D6239
(93,98,57)
#525732
(82,87,50)
#474C2B
(71,76,43)
#3C4124
(60,65,36)
#31361D
(49,54,29)
#262B16
(38,43,22)
#1B200F
(27,32,15)
#101508
(16,21,8)
#000000
(0,0,0)

Tints of #7E834E

#7E834E
(126,131,78)
#898E5E
(137,142,94)
#94996E
(148,153,110)
#9FA47E
(159,164,126)
#AAAF8E
(170,175,142)
#B5BA9E
(181,186,158)
#C0C5AE
(192,197,174)
#CBD0BE
(203,208,190)
#D6DBCE
(214,219,206)
#E1E6DE
(225,230,222)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E834E; }

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

This text font color is #7E834E.


Background Color

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

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

This div background color is #7E834E.


Border color

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

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

This div border color is #7E834E.


Opacity

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

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

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

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

This text has shadow with #7E834E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E834E on black background.


Color preview on white background

This text has color #7E834E on white background.



Black color preview on #7E834E background

This text has black color on #7E834E background.


White color preview on #7E834E background

This text has white color on #7E834E background.