COLOR #7E8846

HEX: #7E8846
RGB: (126,136,70)

Color info

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

RGB color model

#7E8846 color RGB value is (126,136,70).

  • red value is 126;
  • green value is 136;
  • blue value is 70.
RGB:
(126,136,70)
(49%,53%,27%)

RGB channels and saturation

R 126 of 255 = 49%
G 136 of 255 = 53%
B 70 of 255 = 27%

126
136
70

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

Portions of RGB colors in percentages

R + G + B =
126 + 136 + 70 = 332 (100%)
R 126 of 332 ~ 37.95%
G 136 of 332 ~ 40.96%
B 70 of 332 ~ 21.08%

%37.95
%40.96
%21.08

CMYK color model

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

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 48.53%
  • key color value is 46.67%
CMYK:
(7,0,49,47)
C7M0Y49K47 
(7%,0%,49%,47%)
(0.07/0.00/0.49/0.47)	

CMYK percentages

%7.35
%0
%48.53
%46.67

Codes

Color #7E8846 in popluar color models

7E8846
RGB12613670
HSL69°32.04%40.39%
HSB/HSV69°48.53%53.33%
CMYK7.35%0.00%48.53%
46.67%

Color #7E8846 in popluar number systems.

HEX7E8846
Decimal12613670
Binary1111110100010001000110
Octal176210106

Shades and tints

Shades of #7E8846

#7E8846
(126,136,70)
#737C40
(115,124,64)
#68703A
(104,112,58)
#5D6434
(93,100,52)
#52582E
(82,88,46)
#474C28
(71,76,40)
#3C4022
(60,64,34)
#31341C
(49,52,28)
#262816
(38,40,22)
#1B1C10
(27,28,16)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #7E8846

#7E8846
(126,136,70)
#899256
(137,146,86)
#949C66
(148,156,102)
#9FA676
(159,166,118)
#AAB086
(170,176,134)
#B5BA96
(181,186,150)
#C0C4A6
(192,196,166)
#CBCEB6
(203,206,182)
#D6D8C6
(214,216,198)
#E1E2D6
(225,226,214)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8846 color. Also use rgb(126,136,70) instead hex code.

Text Font Color

.myTextColor { color: #7E8846; }

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

This text font color is #7E8846.


Background Color

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

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

This div background color is #7E8846.


Border color

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

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

This div border color is #7E8846.


Opacity

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

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

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

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

This text has shadow with #7E8846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8846 on black background.


Color preview on white background

This text has color #7E8846 on white background.



Black color preview on #7E8846 background

This text has black color on #7E8846 background.


White color preview on #7E8846 background

This text has white color on #7E8846 background.