COLOR #7E8146

HEX: #7E8146
RGB: (126,129,70)

Color info

#7E8146 contains red, green and blue colors in about the same proportion. Web safe color of #7E8146 is #669933 (or #693).

RGB color model

#7E8146 color RGB value is (126,129,70).

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

RGB channels and saturation

R 126 of 255 = 49%
G 129 of 255 = 51%
B 70 of 255 = 27%

126
129
70

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

Portions of RGB colors in percentages

R + G + B =
126 + 129 + 70 = 325 (100%)
R 126 of 325 ~ 38.77%
G 129 of 325 ~ 39.69%
B 70 of 325 ~ 21.54%

%38.77
%39.69
%21.54

CMYK color model

#7E8146 color CMYK value is (2,0,46,49).

  • cyan value is 2.33%
  • magenta value is 0.00%
  • yellow value is 45.74%
  • key color value is 49.41%
CMYK:
(2,0,46,49)
C2M0Y46K49 
(2%,0%,46%,49%)
(0.02/0.00/0.46/0.49)	

CMYK percentages

%2.33
%0
%45.74
%49.41

Codes

Color #7E8146 in popluar color models

7E8146
RGB12612970
HSL63°29.65%39.02%
HSB/HSV63°45.74%50.59%
CMYK2.33%0.00%45.74%
49.41%

Color #7E8146 in popluar number systems.

HEX7E8146
Decimal12612970
Binary1111110100000011000110
Octal176201106

Shades and tints

Shades of #7E8146

#7E8146
(126,129,70)
#737640
(115,118,64)
#686B3A
(104,107,58)
#5D6034
(93,96,52)
#52552E
(82,85,46)
#474A28
(71,74,40)
#3C3F22
(60,63,34)
#31341C
(49,52,28)
#262916
(38,41,22)
#1B1E10
(27,30,16)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #7E8146

#7E8146
(126,129,70)
#898C56
(137,140,86)
#949766
(148,151,102)
#9FA276
(159,162,118)
#AAAD86
(170,173,134)
#B5B896
(181,184,150)
#C0C3A6
(192,195,166)
#CBCEB6
(203,206,182)
#D6D9C6
(214,217,198)
#E1E4D6
(225,228,214)
#ECEFE6
(236,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8146; }

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

This text font color is #7E8146.


Background Color

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

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

This div background color is #7E8146.


Border color

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

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

This div border color is #7E8146.


Opacity

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

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

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

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

This text has shadow with #7E8146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8146 on black background.


Color preview on white background

This text has color #7E8146 on white background.



Black color preview on #7E8146 background

This text has black color on #7E8146 background.


White color preview on #7E8146 background

This text has white color on #7E8146 background.