COLOR #4C8D46

HEX: #4C8D46
RGB: (76,141,70)

Color info

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

RGB color model

#4C8D46 color RGB value is (76,141,70).

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

RGB channels and saturation

R 76 of 255 = 30%
G 141 of 255 = 55%
B 70 of 255 = 27%

76
141
70

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

Portions of RGB colors in percentages

R + G + B =
76 + 141 + 70 = 287 (100%)
R 76 of 287 ~ 26.48%
G 141 of 287 ~ 49.13%
B 70 of 287 ~ 24.39%

%26.48
%49.13
%24.39

CMYK color model

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

  • cyan value is 46.10%
  • magenta value is 0.00%
  • yellow value is 50.35%
  • key color value is 44.71%
CMYK:
(46,0,50,45)
C46M0Y50K45 
(46%,0%,50%,45%)
(0.46/0.00/0.50/0.45)	

CMYK percentages

%46.1
%0
%50.35
%44.71

Codes

Color #4C8D46 in popluar color models

4C8D46
RGB7614170
HSL115°33.65%41.37%
HSB/HSV115°50.35%55.29%
CMYK46.10%0.00%50.35%
44.71%

Color #4C8D46 in popluar number systems.

HEX4C8D46
Decimal7614170
Binary1001100100011011000110
Octal114215106

Shades and tints

Shades of #4C8D46

#4C8D46
(76,141,70)
#468140
(70,129,64)
#40753A
(64,117,58)
#3A6934
(58,105,52)
#345D2E
(52,93,46)
#2E5128
(46,81,40)
#284522
(40,69,34)
#22391C
(34,57,28)
#1C2D16
(28,45,22)
#162110
(22,33,16)
#10150A
(16,21,10)
#000000
(0,0,0)

Tints of #4C8D46

#4C8D46
(76,141,70)
#5C9756
(92,151,86)
#6CA166
(108,161,102)
#7CAB76
(124,171,118)
#8CB586
(140,181,134)
#9CBF96
(156,191,150)
#ACC9A6
(172,201,166)
#BCD3B6
(188,211,182)
#CCDDC6
(204,221,198)
#DCE7D6
(220,231,214)
#ECF1E6
(236,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8D46; }

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

This text font color is #4C8D46.


Background Color

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

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

This div background color is #4C8D46.


Border color

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

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

This div border color is #4C8D46.


Opacity

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

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

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

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

This text has shadow with #4C8D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8D46 on black background.


Color preview on white background

This text has color #4C8D46 on white background.



Black color preview on #4C8D46 background

This text has black color on #4C8D46 background.


White color preview on #4C8D46 background

This text has white color on #4C8D46 background.