COLOR #7E8344

HEX: #7E8344 RGB: (126,131,68)

Color info

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

RGB color model

#7E8344 color RGB value is (126,131,68).

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

RGB channels and saturation

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

126
131
68

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

Portions of RGB colors in percentages

R + G + B = 126 + 131 + 68 = 325 (100%)
R 126 of 325 ~ 38.77%
G 131 of 325 ~ 40.31%
B 68 of 325 ~ 20.92'%

%38.77
%40.31
%20.92

CMYK color model

#7E8344 color CMYK value is (4,0,48,49).

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

CMYK: (4,0,48,49)
C4M0Y48K49 (4%, 0%, 48%, 49%)
(0.04 / 0.00 / 0.48 / 0.49)

CMYK percentages

%3.82
%0
%48.09
%48.63

Codes

Color #7E8344 in popluar color models

7E 83 44
RGB 126 131 68
HSL 65° 31.66% 39.02%
HSB/HSV 65° 48.09% 51.37%
CMYK 3.82% 0.00% 48.09%
48.63%

Color #7E8344 in popluar number systems.

HEX 7E 83 44
Decimal 126 131 68
Binary 1111110 10000011 1000100
Octal 176 203 104

Shades and tints

Shades of #7E8344

#7E8344
(126,131,68)
#73783E
(115,120,62)
#686D38
(104,109,56)
#5D6232
(93,98,50)
#52572C
(82,87,44)
#474C26
(71,76,38)
#3C4120
(60,65,32)
#31361A
(49,54,26)
#262B14
(38,43,20)
#1B200E
(27,32,14)
#101508
(16,21,8)
#000000
(0,0,0)

Tints of #7E8344

#7E8344
(126,131,68)
#898E55
(137,142,85)
#949966
(148,153,102)
#9FA477
(159,164,119)
#AAAF88
(170,175,136)
#B5BA99
(181,186,153)
#C0C5AA
(192,197,170)
#CBD0BB
(203,208,187)
#D6DBCC
(214,219,204)
#E1E6DD
(225,230,221)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8344; }

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

This text font color is #7E8344.

Background Color

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

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

This div background color is #7E8344.

Border color

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

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

This div border color is #7E8344.

Opacity

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

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

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

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

This text has shadow with #7E8344 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8344.

Preview

Color preview on black background

This text has color #7E8344 on black background.


Color preview on white background

This text has color #7E8344 on white background.


Black color preview on #7E8344 background

This text has black color on #7E8344 background.


White color preview on #7E8344 background

This text has white color on #7E8344 background.


Related colors

Complementary color

Complementary color for #hex is #817CBB.


I love getcolorcode.com

Triadic colors

1 #447E83 and #83447E with #7E8344 are triadic colors.

2 #44837E and #837E44 with #7E8344 are triadic colors.