COLOR #7C7E3E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
126
62

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

Portions of RGB colors in percentages

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

%39.74
%40.38
%19.87

CMYK color model

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

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

CMYK percentages

%1.59
%0
%50.79
%50.59

Codes

Color #7C7E3E in popluar color models

7C7E3E
RGB12412662
HSL62°34.04%36.86%
HSB/HSV62°50.79%49.41%
CMYK1.59%0.00%50.79%
50.59%

Color #7C7E3E in popluar number systems.

HEX7C7E3E
Decimal12412662
Binary11111001111110111110
Octal17417676

Shades and tints

Shades of #7C7E3E

#7C7E3E
(124,126,62)
#717339
(113,115,57)
#666834
(102,104,52)
#5B5D2F
(91,93,47)
#50522A
(80,82,42)
#454725
(69,71,37)
#3A3C20
(58,60,32)
#2F311B
(47,49,27)
#242616
(36,38,22)
#191B11
(25,27,17)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #7C7E3E

#7C7E3E
(124,126,62)
#87894F
(135,137,79)
#929460
(146,148,96)
#9D9F71
(157,159,113)
#A8AA82
(168,170,130)
#B3B593
(179,181,147)
#BEC0A4
(190,192,164)
#C9CBB5
(201,203,181)
#D4D6C6
(212,214,198)
#DFE1D7
(223,225,215)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7E3E; }

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

This text font color is #7C7E3E.


Background Color

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

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

This div background color is #7C7E3E.


Border color

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

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

This div border color is #7C7E3E.


Opacity

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

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

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

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

This text has shadow with #7C7E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7E3E on black background.


Color preview on white background

This text has color #7C7E3E on white background.



Black color preview on #7C7E3E background

This text has black color on #7C7E3E background.


White color preview on #7C7E3E background

This text has white color on #7C7E3E background.