COLOR #7E947A

HEX: #7E947A RGB: (126,148,122)

Color info

#7E947A contains red, green and blue colors in about the same proportion. Web safe color of #7E947A is #669966 (or #696).

RGB color model

#7E947A color RGB value is (126,148,122).

RGB: (126,148,122) (49%, 58%, 48%)

RGB channels and saturation

R 126 of 255 = 49%
G 148 of 255 = 58%
B 122 of 255 = 48%

126
148
122

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

Portions of RGB colors in percentages

R + G + B = 126 + 148 + 122 = 396 (100%)
R 126 of 396 ~ 31.82%
G 148 of 396 ~ 37.37%
B 122 of 396 ~ 30.81'%

%31.82
%37.37
%30.81

CMYK color model

#7E947A color CMYK value is (15,0,18,42).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 41.96%

CMYK: (15,0,18,42)
C15M0Y18K42 (15%, 0%, 18%, 42%)
(0.15 / 0.00 / 0.18 / 0.42)

CMYK percentages

%14.86
%0
%17.57
%41.96

Codes

Color #7E947A in popluar color models

7E 94 7A
RGB 126 148 122
HSL 111° 10.83% 52.94%
HSB/HSV 111° 17.57% 58.04%
CMYK 14.86% 0.00% 17.57%
41.96%

Color #7E947A in popluar number systems.

HEX 7E 94 7A
Decimal 126 148 122
Binary 1111110 10010100 1111010
Octal 176 224 172

Shades and tints

Shades of #7E947A

#7E947A
(126,148,122)
#73876F
(115,135,111)
#687A64
(104,122,100)
#5D6D59
(93,109,89)
#52604E
(82,96,78)
#475343
(71,83,67)
#3C4638
(60,70,56)
#31392D
(49,57,45)
#262C22
(38,44,34)
#1B1F17
(27,31,23)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #7E947A

#7E947A
(126,148,122)
#899D86
(137,157,134)
#94A692
(148,166,146)
#9FAF9E
(159,175,158)
#AAB8AA
(170,184,170)
#B5C1B6
(181,193,182)
#C0CAC2
(192,202,194)
#CBD3CE
(203,211,206)
#D6DCDA
(214,220,218)
#E1E5E6
(225,229,230)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E947A; }

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

This text font color is #7E947A.

Background Color

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

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

This div background color is #7E947A.

Border color

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

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

This div border color is #7E947A.

Opacity

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

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

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

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

This text has shadow with #7E947A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E947A.

Preview

Color preview on black background

This text has color #7E947A on black background.


Color preview on white background

This text has color #7E947A on white background.


Black color preview on #7E947A background

This text has black color on #7E947A background.


White color preview on #7E947A background

This text has white color on #7E947A background.


Related colors

Complementary color

Complementary color for #hex is #816B85.


I love getcolorcode.com

Triadic colors

1 #7A7E94 and #947A7E with #7E947A are triadic colors.

2 #7A947E and #947E7A with #7E947A are triadic colors.