COLOR #4C9556

HEX: #4C9556
RGB: (76,149,86)

Color info

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

RGB color model

#4C9556 color RGB value is (76,149,86).

  • red value is 76;
  • green value is 149;
  • blue value is 86.
RGB:
(76,149,86)
(30%,58%,34%)

RGB channels and saturation

R 76 of 255 = 30%
G 149 of 255 = 58%
B 86 of 255 = 34%

76
149
86

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

Portions of RGB colors in percentages

R + G + B =
76 + 149 + 86 = 311 (100%)
R 76 of 311 ~ 24.44%
G 149 of 311 ~ 47.91%
B 86 of 311 ~ 27.65%

%24.44
%47.91
%27.65

CMYK color model

#4C9556 color CMYK value is (49,0,42,42).

  • cyan value is 48.99%
  • magenta value is 0.00%
  • yellow value is 42.28%
  • key color value is 41.57%
CMYK:
(49,0,42,42)
C49M0Y42K42 
(49%,0%,42%,42%)
(0.49/0.00/0.42/0.42)	

CMYK percentages

%48.99
%0
%42.28
%41.57

Codes

Color #4C9556 in popluar color models

4C9556
RGB7614986
HSL128°32.44%44.12%
HSB/HSV128°48.99%58.43%
CMYK48.99%0.00%42.28%
41.57%

Color #4C9556 in popluar number systems.

HEX4C9556
Decimal7614986
Binary1001100100101011010110
Octal114225126

Shades and tints

Shades of #4C9556

#4C9556
(76,149,86)
#46884F
(70,136,79)
#407B48
(64,123,72)
#3A6E41
(58,110,65)
#34613A
(52,97,58)
#2E5433
(46,84,51)
#28472C
(40,71,44)
#223A25
(34,58,37)
#1C2D1E
(28,45,30)
#162017
(22,32,23)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #4C9556

#4C9556
(76,149,86)
#5C9E65
(92,158,101)
#6CA774
(108,167,116)
#7CB083
(124,176,131)
#8CB992
(140,185,146)
#9CC2A1
(156,194,161)
#ACCBB0
(172,203,176)
#BCD4BF
(188,212,191)
#CCDDCE
(204,221,206)
#DCE6DD
(220,230,221)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9556 color. Also use rgb(76,149,86) instead hex code.

Text Font Color

.myTextColor { color: #4C9556; }

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

This text font color is #4C9556.


Background Color

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

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

This div background color is #4C9556.


Border color

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

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

This div border color is #4C9556.


Opacity

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

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

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

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

This text has shadow with #4C9556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9556 on black background.


Color preview on white background

This text has color #4C9556 on white background.



Black color preview on #4C9556 background

This text has black color on #4C9556 background.


White color preview on #4C9556 background

This text has white color on #4C9556 background.