COLOR #7E9449

HEX: #7E9449
RGB: (126,148,73)

Color info

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

RGB color model

#7E9449 color RGB value is (126,148,73).

  • red value is 126;
  • green value is 148;
  • blue value is 73.
RGB:
(126,148,73)
(49%,58%,29%)

RGB channels and saturation

R 126 of 255 = 49%
G 148 of 255 = 58%
B 73 of 255 = 29%

126
148
73

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

Portions of RGB colors in percentages

R + G + B =
126 + 148 + 73 = 347 (100%)
R 126 of 347 ~ 36.31%
G 148 of 347 ~ 42.65%
B 73 of 347 ~ 21.04%

%36.31
%42.65
%21.04

CMYK color model

#7E9449 color CMYK value is (15,0,51,42).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 50.68%
  • key color value is 41.96%
CMYK:
(15,0,51,42)
C15M0Y51K42 
(15%,0%,51%,42%)
(0.15/0.00/0.51/0.42)	

CMYK percentages

%14.86
%0
%50.68
%41.96

Codes

Color #7E9449 in popluar color models

7E9449
RGB12614873
HSL78°33.94%43.33%
HSB/HSV78°50.68%58.04%
CMYK14.86%0.00%50.68%
41.96%

Color #7E9449 in popluar number systems.

HEX7E9449
Decimal12614873
Binary1111110100101001001001
Octal176224111

Shades and tints

Shades of #7E9449

#7E9449
(126,148,73)
#738743
(115,135,67)
#687A3D
(104,122,61)
#5D6D37
(93,109,55)
#526031
(82,96,49)
#47532B
(71,83,43)
#3C4625
(60,70,37)
#31391F
(49,57,31)
#262C19
(38,44,25)
#1B1F13
(27,31,19)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #7E9449

#7E9449
(126,148,73)
#899D59
(137,157,89)
#94A669
(148,166,105)
#9FAF79
(159,175,121)
#AAB889
(170,184,137)
#B5C199
(181,193,153)
#C0CAA9
(192,202,169)
#CBD3B9
(203,211,185)
#D6DCC9
(214,220,201)
#E1E5D9
(225,229,217)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9449 color. Also use rgb(126,148,73) instead hex code.

Text Font Color

.myTextColor { color: #7E9449; }

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

This text font color is #7E9449.


Background Color

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

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

This div background color is #7E9449.


Border color

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

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

This div border color is #7E9449.


Opacity

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

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

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

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

This text has shadow with #7E9449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9449 on black background.


Color preview on white background

This text has color #7E9449 on white background.



Black color preview on #7E9449 background

This text has black color on #7E9449 background.


White color preview on #7E9449 background

This text has white color on #7E9449 background.