COLOR #7E9450

HEX: #7E9450
RGB: (126,148,80)

Color info

#7E9450 contains mainly red and green colors. Web safe color of #7E9450 is #669966 (or #696).

RGB color model

#7E9450 color RGB value is (126,148,80).

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

RGB channels and saturation

R 126 of 255 = 49%
G 148 of 255 = 58%
B 80 of 255 = 31%

126
148
80

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

Portions of RGB colors in percentages

R + G + B =
126 + 148 + 80 = 354 (100%)
R 126 of 354 ~ 35.59%
G 148 of 354 ~ 41.81%
B 80 of 354 ~ 22.6%

%35.59
%41.81
%22.6

CMYK color model

#7E9450 color CMYK value is (15,0,46,42).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 45.95%
  • key color value is 41.96%
CMYK:
(15,0,46,42)
C15M0Y46K42 
(15%,0%,46%,42%)
(0.15/0.00/0.46/0.42)	

CMYK percentages

%14.86
%0
%45.95
%41.96

Codes

Color #7E9450 in popluar color models

7E9450
RGB12614880
HSL79°29.82%44.71%
HSB/HSV79°45.95%58.04%
CMYK14.86%0.00%45.95%
41.96%

Color #7E9450 in popluar number systems.

HEX7E9450
Decimal12614880
Binary1111110100101001010000
Octal176224120

Shades and tints

Shades of #7E9450

#7E9450
(126,148,80)
#738749
(115,135,73)
#687A42
(104,122,66)
#5D6D3B
(93,109,59)
#526034
(82,96,52)
#47532D
(71,83,45)
#3C4626
(60,70,38)
#31391F
(49,57,31)
#262C18
(38,44,24)
#1B1F11
(27,31,17)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #7E9450

#7E9450
(126,148,80)
#899D5F
(137,157,95)
#94A66E
(148,166,110)
#9FAF7D
(159,175,125)
#AAB88C
(170,184,140)
#B5C19B
(181,193,155)
#C0CAAA
(192,202,170)
#CBD3B9
(203,211,185)
#D6DCC8
(214,220,200)
#E1E5D7
(225,229,215)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9450; }

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

This text font color is #7E9450.


Background Color

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

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

This div background color is #7E9450.


Border color

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

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

This div border color is #7E9450.


Opacity

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

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

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

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

This text has shadow with #7E9450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9450 on black background.


Color preview on white background

This text has color #7E9450 on white background.



Black color preview on #7E9450 background

This text has black color on #7E9450 background.


White color preview on #7E9450 background

This text has white color on #7E9450 background.