COLOR #4C8945

HEX: #4C8945
RGB: (76,137,69)

Color info

#4C8945 contains mainly green color. Web safe color of #4C8945 is #339933 (or #393).

RGB color model

#4C8945 color RGB value is (76,137,69).

  • red value is 76;
  • green value is 137;
  • blue value is 69.
RGB:
(76,137,69)
(30%,54%,27%)

RGB channels and saturation

R 76 of 255 = 30%
G 137 of 255 = 54%
B 69 of 255 = 27%

76
137
69

R + G + B ~ 37%. #4C8945 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 137 + 69 = 282 (100%)
R 76 of 282 ~ 26.95%
G 137 of 282 ~ 48.58%
B 69 of 282 ~ 24.47%

%26.95
%48.58
%24.47

CMYK color model

#4C8945 color CMYK value is (45,0,50,46).

  • cyan value is 44.53%
  • magenta value is 0.00%
  • yellow value is 49.64%
  • key color value is 46.27%
CMYK:
(45,0,50,46)
C45M0Y50K46 
(45%,0%,50%,46%)
(0.45/0.00/0.50/0.46)	

CMYK percentages

%44.53
%0
%49.64
%46.27

Codes

Color #4C8945 in popluar color models

4C8945
RGB7613769
HSL114°33.01%40.39%
HSB/HSV114°49.64%53.73%
CMYK44.53%0.00%49.64%
46.27%

Color #4C8945 in popluar number systems.

HEX4C8945
Decimal7613769
Binary1001100100010011000101
Octal114211105

Shades and tints

Shades of #4C8945

#4C8945
(76,137,69)
#467D3F
(70,125,63)
#407139
(64,113,57)
#3A6533
(58,101,51)
#34592D
(52,89,45)
#2E4D27
(46,77,39)
#284121
(40,65,33)
#22351B
(34,53,27)
#1C2915
(28,41,21)
#161D0F
(22,29,15)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #4C8945

#4C8945
(76,137,69)
#5C9355
(92,147,85)
#6C9D65
(108,157,101)
#7CA775
(124,167,117)
#8CB185
(140,177,133)
#9CBB95
(156,187,149)
#ACC5A5
(172,197,165)
#BCCFB5
(188,207,181)
#CCD9C5
(204,217,197)
#DCE3D5
(220,227,213)
#ECEDE5
(236,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8945 color. Also use rgb(76,137,69) instead hex code.

Text Font Color

.myTextColor { color: #4C8945; }

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

This text font color is #4C8945.


Background Color

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

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

This div background color is #4C8945.


Border color

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

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

This div border color is #4C8945.


Opacity

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

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

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

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

This text has shadow with #4C8945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8945 on black background.


Color preview on white background

This text has color #4C8945 on white background.



Black color preview on #4C8945 background

This text has black color on #4C8945 background.


White color preview on #4C8945 background

This text has white color on #4C8945 background.