COLOR #7E9B44

HEX: #7E9B44
RGB: (126,155,68)

Color info

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

RGB color model

#7E9B44 color RGB value is (126,155,68).

  • red value is 126;
  • green value is 155;
  • blue value is 68.
RGB:
(126,155,68)
(49%,61%,27%)

RGB channels and saturation

R 126 of 255 = 49%
G 155 of 255 = 61%
B 68 of 255 = 27%

126
155
68

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

Portions of RGB colors in percentages

R + G + B =
126 + 155 + 68 = 349 (100%)
R 126 of 349 ~ 36.1%
G 155 of 349 ~ 44.41%
B 68 of 349 ~ 19.48%

%36.1
%44.41
%19.48

CMYK color model

#7E9B44 color CMYK value is (19,0,56,39).

  • cyan value is 18.71%
  • magenta value is 0.00%
  • yellow value is 56.13%
  • key color value is 39.22%
CMYK:
(19,0,56,39)
C19M0Y56K39 
(19%,0%,56%,39%)
(0.19/0.00/0.56/0.39)	

CMYK percentages

%18.71
%0
%56.13
%39.22

Codes

Color #7E9B44 in popluar color models

7E9B44
RGB12615568
HSL80°39.01%43.73%
HSB/HSV80°56.13%60.78%
CMYK18.71%0.00%56.13%
39.22%

Color #7E9B44 in popluar number systems.

HEX7E9B44
Decimal12615568
Binary1111110100110111000100
Octal176233104

Shades and tints

Shades of #7E9B44

#7E9B44
(126,155,68)
#738D3E
(115,141,62)
#687F38
(104,127,56)
#5D7132
(93,113,50)
#52632C
(82,99,44)
#475526
(71,85,38)
#3C4720
(60,71,32)
#31391A
(49,57,26)
#262B14
(38,43,20)
#1B1D0E
(27,29,14)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #7E9B44

#7E9B44
(126,155,68)
#89A455
(137,164,85)
#94AD66
(148,173,102)
#9FB677
(159,182,119)
#AABF88
(170,191,136)
#B5C899
(181,200,153)
#C0D1AA
(192,209,170)
#CBDABB
(203,218,187)
#D6E3CC
(214,227,204)
#E1ECDD
(225,236,221)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9B44 color. Also use rgb(126,155,68) instead hex code.

Text Font Color

.myTextColor { color: #7E9B44; }

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

This text font color is #7E9B44.


Background Color

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

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

This div background color is #7E9B44.


Border color

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

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

This div border color is #7E9B44.


Opacity

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

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

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

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

This text has shadow with #7E9B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9B44 on black background.


Color preview on white background

This text has color #7E9B44 on white background.



Black color preview on #7E9B44 background

This text has black color on #7E9B44 background.


White color preview on #7E9B44 background

This text has white color on #7E9B44 background.