COLOR #7E844E

HEX: #7E844E RGB: (126,132,78)

Color info

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

RGB color model

#7E844E color RGB value is (126,132,78).

RGB: (126,132,78) (49%, 52%, 31%)

RGB channels and saturation

R 126 of 255 = 49%
G 132 of 255 = 52%
B 78 of 255 = 31%

126
132
78

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

Portions of RGB colors in percentages

R + G + B = 126 + 132 + 78 = 336 (100%)
R 126 of 336 ~ 37.5%
G 132 of 336 ~ 39.29%
B 78 of 336 ~ 23.21'%

%37.5
%39.29
%23.21

CMYK color model

#7E844E color CMYK value is (5,0,41,48).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 40.91%
  • key color value is 48.24%
CMYK: (5,0,41,48) C5M0Y41K48 (5%,0%,41%,48%) (0.05/0.00/0.41/0.48) 

CMYK percentages

%4.55
%0
%40.91
%48.24

Codes

Color #7E844E in popluar color models

7E 84 4E
RGB 126 132 78
HSL 67° 25.71% 41.18%
HSB/HSV 67° 40.91% 51.76%
CMYK 4.55% 0.00% 40.91%
48.24%

Color #7E844E in popluar number systems.

HEX 7E 84 4E
Decimal 126 132 78
Binary 1111110 10000100 1001110
Octal 176 204 116

Shades and tints

Shades of #7E844E

#7E844E
(126,132,78)
#737847
(115,120,71)
#686C40
(104,108,64)
#5D6039
(93,96,57)
#525432
(82,84,50)
#47482B
(71,72,43)
#3C3C24
(60,60,36)
#31301D
(49,48,29)
#262416
(38,36,22)
#1B180F
(27,24,15)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #7E844E

#7E844E
(126,132,78)
#898F5E
(137,143,94)
#949A6E
(148,154,110)
#9FA57E
(159,165,126)
#AAB08E
(170,176,142)
#B5BB9E
(181,187,158)
#C0C6AE
(192,198,174)
#CBD1BE
(203,209,190)
#D6DCCE
(214,220,206)
#E1E7DE
(225,231,222)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E844E color. Also use rgb(126,132,78) instead hex code.

Text Font Color

.myTextColor { color: #7E844E; }

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

This text font color is #7E844E.

Background Color

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

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

This div background color is #7E844E.

Border color

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

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

This div border color is #7E844E.

Opacity

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

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

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

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

This text has shadow with #7E844E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E844E.

Preview

Color preview on black background

This text has color #7E844E on black background.


Color preview on white background

This text has color #7E844E on white background.


Black color preview on #7E844E background

This text has black color on #7E844E background.


White color preview on #7E844E background

This text has white color on #7E844E background.


Related colors

Complementary color

Complementary color for #hex is #817BB1.


I love getcolorcode.com

Triadic colors

1 #4E7E84 and #844E7E with #7E844E are triadic colors.

2 #4E847E and #847E4E with #7E844E are triadic colors.