COLOR #4C7E3B

HEX: #4C7E3B
RGB: (76,126,59)

Color info

#4C7E3B contains mainly red and green colors. Web safe color of #4C7E3B is #336633 (or #363).

RGB color model

#4C7E3B color RGB value is (76,126,59).

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

RGB channels and saturation

R 76 of 255 = 30%
G 126 of 255 = 49%
B 59 of 255 = 23%

76
126
59

R + G + B ~ 34%. #4C7E3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 126 + 59 = 261 (100%)
R 76 of 261 ~ 29.12%
G 126 of 261 ~ 48.28%
B 59 of 261 ~ 22.61%

%29.12
%48.28
%22.61

CMYK color model

#4C7E3B color CMYK value is (40,0,53,51).

  • cyan value is 39.68%
  • magenta value is 0.00%
  • yellow value is 53.17%
  • key color value is 50.59%
CMYK:
(40,0,53,51)
C40M0Y53K51 
(40%,0%,53%,51%)
(0.40/0.00/0.53/0.51)	

CMYK percentages

%39.68
%0
%53.17
%50.59

Codes

Color #4C7E3B in popluar color models

4C7E3B
RGB7612659
HSL105°36.22%36.27%
HSB/HSV105°53.17%49.41%
CMYK39.68%0.00%53.17%
50.59%

Color #4C7E3B in popluar number systems.

HEX4C7E3B
Decimal7612659
Binary10011001111110111011
Octal11417673

Shades and tints

Shades of #4C7E3B

#4C7E3B
(76,126,59)
#467336
(70,115,54)
#406831
(64,104,49)
#3A5D2C
(58,93,44)
#345227
(52,82,39)
#2E4722
(46,71,34)
#283C1D
(40,60,29)
#223118
(34,49,24)
#1C2613
(28,38,19)
#161B0E
(22,27,14)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #4C7E3B

#4C7E3B
(76,126,59)
#5C894C
(92,137,76)
#6C945D
(108,148,93)
#7C9F6E
(124,159,110)
#8CAA7F
(140,170,127)
#9CB590
(156,181,144)
#ACC0A1
(172,192,161)
#BCCBB2
(188,203,178)
#CCD6C3
(204,214,195)
#DCE1D4
(220,225,212)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7E3B color. Also use rgb(76,126,59) instead hex code.

Text Font Color

.myTextColor { color: #4C7E3B; }

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

This text font color is #4C7E3B.


Background Color

.myBgColor { background-color: #4C7E3B; }

<div style="background-color:#4C7E3B">Inner text</div>

This div background color is #4C7E3B.


Border color

.myBorderColor { border: 1px solid #4C7E3B; }

<div style="border:3px solid #4C7E3B">Div</div>

This div border color is #4C7E3B.


Opacity

.myOpacity80 { color: #4C7E3B; opacity: 0.8; }

<p style="color:#4C7E3B;opacity:0.8;">80%</p>

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

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

This text has shadow with #4C7E3B color.

.textShadow {text-shadow: 3px 3px 1px #4C7E3B, 3px 3px 1px red;}

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

This text has shadow with #4C7E3B primary color and red secondary color.


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

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

This text has shadow with #4C7E3B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7E3B on black background.


Color preview on white background

This text has color #4C7E3B on white background.



Black color preview on #4C7E3B background

This text has black color on #4C7E3B background.


White color preview on #4C7E3B background

This text has white color on #4C7E3B background.