COLOR #4C7920

HEX: #4C7920 RGB: (76,121,32)

Color info

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

RGB color model

#4C7920 color RGB value is (76,121,32).

RGB: (76,121,32) (30%, 47%, 13%)

RGB channels and saturation

R 76 of 255 = 30%
G 121 of 255 = 47%
B 32 of 255 = 13%

76
121
32

R + G + B ~ 30%. #4C7920 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 121 + 32 = 229 (100%)
R 76 of 229 ~ 33.19%
G 121 of 229 ~ 52.84%
B 32 of 229 ~ 13.97'%

%33.19
%52.84
%13.97

CMYK color model

#4C7920 color CMYK value is (37,0,74,53).

  • cyan value is 37.19%
  • magenta value is 0.00%
  • yellow value is 73.55%
  • key color value is 52.55%

CMYK: (37,0,74,53)
C37M0Y74K53 (37%, 0%, 74%, 53%)
(0.37 / 0.00 / 0.74 / 0.53)

CMYK percentages

%37.19
%0
%73.55
%52.55

Codes

Color #4C7920 in popluar color models

4C 79 20
RGB 76 121 32
HSL 90° 58.17% 30.00%
HSB/HSV 90° 73.55% 47.45%
CMYK 37.19% 0.00% 73.55%
52.55%

Color #4C7920 in popluar number systems.

HEX 4C 79 20
Decimal 76 121 32
Binary 1001100 1111001 100000
Octal 114 171 40

Shades and tints

Shades of #4C7920

#4C7920
(76,121,32)
#466E1E
(70,110,30)
#40631C
(64,99,28)
#3A581A
(58,88,26)
#344D18
(52,77,24)
#2E4216
(46,66,22)
#283714
(40,55,20)
#222C12
(34,44,18)
#1C2110
(28,33,16)
#16160E
(22,22,14)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #4C7920

#4C7920
(76,121,32)
#5C8534
(92,133,52)
#6C9148
(108,145,72)
#7C9D5C
(124,157,92)
#8CA970
(140,169,112)
#9CB584
(156,181,132)
#ACC198
(172,193,152)
#BCCDAC
(188,205,172)
#CCD9C0
(204,217,192)
#DCE5D4
(220,229,212)
#ECF1E8
(236,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7920 color. Also use rgb(76,121,32) instead hex code.

Text Font Color

.myTextColor { color: #4C7920; }

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

This text font color is #4C7920.

Background Color

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

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

This div background color is #4C7920.

Border color

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

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

This div border color is #4C7920.

Opacity

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

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

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

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

This text has shadow with #4C7920 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C7920.

Preview

Color preview on black background

This text has color #4C7920 on black background.


Color preview on white background

This text has color #4C7920 on white background.


Black color preview on #4C7920 background

This text has black color on #4C7920 background.


White color preview on #4C7920 background

This text has white color on #4C7920 background.


Related colors

Complementary color

Complementary color for #hex is #B386DF.


I love getcolorcode.com

Triadic colors

1 #204C79 and #79204C with #4C7920 are triadic colors.

2 #20794C and #794C20 with #4C7920 are triadic colors.