COLOR #7E8426

HEX: #7E8426
RGB: (126,132,38)

Color info

#7E8426 contains mainly red and green colors. Web safe color of #7E8426 is #669933 (or #693).

RGB color model

#7E8426 color RGB value is (126,132,38).

  • red value is 126;
  • green value is 132;
  • blue value is 38.
RGB:
(126,132,38)
(49%,52%,15%)

RGB channels and saturation

R 126 of 255 = 49%
G 132 of 255 = 52%
B 38 of 255 = 15%

126
132
38

R + G + B ~ 39%. #7E8426 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 132 + 38 = 296 (100%)
R 126 of 296 ~ 42.57%
G 132 of 296 ~ 44.59%
B 38 of 296 ~ 12.84%

%42.57
%44.59
%12.84

CMYK color model

#7E8426 color CMYK value is (5,0,71,48).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 71.21%
  • key color value is 48.24%
CMYK:
(5,0,71,48)
C5M0Y71K48 
(5%,0%,71%,48%)
(0.05/0.00/0.71/0.48)	

CMYK percentages

%4.55
%0
%71.21
%48.24

Codes

Color #7E8426 in popluar color models

7E8426
RGB12613238
HSL64°55.29%33.33%
HSB/HSV64°71.21%51.76%
CMYK4.55%0.00%71.21%
48.24%

Color #7E8426 in popluar number systems.

HEX7E8426
Decimal12613238
Binary111111010000100100110
Octal17620446

Shades and tints

Shades of #7E8426

#7E8426
(126,132,38)
#737823
(115,120,35)
#686C20
(104,108,32)
#5D601D
(93,96,29)
#52541A
(82,84,26)
#474817
(71,72,23)
#3C3C14
(60,60,20)
#313011
(49,48,17)
#26240E
(38,36,14)
#1B180B
(27,24,11)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #7E8426

#7E8426
(126,132,38)
#898F39
(137,143,57)
#949A4C
(148,154,76)
#9FA55F
(159,165,95)
#AAB072
(170,176,114)
#B5BB85
(181,187,133)
#C0C698
(192,198,152)
#CBD1AB
(203,209,171)
#D6DCBE
(214,220,190)
#E1E7D1
(225,231,209)
#ECF2E4
(236,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8426 color. Also use rgb(126,132,38) instead hex code.

Text Font Color

.myTextColor { color: #7E8426; }

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

This text font color is #7E8426.


Background Color

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

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

This div background color is #7E8426.


Border color

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

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

This div border color is #7E8426.


Opacity

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

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

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

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

This text has shadow with #7E8426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8426 on black background.


Color preview on white background

This text has color #7E8426 on white background.



Black color preview on #7E8426 background

This text has black color on #7E8426 background.


White color preview on #7E8426 background

This text has white color on #7E8426 background.