COLOR #7E7931

HEX: #7E7931 RGB: (126,121,49)

Color info

#7E7931 contains mainly red and green colors. Web safe color of #7E7931 is #666633 (or #663).

RGB color model

#7E7931 color RGB value is (126,121,49).

RGB: (126,121,49) (49%, 47%, 19%)

RGB channels and saturation

R 126 of 255 = 49%
G 121 of 255 = 47%
B 49 of 255 = 19%

126
121
49

R + G + B ~ 38%. #7E7931 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 121 + 49 = 296 (100%)
R 126 of 296 ~ 42.57%
G 121 of 296 ~ 40.88%
B 49 of 296 ~ 16.55'%

%42.57
%40.88
%16.55

CMYK color model

#7E7931 color CMYK value is (0,4,61,51).

  • cyan value is 0.00%
  • magenta value is 3.97%
  • yellow value is 61.11%
  • key color value is 50.59%

CMYK: (0,4,61,51)
C0M4Y61K51 (0%, 4%, 61%, 51%)
(0.00 / 0.04 / 0.61 / 0.51)

CMYK percentages

%0
%3.97
%61.11
%50.59

Codes

Color #7E7931 in popluar color models

7E 79 31
RGB 126 121 49
HSL 56° 44.00% 34.31%
HSB/HSV 56° 61.11% 49.41%
CMYK 0.00% 3.97% 61.11%
50.59%

Color #7E7931 in popluar number systems.

HEX 7E 79 31
Decimal 126 121 49
Binary 1111110 1111001 110001
Octal 176 171 61

Shades and tints

Shades of #7E7931

#7E7931
(126,121,49)
#736E2D
(115,110,45)
#686329
(104,99,41)
#5D5825
(93,88,37)
#524D21
(82,77,33)
#47421D
(71,66,29)
#3C3719
(60,55,25)
#312C15
(49,44,21)
#262111
(38,33,17)
#1B160D
(27,22,13)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #7E7931

#7E7931
(126,121,49)
#898543
(137,133,67)
#949155
(148,145,85)
#9F9D67
(159,157,103)
#AAA979
(170,169,121)
#B5B58B
(181,181,139)
#C0C19D
(192,193,157)
#CBCDAF
(203,205,175)
#D6D9C1
(214,217,193)
#E1E5D3
(225,229,211)
#ECF1E5
(236,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7931 color. Also use rgb(126,121,49) instead hex code.

Text Font Color

.myTextColor { color: #7E7931; }

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

This text font color is #7E7931.

Background Color

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

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

This div background color is #7E7931.

Border color

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

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

This div border color is #7E7931.

Opacity

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

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

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

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

This text has shadow with #7E7931 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7931.

Preview

Color preview on black background

This text has color #7E7931 on black background.


Color preview on white background

This text has color #7E7931 on white background.


Black color preview on #7E7931 background

This text has black color on #7E7931 background.


White color preview on #7E7931 background

This text has white color on #7E7931 background.


Related colors

Complementary color

Complementary color for #hex is #8186CE.


I love getcolorcode.com

Triadic colors

1 #317E79 and #79317E with #7E7931 are triadic colors.

2 #31797E and #797E31 with #7E7931 are triadic colors.