COLOR #7E7C3E

HEX: #7E7C3E
RGB: (126,124,62)

Color info

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

RGB color model

#7E7C3E color RGB value is (126,124,62).

  • red value is 126;
  • green value is 124;
  • blue value is 62.
RGB:
(126,124,62)
(49%,49%,24%)

RGB channels and saturation

R 126 of 255 = 49%
G 124 of 255 = 49%
B 62 of 255 = 24%

126
124
62

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

Portions of RGB colors in percentages

R + G + B =
126 + 124 + 62 = 312 (100%)
R 126 of 312 ~ 40.38%
G 124 of 312 ~ 39.74%
B 62 of 312 ~ 19.87%

%40.38
%39.74
%19.87

CMYK color model

#7E7C3E color CMYK value is (0,2,51,51).

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 50.79%
  • key color value is 50.59%
CMYK:
(0,2,51,51)
C0M2Y51K51 
(0%,2%,51%,51%)
(0.00/0.02/0.51/0.51)	

CMYK percentages

%0
%1.59
%50.79
%50.59

Codes

Color #7E7C3E in popluar color models

7E7C3E
RGB12612462
HSL58°34.04%36.86%
HSB/HSV58°50.79%49.41%
CMYK0.00%1.59%50.79%
50.59%

Color #7E7C3E in popluar number systems.

HEX7E7C3E
Decimal12612462
Binary11111101111100111110
Octal17617476

Shades and tints

Shades of #7E7C3E

#7E7C3E
(126,124,62)
#737139
(115,113,57)
#686634
(104,102,52)
#5D5B2F
(93,91,47)
#52502A
(82,80,42)
#474525
(71,69,37)
#3C3A20
(60,58,32)
#312F1B
(49,47,27)
#262416
(38,36,22)
#1B1911
(27,25,17)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #7E7C3E

#7E7C3E
(126,124,62)
#89874F
(137,135,79)
#949260
(148,146,96)
#9F9D71
(159,157,113)
#AAA882
(170,168,130)
#B5B393
(181,179,147)
#C0BEA4
(192,190,164)
#CBC9B5
(203,201,181)
#D6D4C6
(214,212,198)
#E1DFD7
(225,223,215)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7C3E color. Also use rgb(126,124,62) instead hex code.

Text Font Color

.myTextColor { color: #7E7C3E; }

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

This text font color is #7E7C3E.


Background Color

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

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

This div background color is #7E7C3E.


Border color

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

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

This div border color is #7E7C3E.


Opacity

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

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

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

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

This text has shadow with #7E7C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7C3E on black background.


Color preview on white background

This text has color #7E7C3E on white background.



Black color preview on #7E7C3E background

This text has black color on #7E7C3E background.


White color preview on #7E7C3E background

This text has white color on #7E7C3E background.