COLOR #7E822F

HEX: #7E822F
RGB: (126,130,47)

Color info

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

RGB color model

#7E822F color RGB value is (126,130,47).

  • red value is 126;
  • green value is 130;
  • blue value is 47.
RGB:
(126,130,47)
(49%,51%,18%)

RGB channels and saturation

R 126 of 255 = 49%
G 130 of 255 = 51%
B 47 of 255 = 18%

126
130
47

R + G + B ~ 39%. #7E822F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 130 + 47 = 303 (100%)
R 126 of 303 ~ 41.58%
G 130 of 303 ~ 42.9%
B 47 of 303 ~ 15.51%

%41.58
%42.9
%15.51

CMYK color model

#7E822F color CMYK value is (3,0,64,49).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 63.85%
  • key color value is 49.02%
CMYK:
(3,0,64,49)
C3M0Y64K49 
(3%,0%,64%,49%)
(0.03/0.00/0.64/0.49)	

CMYK percentages

%3.08
%0
%63.85
%49.02

Codes

Color #7E822F in popluar color models

7E822F
RGB12613047
HSL63°46.89%34.71%
HSB/HSV63°63.85%50.98%
CMYK3.08%0.00%63.85%
49.02%

Color #7E822F in popluar number systems.

HEX7E822F
Decimal12613047
Binary111111010000010101111
Octal17620257

Shades and tints

Shades of #7E822F

#7E822F
(126,130,47)
#73772B
(115,119,43)
#686C27
(104,108,39)
#5D6123
(93,97,35)
#52561F
(82,86,31)
#474B1B
(71,75,27)
#3C4017
(60,64,23)
#313513
(49,53,19)
#262A0F
(38,42,15)
#1B1F0B
(27,31,11)
#101407
(16,20,7)
#000000
(0,0,0)

Tints of #7E822F

#7E822F
(126,130,47)
#898D41
(137,141,65)
#949853
(148,152,83)
#9FA365
(159,163,101)
#AAAE77
(170,174,119)
#B5B989
(181,185,137)
#C0C49B
(192,196,155)
#CBCFAD
(203,207,173)
#D6DABF
(214,218,191)
#E1E5D1
(225,229,209)
#ECF0E3
(236,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E822F color. Also use rgb(126,130,47) instead hex code.

Text Font Color

.myTextColor { color: #7E822F; }

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

This text font color is #7E822F.


Background Color

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

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

This div background color is #7E822F.


Border color

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

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

This div border color is #7E822F.


Opacity

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

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

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

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

This text has shadow with #7E822F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E822F on black background.


Color preview on white background

This text has color #7E822F on white background.



Black color preview on #7E822F background

This text has black color on #7E822F background.


White color preview on #7E822F background

This text has white color on #7E822F background.