COLOR #7E824C

HEX: #7E824C
RGB: (126,130,76)

Color info

#7E824C contains red, green and blue colors in about the same proportion. Web safe color of #7E824C is #669933 (or #693).

RGB color model

#7E824C color RGB value is (126,130,76).

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

RGB channels and saturation

R 126 of 255 = 49%
G 130 of 255 = 51%
B 76 of 255 = 30%

126
130
76

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

Portions of RGB colors in percentages

R + G + B =
126 + 130 + 76 = 332 (100%)
R 126 of 332 ~ 37.95%
G 130 of 332 ~ 39.16%
B 76 of 332 ~ 22.89%

%37.95
%39.16
%22.89

CMYK color model

#7E824C color CMYK value is (3,0,42,49).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 41.54%
  • key color value is 49.02%
CMYK:
(3,0,42,49)
C3M0Y42K49 
(3%,0%,42%,49%)
(0.03/0.00/0.42/0.49)	

CMYK percentages

%3.08
%0
%41.54
%49.02

Codes

Color #7E824C in popluar color models

7E824C
RGB12613076
HSL64°26.21%40.39%
HSB/HSV64°41.54%50.98%
CMYK3.08%0.00%41.54%
49.02%

Color #7E824C in popluar number systems.

HEX7E824C
Decimal12613076
Binary1111110100000101001100
Octal176202114

Shades and tints

Shades of #7E824C

#7E824C
(126,130,76)
#737746
(115,119,70)
#686C40
(104,108,64)
#5D613A
(93,97,58)
#525634
(82,86,52)
#474B2E
(71,75,46)
#3C4028
(60,64,40)
#313522
(49,53,34)
#262A1C
(38,42,28)
#1B1F16
(27,31,22)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #7E824C

#7E824C
(126,130,76)
#898D5C
(137,141,92)
#94986C
(148,152,108)
#9FA37C
(159,163,124)
#AAAE8C
(170,174,140)
#B5B99C
(181,185,156)
#C0C4AC
(192,196,172)
#CBCFBC
(203,207,188)
#D6DACC
(214,218,204)
#E1E5DC
(225,229,220)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E824C; }

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

This text font color is #7E824C.


Background Color

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

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

This div background color is #7E824C.


Border color

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

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

This div border color is #7E824C.


Opacity

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

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

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

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

This text has shadow with #7E824C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E824C on black background.


Color preview on white background

This text has color #7E824C on white background.



Black color preview on #7E824C background

This text has black color on #7E824C background.


White color preview on #7E824C background

This text has white color on #7E824C background.