COLOR #4C7124

HEX: #4C7124
RGB: (76,113,36)

Color info

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

RGB color model

#4C7124 color RGB value is (76,113,36).

  • red value is 76;
  • green value is 113;
  • blue value is 36.
RGB:
(76,113,36)
(30%,44%,14%)

RGB channels and saturation

R 76 of 255 = 30%
G 113 of 255 = 44%
B 36 of 255 = 14%

76
113
36

R + G + B ~ 29%. #4C7124 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 113 + 36 = 225 (100%)
R 76 of 225 ~ 33.78%
G 113 of 225 ~ 50.22%
B 36 of 225 ~ 16%

%33.78
%50.22
%16

CMYK color model

#4C7124 color CMYK value is (33,0,68,56).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 68.14%
  • key color value is 55.69%
CMYK:
(33,0,68,56)
C33M0Y68K56 
(33%,0%,68%,56%)
(0.33/0.00/0.68/0.56)	

CMYK percentages

%32.74
%0
%68.14
%55.69

Codes

Color #4C7124 in popluar color models

4C7124
RGB7611336
HSL89°51.68%29.22%
HSB/HSV89°68.14%44.31%
CMYK32.74%0.00%68.14%
55.69%

Color #4C7124 in popluar number systems.

HEX4C7124
Decimal7611336
Binary10011001110001100100
Octal11416144

Shades and tints

Shades of #4C7124

#4C7124
(76,113,36)
#466721
(70,103,33)
#405D1E
(64,93,30)
#3A531B
(58,83,27)
#344918
(52,73,24)
#2E3F15
(46,63,21)
#283512
(40,53,18)
#222B0F
(34,43,15)
#1C210C
(28,33,12)
#161709
(22,23,9)
#100D06
(16,13,6)
#000000
(0,0,0)

Tints of #4C7124

#4C7124
(76,113,36)
#5C7D37
(92,125,55)
#6C894A
(108,137,74)
#7C955D
(124,149,93)
#8CA170
(140,161,112)
#9CAD83
(156,173,131)
#ACB996
(172,185,150)
#BCC5A9
(188,197,169)
#CCD1BC
(204,209,188)
#DCDDCF
(220,221,207)
#ECE9E2
(236,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7124 color. Also use rgb(76,113,36) instead hex code.

Text Font Color

.myTextColor { color: #4C7124; }

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

This text font color is #4C7124.


Background Color

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

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

This div background color is #4C7124.


Border color

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

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

This div border color is #4C7124.


Opacity

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

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

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

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

This text has shadow with #4C7124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7124 on black background.


Color preview on white background

This text has color #4C7124 on white background.



Black color preview on #4C7124 background

This text has black color on #4C7124 background.


White color preview on #4C7124 background

This text has white color on #4C7124 background.