COLOR #7E8848

HEX: #7E8848
RGB: (126,136,72)

Color info

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

RGB color model

#7E8848 color RGB value is (126,136,72).

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

RGB channels and saturation

R 126 of 255 = 49%
G 136 of 255 = 53%
B 72 of 255 = 28%

126
136
72

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

Portions of RGB colors in percentages

R + G + B =
126 + 136 + 72 = 334 (100%)
R 126 of 334 ~ 37.72%
G 136 of 334 ~ 40.72%
B 72 of 334 ~ 21.56%

%37.72
%40.72
%21.56

CMYK color model

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

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 46.67%
CMYK:
(7,0,47,47)
C7M0Y47K47 
(7%,0%,47%,47%)
(0.07/0.00/0.47/0.47)	

CMYK percentages

%7.35
%0
%47.06
%46.67

Codes

Color #7E8848 in popluar color models

7E8848
RGB12613672
HSL69°30.77%40.78%
HSB/HSV69°47.06%53.33%
CMYK7.35%0.00%47.06%
46.67%

Color #7E8848 in popluar number systems.

HEX7E8848
Decimal12613672
Binary1111110100010001001000
Octal176210110

Shades and tints

Shades of #7E8848

#7E8848
(126,136,72)
#737C42
(115,124,66)
#68703C
(104,112,60)
#5D6436
(93,100,54)
#525830
(82,88,48)
#474C2A
(71,76,42)
#3C4024
(60,64,36)
#31341E
(49,52,30)
#262818
(38,40,24)
#1B1C12
(27,28,18)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #7E8848

#7E8848
(126,136,72)
#899258
(137,146,88)
#949C68
(148,156,104)
#9FA678
(159,166,120)
#AAB088
(170,176,136)
#B5BA98
(181,186,152)
#C0C4A8
(192,196,168)
#CBCEB8
(203,206,184)
#D6D8C8
(214,216,200)
#E1E2D8
(225,226,216)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8848; }

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

This text font color is #7E8848.


Background Color

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

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

This div background color is #7E8848.


Border color

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

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

This div border color is #7E8848.


Opacity

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

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

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

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

This text has shadow with #7E8848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8848 on black background.


Color preview on white background

This text has color #7E8848 on white background.



Black color preview on #7E8848 background

This text has black color on #7E8848 background.


White color preview on #7E8848 background

This text has white color on #7E8848 background.