COLOR #4C894D

HEX: #4C894D
RGB: (76,137,77)

Color info

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

RGB color model

#4C894D color RGB value is (76,137,77).

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

RGB channels and saturation

R 76 of 255 = 30%
G 137 of 255 = 54%
B 77 of 255 = 30%

76
137
77

R + G + B ~ 38%. #4C894D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 137 + 77 = 290 (100%)
R 76 of 290 ~ 26.21%
G 137 of 290 ~ 47.24%
B 77 of 290 ~ 26.55%

%26.21
%47.24
%26.55

CMYK color model

#4C894D color CMYK value is (45,0,44,46).

  • cyan value is 44.53%
  • magenta value is 0.00%
  • yellow value is 43.80%
  • key color value is 46.27%
CMYK:
(45,0,44,46)
C45M0Y44K46 
(45%,0%,44%,46%)
(0.45/0.00/0.44/0.46)	

CMYK percentages

%44.53
%0
%43.8
%46.27

Codes

Color #4C894D in popluar color models

4C894D
RGB7613777
HSL121°28.64%41.76%
HSB/HSV121°44.53%53.73%
CMYK44.53%0.00%43.80%
46.27%

Color #4C894D in popluar number systems.

HEX4C894D
Decimal7613777
Binary1001100100010011001101
Octal114211115

Shades and tints

Shades of #4C894D

#4C894D
(76,137,77)
#467D46
(70,125,70)
#40713F
(64,113,63)
#3A6538
(58,101,56)
#345931
(52,89,49)
#2E4D2A
(46,77,42)
#284123
(40,65,35)
#22351C
(34,53,28)
#1C2915
(28,41,21)
#161D0E
(22,29,14)
#101107
(16,17,7)
#000000
(0,0,0)

Tints of #4C894D

#4C894D
(76,137,77)
#5C935D
(92,147,93)
#6C9D6D
(108,157,109)
#7CA77D
(124,167,125)
#8CB18D
(140,177,141)
#9CBB9D
(156,187,157)
#ACC5AD
(172,197,173)
#BCCFBD
(188,207,189)
#CCD9CD
(204,217,205)
#DCE3DD
(220,227,221)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C894D; }

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

This text font color is #4C894D.


Background Color

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

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

This div background color is #4C894D.


Border color

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

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

This div border color is #4C894D.


Opacity

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

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

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

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

This text has shadow with #4C894D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C894D on black background.


Color preview on white background

This text has color #4C894D on white background.



Black color preview on #4C894D background

This text has black color on #4C894D background.


White color preview on #4C894D background

This text has white color on #4C894D background.