COLOR #7E8035

HEX: #7E8035
RGB: (126,128,53)

Color info

#7E8035 contains mainly red and green colors. Web safe color of #7E8035 is #666633 (or #663).

RGB color model

#7E8035 color RGB value is (126,128,53).

  • red value is 126;
  • green value is 128;
  • blue value is 53.
RGB:
(126,128,53)
(49%,50%,21%)

RGB channels and saturation

R 126 of 255 = 49%
G 128 of 255 = 50%
B 53 of 255 = 21%

126
128
53

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

Portions of RGB colors in percentages

R + G + B =
126 + 128 + 53 = 307 (100%)
R 126 of 307 ~ 41.04%
G 128 of 307 ~ 41.69%
B 53 of 307 ~ 17.26%

%41.04
%41.69
%17.26

CMYK color model

#7E8035 color CMYK value is (2,0,59,50).

  • cyan value is 1.56%
  • magenta value is 0.00%
  • yellow value is 58.59%
  • key color value is 49.80%
CMYK:
(2,0,59,50)
C2M0Y59K50 
(2%,0%,59%,50%)
(0.02/0.00/0.59/0.50)	

CMYK percentages

%1.56
%0
%58.59
%49.8

Codes

Color #7E8035 in popluar color models

7E8035
RGB12612853
HSL62°41.44%35.49%
HSB/HSV62°58.59%50.20%
CMYK1.56%0.00%58.59%
49.80%

Color #7E8035 in popluar number systems.

HEX7E8035
Decimal12612853
Binary111111010000000110101
Octal17620065

Shades and tints

Shades of #7E8035

#7E8035
(126,128,53)
#737531
(115,117,49)
#686A2D
(104,106,45)
#5D5F29
(93,95,41)
#525425
(82,84,37)
#474921
(71,73,33)
#3C3E1D
(60,62,29)
#313319
(49,51,25)
#262815
(38,40,21)
#1B1D11
(27,29,17)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #7E8035

#7E8035
(126,128,53)
#898B47
(137,139,71)
#949659
(148,150,89)
#9FA16B
(159,161,107)
#AAAC7D
(170,172,125)
#B5B78F
(181,183,143)
#C0C2A1
(192,194,161)
#CBCDB3
(203,205,179)
#D6D8C5
(214,216,197)
#E1E3D7
(225,227,215)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8035 color. Also use rgb(126,128,53) instead hex code.

Text Font Color

.myTextColor { color: #7E8035; }

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

This text font color is #7E8035.


Background Color

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

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

This div background color is #7E8035.


Border color

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

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

This div border color is #7E8035.


Opacity

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

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

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

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

This text has shadow with #7E8035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8035 on black background.


Color preview on white background

This text has color #7E8035 on white background.



Black color preview on #7E8035 background

This text has black color on #7E8035 background.


White color preview on #7E8035 background

This text has white color on #7E8035 background.