COLOR #4C8D49

HEX: #4C8D49
RGB: (76,141,73)

Color info

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

RGB color model

#4C8D49 color RGB value is (76,141,73).

  • red value is 76;
  • green value is 141;
  • blue value is 73.
RGB:
(76,141,73)
(30%,55%,29%)

RGB channels and saturation

R 76 of 255 = 30%
G 141 of 255 = 55%
B 73 of 255 = 29%

76
141
73

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

Portions of RGB colors in percentages

R + G + B =
76 + 141 + 73 = 290 (100%)
R 76 of 290 ~ 26.21%
G 141 of 290 ~ 48.62%
B 73 of 290 ~ 25.17%

%26.21
%48.62
%25.17

CMYK color model

#4C8D49 color CMYK value is (46,0,48,45).

  • cyan value is 46.10%
  • magenta value is 0.00%
  • yellow value is 48.23%
  • key color value is 44.71%
CMYK:
(46,0,48,45)
C46M0Y48K45 
(46%,0%,48%,45%)
(0.46/0.00/0.48/0.45)	

CMYK percentages

%46.1
%0
%48.23
%44.71

Codes

Color #4C8D49 in popluar color models

4C8D49
RGB7614173
HSL117°31.78%41.96%
HSB/HSV117°48.23%55.29%
CMYK46.10%0.00%48.23%
44.71%

Color #4C8D49 in popluar number systems.

HEX4C8D49
Decimal7614173
Binary1001100100011011001001
Octal114215111

Shades and tints

Shades of #4C8D49

#4C8D49
(76,141,73)
#468143
(70,129,67)
#40753D
(64,117,61)
#3A6937
(58,105,55)
#345D31
(52,93,49)
#2E512B
(46,81,43)
#284525
(40,69,37)
#22391F
(34,57,31)
#1C2D19
(28,45,25)
#162113
(22,33,19)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #4C8D49

#4C8D49
(76,141,73)
#5C9759
(92,151,89)
#6CA169
(108,161,105)
#7CAB79
(124,171,121)
#8CB589
(140,181,137)
#9CBF99
(156,191,153)
#ACC9A9
(172,201,169)
#BCD3B9
(188,211,185)
#CCDDC9
(204,221,201)
#DCE7D9
(220,231,217)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8D49 color. Also use rgb(76,141,73) instead hex code.

Text Font Color

.myTextColor { color: #4C8D49; }

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

This text font color is #4C8D49.


Background Color

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

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

This div background color is #4C8D49.


Border color

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

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

This div border color is #4C8D49.


Opacity

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

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

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

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

This text has shadow with #4C8D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8D49 on black background.


Color preview on white background

This text has color #4C8D49 on white background.



Black color preview on #4C8D49 background

This text has black color on #4C8D49 background.


White color preview on #4C8D49 background

This text has white color on #4C8D49 background.