COLOR #7C7E30

HEX: #7C7E30
RGB: (124,126,48)

Color info

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

RGB color model

#7C7E30 color RGB value is (124,126,48).

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

RGB channels and saturation

R 124 of 255 = 49%
G 126 of 255 = 49%
B 48 of 255 = 19%

124
126
48

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

Portions of RGB colors in percentages

R + G + B =
124 + 126 + 48 = 298 (100%)
R 124 of 298 ~ 41.61%
G 126 of 298 ~ 42.28%
B 48 of 298 ~ 16.11%

%41.61
%42.28
%16.11

CMYK color model

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

  • cyan value is 1.59%
  • magenta value is 0.00%
  • yellow value is 61.90%
  • key color value is 50.59%
CMYK:
(2,0,62,51)
C2M0Y62K51 
(2%,0%,62%,51%)
(0.02/0.00/0.62/0.51)	

CMYK percentages

%1.59
%0
%61.9
%50.59

Codes

Color #7C7E30 in popluar color models

7C7E30
RGB12412648
HSL62°44.83%34.12%
HSB/HSV62°61.90%49.41%
CMYK1.59%0.00%61.90%
50.59%

Color #7C7E30 in popluar number systems.

HEX7C7E30
Decimal12412648
Binary11111001111110110000
Octal17417660

Shades and tints

Shades of #7C7E30

#7C7E30
(124,126,48)
#71732C
(113,115,44)
#666828
(102,104,40)
#5B5D24
(91,93,36)
#505220
(80,82,32)
#45471C
(69,71,28)
#3A3C18
(58,60,24)
#2F3114
(47,49,20)
#242610
(36,38,16)
#191B0C
(25,27,12)
#0E1008
(14,16,8)
#000000
(0,0,0)

Tints of #7C7E30

#7C7E30
(124,126,48)
#878942
(135,137,66)
#929454
(146,148,84)
#9D9F66
(157,159,102)
#A8AA78
(168,170,120)
#B3B58A
(179,181,138)
#BEC09C
(190,192,156)
#C9CBAE
(201,203,174)
#D4D6C0
(212,214,192)
#DFE1D2
(223,225,210)
#EAECE4
(234,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7E30; }

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

This text font color is #7C7E30.


Background Color

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

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

This div background color is #7C7E30.


Border color

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

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

This div border color is #7C7E30.


Opacity

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

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

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

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

This text has shadow with #7C7E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7E30 on black background.


Color preview on white background

This text has color #7C7E30 on white background.



Black color preview on #7C7E30 background

This text has black color on #7C7E30 background.


White color preview on #7C7E30 background

This text has white color on #7C7E30 background.