COLOR #4C8F44

HEX: #4C8F44
RGB: (76,143,68)

Color info

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

RGB color model

#4C8F44 color RGB value is (76,143,68).

  • red value is 76;
  • green value is 143;
  • blue value is 68.
RGB:
(76,143,68)
(30%,56%,27%)

RGB channels and saturation

R 76 of 255 = 30%
G 143 of 255 = 56%
B 68 of 255 = 27%

76
143
68

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

Portions of RGB colors in percentages

R + G + B =
76 + 143 + 68 = 287 (100%)
R 76 of 287 ~ 26.48%
G 143 of 287 ~ 49.83%
B 68 of 287 ~ 23.69%

%26.48
%49.83
%23.69

CMYK color model

#4C8F44 color CMYK value is (47,0,52,44).

  • cyan value is 46.85%
  • magenta value is 0.00%
  • yellow value is 52.45%
  • key color value is 43.92%
CMYK:
(47,0,52,44)
C47M0Y52K44 
(47%,0%,52%,44%)
(0.47/0.00/0.52/0.44)	

CMYK percentages

%46.85
%0
%52.45
%43.92

Codes

Color #4C8F44 in popluar color models

4C8F44
RGB7614368
HSL114°35.55%41.37%
HSB/HSV114°52.45%56.08%
CMYK46.85%0.00%52.45%
43.92%

Color #4C8F44 in popluar number systems.

HEX4C8F44
Decimal7614368
Binary1001100100011111000100
Octal114217104

Shades and tints

Shades of #4C8F44

#4C8F44
(76,143,68)
#46823E
(70,130,62)
#407538
(64,117,56)
#3A6832
(58,104,50)
#345B2C
(52,91,44)
#2E4E26
(46,78,38)
#284120
(40,65,32)
#22341A
(34,52,26)
#1C2714
(28,39,20)
#161A0E
(22,26,14)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #4C8F44

#4C8F44
(76,143,68)
#5C9955
(92,153,85)
#6CA366
(108,163,102)
#7CAD77
(124,173,119)
#8CB788
(140,183,136)
#9CC199
(156,193,153)
#ACCBAA
(172,203,170)
#BCD5BB
(188,213,187)
#CCDFCC
(204,223,204)
#DCE9DD
(220,233,221)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8F44 color. Also use rgb(76,143,68) instead hex code.

Text Font Color

.myTextColor { color: #4C8F44; }

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

This text font color is #4C8F44.


Background Color

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

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

This div background color is #4C8F44.


Border color

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

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

This div border color is #4C8F44.


Opacity

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

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

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

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

This text has shadow with #4C8F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8F44 on black background.


Color preview on white background

This text has color #4C8F44 on white background.



Black color preview on #4C8F44 background

This text has black color on #4C8F44 background.


White color preview on #4C8F44 background

This text has white color on #4C8F44 background.