COLOR #7E8552

HEX: #7E8552
RGB: (126,133,82)

Color info

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

RGB color model

#7E8552 color RGB value is (126,133,82).

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

RGB channels and saturation

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

126
133
82

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

Portions of RGB colors in percentages

R + G + B =
126 + 133 + 82 = 341 (100%)
R 126 of 341 ~ 36.95%
G 133 of 341 ~ 39%
B 82 of 341 ~ 24.05%

%36.95
%39
%24.05

CMYK color model

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

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

CMYK percentages

%5.26
%0
%38.35
%47.84

Codes

Color #7E8552 in popluar color models

7E8552
RGB12613382
HSL68°23.72%42.16%
HSB/HSV68°38.35%52.16%
CMYK5.26%0.00%38.35%
47.84%

Color #7E8552 in popluar number systems.

HEX7E8552
Decimal12613382
Binary1111110100001011010010
Octal176205122

Shades and tints

Shades of #7E8552

#7E8552
(126,133,82)
#73794B
(115,121,75)
#686D44
(104,109,68)
#5D613D
(93,97,61)
#525536
(82,85,54)
#47492F
(71,73,47)
#3C3D28
(60,61,40)
#313121
(49,49,33)
#26251A
(38,37,26)
#1B1913
(27,25,19)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #7E8552

#7E8552
(126,133,82)
#899061
(137,144,97)
#949B70
(148,155,112)
#9FA67F
(159,166,127)
#AAB18E
(170,177,142)
#B5BC9D
(181,188,157)
#C0C7AC
(192,199,172)
#CBD2BB
(203,210,187)
#D6DDCA
(214,221,202)
#E1E8D9
(225,232,217)
#ECF3E8
(236,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8552; }

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

This text font color is #7E8552.


Background Color

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

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

This div background color is #7E8552.


Border color

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

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

This div border color is #7E8552.


Opacity

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

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

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

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

This text has shadow with #7E8552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8552 on black background.


Color preview on white background

This text has color #7E8552 on white background.



Black color preview on #7E8552 background

This text has black color on #7E8552 background.


White color preview on #7E8552 background

This text has white color on #7E8552 background.