COLOR #4C8951

HEX: #4C8951
RGB: (76,137,81)

Color info

#4C8951 contains mainly green and blue colors. Web safe color of #4C8951 is #339966 (or #396).

RGB color model

#4C8951 color RGB value is (76,137,81).

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

RGB channels and saturation

R 76 of 255 = 30%
G 137 of 255 = 54%
B 81 of 255 = 32%

76
137
81

R + G + B ~ 39%. #4C8951 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 137 + 81 = 294 (100%)
R 76 of 294 ~ 25.85%
G 137 of 294 ~ 46.6%
B 81 of 294 ~ 27.55%

%25.85
%46.6
%27.55

CMYK color model

#4C8951 color CMYK value is (45,0,41,46).

  • cyan value is 44.53%
  • magenta value is 0.00%
  • yellow value is 40.88%
  • key color value is 46.27%
CMYK:
(45,0,41,46)
C45M0Y41K46 
(45%,0%,41%,46%)
(0.45/0.00/0.41/0.46)	

CMYK percentages

%44.53
%0
%40.88
%46.27

Codes

Color #4C8951 in popluar color models

4C8951
RGB7613781
HSL125°28.64%41.76%
HSB/HSV125°44.53%53.73%
CMYK44.53%0.00%40.88%
46.27%

Color #4C8951 in popluar number systems.

HEX4C8951
Decimal7613781
Binary1001100100010011010001
Octal114211121

Shades and tints

Shades of #4C8951

#4C8951
(76,137,81)
#467D4A
(70,125,74)
#407143
(64,113,67)
#3A653C
(58,101,60)
#345935
(52,89,53)
#2E4D2E
(46,77,46)
#284127
(40,65,39)
#223520
(34,53,32)
#1C2919
(28,41,25)
#161D12
(22,29,18)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #4C8951

#4C8951
(76,137,81)
#5C9360
(92,147,96)
#6C9D6F
(108,157,111)
#7CA77E
(124,167,126)
#8CB18D
(140,177,141)
#9CBB9C
(156,187,156)
#ACC5AB
(172,197,171)
#BCCFBA
(188,207,186)
#CCD9C9
(204,217,201)
#DCE3D8
(220,227,216)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8951; }

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

This text font color is #4C8951.


Background Color

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

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

This div background color is #4C8951.


Border color

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

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

This div border color is #4C8951.


Opacity

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

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

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

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

This text has shadow with #4C8951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8951 on black background.


Color preview on white background

This text has color #4C8951 on white background.



Black color preview on #4C8951 background

This text has black color on #4C8951 background.


White color preview on #4C8951 background

This text has white color on #4C8951 background.