COLOR #7E944B

HEX: #7E944B RGB: (126,148,75)

Color info

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

RGB color model

#7E944B color RGB value is (126,148,75).

RGB: (126,148,75) (49%, 58%, 29%)

RGB channels and saturation

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

126
148
75

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

Portions of RGB colors in percentages

R + G + B = 126 + 148 + 75 = 349 (100%)
R 126 of 349 ~ 36.1%
G 148 of 349 ~ 42.41%
B 75 of 349 ~ 21.49'%

%36.1
%42.41
%21.49

CMYK color model

#7E944B color CMYK value is (15,0,49,42).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 49.32%
  • key color value is 41.96%
CMYK: (15,0,49,42) C15M0Y49K42 (15%,0%,49%,42%) (0.15/0.00/0.49/0.42) 

CMYK percentages

%14.86
%0
%49.32
%41.96

Codes

Color #7E944B in popluar color models

7E 94 4B
RGB 126 148 75
HSL 78° 32.74% 43.73%
HSB/HSV 78° 49.32% 58.04%
CMYK 14.86% 0.00% 49.32%
41.96%

Color #7E944B in popluar number systems.

HEX 7E 94 4B
Decimal 126 148 75
Binary 1111110 10010100 1001011
Octal 176 224 113

Shades and tints

Shades of #7E944B

#7E944B
(126,148,75)
#738745
(115,135,69)
#687A3F
(104,122,63)
#5D6D39
(93,109,57)
#526033
(82,96,51)
#47532D
(71,83,45)
#3C4627
(60,70,39)
#313921
(49,57,33)
#262C1B
(38,44,27)
#1B1F15
(27,31,21)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #7E944B

#7E944B
(126,148,75)
#899D5B
(137,157,91)
#94A66B
(148,166,107)
#9FAF7B
(159,175,123)
#AAB88B
(170,184,139)
#B5C19B
(181,193,155)
#C0CAAB
(192,202,171)
#CBD3BB
(203,211,187)
#D6DCCB
(214,220,203)
#E1E5DB
(225,229,219)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E944B; }

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

This text font color is #7E944B.

Background Color

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

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

This div background color is #7E944B.

Border color

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

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

This div border color is #7E944B.

Opacity

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

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

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

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

This text has shadow with #7E944B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E944B.

Preview

Color preview on black background

This text has color #7E944B on black background.


Color preview on white background

This text has color #7E944B on white background.


Black color preview on #7E944B background

This text has black color on #7E944B background.


White color preview on #7E944B background

This text has white color on #7E944B background.


Related colors

Complementary color

Complementary color for #hex is #816BB4.


I love getcolorcode.com

Triadic colors

1 #4B7E94 and #944B7E with #7E944B are triadic colors.

2 #4B947E and #947E4B with #7E944B are triadic colors.