COLOR #7E8452

HEX: #7E8452
RGB: (126,132,82)

Color info

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

RGB color model

#7E8452 color RGB value is (126,132,82).

  • red value is 126;
  • green value is 132;
  • blue value is 82.
RGB:
(126,132,82)
(49%,52%,32%)

RGB channels and saturation

R 126 of 255 = 49%
G 132 of 255 = 52%
B 82 of 255 = 32%

126
132
82

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

Portions of RGB colors in percentages

R + G + B =
126 + 132 + 82 = 340 (100%)
R 126 of 340 ~ 37.06%
G 132 of 340 ~ 38.82%
B 82 of 340 ~ 24.12%

%37.06
%38.82
%24.12

CMYK color model

#7E8452 color CMYK value is (5,0,38,48).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 37.88%
  • key color value is 48.24%
CMYK:
(5,0,38,48)
C5M0Y38K48 
(5%,0%,38%,48%)
(0.05/0.00/0.38/0.48)	

CMYK percentages

%4.55
%0
%37.88
%48.24

Codes

Color #7E8452 in popluar color models

7E8452
RGB12613282
HSL67°23.36%41.96%
HSB/HSV67°37.88%51.76%
CMYK4.55%0.00%37.88%
48.24%

Color #7E8452 in popluar number systems.

HEX7E8452
Decimal12613282
Binary1111110100001001010010
Octal176204122

Shades and tints

Shades of #7E8452

#7E8452
(126,132,82)
#73784B
(115,120,75)
#686C44
(104,108,68)
#5D603D
(93,96,61)
#525436
(82,84,54)
#47482F
(71,72,47)
#3C3C28
(60,60,40)
#313021
(49,48,33)
#26241A
(38,36,26)
#1B1813
(27,24,19)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #7E8452

#7E8452
(126,132,82)
#898F61
(137,143,97)
#949A70
(148,154,112)
#9FA57F
(159,165,127)
#AAB08E
(170,176,142)
#B5BB9D
(181,187,157)
#C0C6AC
(192,198,172)
#CBD1BB
(203,209,187)
#D6DCCA
(214,220,202)
#E1E7D9
(225,231,217)
#ECF2E8
(236,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8452; }

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

This text font color is #7E8452.


Background Color

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

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

This div background color is #7E8452.


Border color

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

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

This div border color is #7E8452.


Opacity

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

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

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

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

This text has shadow with #7E8452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8452 on black background.


Color preview on white background

This text has color #7E8452 on white background.



Black color preview on #7E8452 background

This text has black color on #7E8452 background.


White color preview on #7E8452 background

This text has white color on #7E8452 background.