COLOR #7E8352

HEX: #7E8352
RGB: (126,131,82)

Color info

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

RGB color model

#7E8352 color RGB value is (126,131,82).

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

RGB channels and saturation

R 126 of 255 = 49%
G 131 of 255 = 51%
B 82 of 255 = 32%

126
131
82

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

Portions of RGB colors in percentages

R + G + B =
126 + 131 + 82 = 339 (100%)
R 126 of 339 ~ 37.17%
G 131 of 339 ~ 38.64%
B 82 of 339 ~ 24.19%

%37.17
%38.64
%24.19

CMYK color model

#7E8352 color CMYK value is (4,0,37,49).

  • cyan value is 3.82%
  • magenta value is 0.00%
  • yellow value is 37.40%
  • key color value is 48.63%
CMYK:
(4,0,37,49)
C4M0Y37K49 
(4%,0%,37%,49%)
(0.04/0.00/0.37/0.49)	

CMYK percentages

%3.82
%0
%37.4
%48.63

Codes

Color #7E8352 in popluar color models

7E8352
RGB12613182
HSL66°23.00%41.76%
HSB/HSV66°37.40%51.37%
CMYK3.82%0.00%37.40%
48.63%

Color #7E8352 in popluar number systems.

HEX7E8352
Decimal12613182
Binary1111110100000111010010
Octal176203122

Shades and tints

Shades of #7E8352

#7E8352
(126,131,82)
#73784B
(115,120,75)
#686D44
(104,109,68)
#5D623D
(93,98,61)
#525736
(82,87,54)
#474C2F
(71,76,47)
#3C4128
(60,65,40)
#313621
(49,54,33)
#262B1A
(38,43,26)
#1B2013
(27,32,19)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #7E8352

#7E8352
(126,131,82)
#898E61
(137,142,97)
#949970
(148,153,112)
#9FA47F
(159,164,127)
#AAAF8E
(170,175,142)
#B5BA9D
(181,186,157)
#C0C5AC
(192,197,172)
#CBD0BB
(203,208,187)
#D6DBCA
(214,219,202)
#E1E6D9
(225,230,217)
#ECF1E8
(236,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8352; }

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

This text font color is #7E8352.


Background Color

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

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

This div background color is #7E8352.


Border color

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

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

This div border color is #7E8352.


Opacity

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

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

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

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

This text has shadow with #7E8352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8352 on black background.


Color preview on white background

This text has color #7E8352 on white background.



Black color preview on #7E8352 background

This text has black color on #7E8352 background.


White color preview on #7E8352 background

This text has white color on #7E8352 background.