COLOR #4C8736

HEX: #4C8736
RGB: (76,135,54)

Color info

#4C8736 contains mainly red and green colors. Web safe color of #4C8736 is #339933 (or #393).

RGB color model

#4C8736 color RGB value is (76,135,54).

  • red value is 76;
  • green value is 135;
  • blue value is 54.
RGB:
(76,135,54)
(30%,53%,21%)

RGB channels and saturation

R 76 of 255 = 30%
G 135 of 255 = 53%
B 54 of 255 = 21%

76
135
54

R + G + B ~ 35%. #4C8736 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 135 + 54 = 265 (100%)
R 76 of 265 ~ 28.68%
G 135 of 265 ~ 50.94%
B 54 of 265 ~ 20.38%

%28.68
%50.94
%20.38

CMYK color model

#4C8736 color CMYK value is (44,0,60,47).

  • cyan value is 43.70%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 47.06%
CMYK:
(44,0,60,47)
C44M0Y60K47 
(44%,0%,60%,47%)
(0.44/0.00/0.60/0.47)	

CMYK percentages

%43.7
%0
%60
%47.06

Codes

Color #4C8736 in popluar color models

4C8736
RGB7613554
HSL104°42.86%37.06%
HSB/HSV104°60.00%52.94%
CMYK43.70%0.00%60.00%
47.06%

Color #4C8736 in popluar number systems.

HEX4C8736
Decimal7613554
Binary100110010000111110110
Octal11420766

Shades and tints

Shades of #4C8736

#4C8736
(76,135,54)
#467B32
(70,123,50)
#406F2E
(64,111,46)
#3A632A
(58,99,42)
#345726
(52,87,38)
#2E4B22
(46,75,34)
#283F1E
(40,63,30)
#22331A
(34,51,26)
#1C2716
(28,39,22)
#161B12
(22,27,18)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #4C8736

#4C8736
(76,135,54)
#5C9148
(92,145,72)
#6C9B5A
(108,155,90)
#7CA56C
(124,165,108)
#8CAF7E
(140,175,126)
#9CB990
(156,185,144)
#ACC3A2
(172,195,162)
#BCCDB4
(188,205,180)
#CCD7C6
(204,215,198)
#DCE1D8
(220,225,216)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8736 color. Also use rgb(76,135,54) instead hex code.

Text Font Color

.myTextColor { color: #4C8736; }

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

This text font color is #4C8736.


Background Color

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

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

This div background color is #4C8736.


Border color

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

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

This div border color is #4C8736.


Opacity

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

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

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

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

This text has shadow with #4C8736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8736 on black background.


Color preview on white background

This text has color #4C8736 on white background.



Black color preview on #4C8736 background

This text has black color on #4C8736 background.


White color preview on #4C8736 background

This text has white color on #4C8736 background.