COLOR #7E8345

HEX: #7E8345 RGB: (126,131,69)

Color info

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

RGB color model

#7E8345 color RGB value is (126,131,69).

RGB: (126,131,69) (49%, 51%, 27%)

RGB channels and saturation

R 126 of 255 = 49%
G 131 of 255 = 51%
B 69 of 255 = 27%

126
131
69

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

Portions of RGB colors in percentages

R + G + B = 126 + 131 + 69 = 326 (100%)
R 126 of 326 ~ 38.65%
G 131 of 326 ~ 40.18%
B 69 of 326 ~ 21.17'%

%38.65
%40.18
%21.17

CMYK color model

#7E8345 color CMYK value is (4,0,47,49).

  • cyan value is 3.82%
  • magenta value is 0.00%
  • yellow value is 47.33%
  • key color value is 48.63%

CMYK: (4,0,47,49)
C4M0Y47K49 (4%, 0%, 47%, 49%)
(0.04 / 0.00 / 0.47 / 0.49)

CMYK percentages

%3.82
%0
%47.33
%48.63

Codes

Color #7E8345 in popluar color models

7E 83 45
RGB 126 131 69
HSL 65° 31.00% 39.22%
HSB/HSV 65° 47.33% 51.37%
CMYK 3.82% 0.00% 47.33%
48.63%

Color #7E8345 in popluar number systems.

HEX 7E 83 45
Decimal 126 131 69
Binary 1111110 10000011 1000101
Octal 176 203 105

Shades and tints

Shades of #7E8345

#7E8345
(126,131,69)
#73783F
(115,120,63)
#686D39
(104,109,57)
#5D6233
(93,98,51)
#52572D
(82,87,45)
#474C27
(71,76,39)
#3C4121
(60,65,33)
#31361B
(49,54,27)
#262B15
(38,43,21)
#1B200F
(27,32,15)
#101509
(16,21,9)
#000000
(0,0,0)

Tints of #7E8345

#7E8345
(126,131,69)
#898E55
(137,142,85)
#949965
(148,153,101)
#9FA475
(159,164,117)
#AAAF85
(170,175,133)
#B5BA95
(181,186,149)
#C0C5A5
(192,197,165)
#CBD0B5
(203,208,181)
#D6DBC5
(214,219,197)
#E1E6D5
(225,230,213)
#ECF1E5
(236,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8345 color. Also use rgb(126,131,69) instead hex code.

Text Font Color

.myTextColor { color: #7E8345; }

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

This text font color is #7E8345.

Background Color

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

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

This div background color is #7E8345.

Border color

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

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

This div border color is #7E8345.

Opacity

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

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

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

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

This text has shadow with #7E8345 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8345.

Preview

Color preview on black background

This text has color #7E8345 on black background.


Color preview on white background

This text has color #7E8345 on white background.


Black color preview on #7E8345 background

This text has black color on #7E8345 background.


White color preview on #7E8345 background

This text has white color on #7E8345 background.


Related colors

Complementary color

Complementary color for #hex is #817CBA.


I love getcolorcode.com

Triadic colors

1 #457E83 and #83457E with #7E8345 are triadic colors.

2 #45837E and #837E45 with #7E8345 are triadic colors.