COLOR #4C9B50

HEX: #4C9B50
RGB: (76,155,80)

Color info

#4C9B50 contains mainly green color. Web safe color of #4C9B50 is #339966 (or #396).

RGB color model

#4C9B50 color RGB value is (76,155,80).

  • red value is 76;
  • green value is 155;
  • blue value is 80.
RGB:
(76,155,80)
(30%,61%,31%)

RGB channels and saturation

R 76 of 255 = 30%
G 155 of 255 = 61%
B 80 of 255 = 31%

76
155
80

R + G + B ~ 41%. #4C9B50 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
76 + 155 + 80 = 311 (100%)
R 76 of 311 ~ 24.44%
G 155 of 311 ~ 49.84%
B 80 of 311 ~ 25.72%

%24.44
%49.84
%25.72

CMYK color model

#4C9B50 color CMYK value is (51,0,48,39).

  • cyan value is 50.97%
  • magenta value is 0.00%
  • yellow value is 48.39%
  • key color value is 39.22%
CMYK:
(51,0,48,39)
C51M0Y48K39 
(51%,0%,48%,39%)
(0.51/0.00/0.48/0.39)	

CMYK percentages

%50.97
%0
%48.39
%39.22

Codes

Color #4C9B50 in popluar color models

4C9B50
RGB7615580
HSL123°34.20%45.29%
HSB/HSV123°50.97%60.78%
CMYK50.97%0.00%48.39%
39.22%

Color #4C9B50 in popluar number systems.

HEX4C9B50
Decimal7615580
Binary1001100100110111010000
Octal114233120

Shades and tints

Shades of #4C9B50

#4C9B50
(76,155,80)
#468D49
(70,141,73)
#407F42
(64,127,66)
#3A713B
(58,113,59)
#346334
(52,99,52)
#2E552D
(46,85,45)
#284726
(40,71,38)
#22391F
(34,57,31)
#1C2B18
(28,43,24)
#161D11
(22,29,17)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #4C9B50

#4C9B50
(76,155,80)
#5CA45F
(92,164,95)
#6CAD6E
(108,173,110)
#7CB67D
(124,182,125)
#8CBF8C
(140,191,140)
#9CC89B
(156,200,155)
#ACD1AA
(172,209,170)
#BCDAB9
(188,218,185)
#CCE3C8
(204,227,200)
#DCECD7
(220,236,215)
#ECF5E6
(236,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9B50 color. Also use rgb(76,155,80) instead hex code.

Text Font Color

.myTextColor { color: #4C9B50; }

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

This text font color is #4C9B50.


Background Color

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

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

This div background color is #4C9B50.


Border color

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

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

This div border color is #4C9B50.


Opacity

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

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

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

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

This text has shadow with #4C9B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9B50 on black background.


Color preview on white background

This text has color #4C9B50 on white background.



Black color preview on #4C9B50 background

This text has black color on #4C9B50 background.


White color preview on #4C9B50 background

This text has white color on #4C9B50 background.