COLOR #4C9D5A

HEX: #4C9D5A RGB: (76,157,90)

Color info

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

RGB color model

#4C9D5A color RGB value is (76,157,90).

RGB: (76,157,90) (30%, 62%, 35%)

RGB channels and saturation

R 76 of 255 = 30%
G 157 of 255 = 62%
B 90 of 255 = 35%

76
157
90

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

Portions of RGB colors in percentages

R + G + B = 76 + 157 + 90 = 323 (100%)
R 76 of 323 ~ 23.53%
G 157 of 323 ~ 48.61%
B 90 of 323 ~ 27.86'%

%23.53
%48.61
%27.86

CMYK color model

#4C9D5A color CMYK value is (52,0,43,38).

  • cyan value is 51.59%
  • magenta value is 0.00%
  • yellow value is 42.68%
  • key color value is 38.43%

CMYK: (52,0,43,38)
C52M0Y43K38 (52%, 0%, 43%, 38%)
(0.52 / 0.00 / 0.43 / 0.38)

CMYK percentages

%51.59
%0
%42.68
%38.43

Codes

Color #4C9D5A in popluar color models

4C 9D 5A
RGB 76 157 90
HSL 130° 34.76% 45.69%
HSB/HSV 130° 51.59% 61.57%
CMYK 51.59% 0.00% 42.68%
38.43%

Color #4C9D5A in popluar number systems.

HEX 4C 9D 5A
Decimal 76 157 90
Binary 1001100 10011101 1011010
Octal 114 235 132

Shades and tints

Shades of #4C9D5A

#4C9D5A
(76,157,90)
#468F52
(70,143,82)
#40814A
(64,129,74)
#3A7342
(58,115,66)
#34653A
(52,101,58)
#2E5732
(46,87,50)
#28492A
(40,73,42)
#223B22
(34,59,34)
#1C2D1A
(28,45,26)
#161F12
(22,31,18)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #4C9D5A

#4C9D5A
(76,157,90)
#5CA569
(92,165,105)
#6CAD78
(108,173,120)
#7CB587
(124,181,135)
#8CBD96
(140,189,150)
#9CC5A5
(156,197,165)
#ACCDB4
(172,205,180)
#BCD5C3
(188,213,195)
#CCDDD2
(204,221,210)
#DCE5E1
(220,229,225)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9D5A color. Also use rgb(76,157,90) instead hex code.

Text Font Color

.myTextColor { color: #4C9D5A; }

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

This text font color is #4C9D5A.

Background Color

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

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

This div background color is #4C9D5A.

Border color

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

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

This div border color is #4C9D5A.

Opacity

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

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

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

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

This text has shadow with #4C9D5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C9D5A.

Preview

Color preview on black background

This text has color #4C9D5A on black background.


Color preview on white background

This text has color #4C9D5A on white background.


Black color preview on #4C9D5A background

This text has black color on #4C9D5A background.


White color preview on #4C9D5A background

This text has white color on #4C9D5A background.


Related colors

Complementary color

Complementary color for #hex is #B362A5.


I love getcolorcode.com

Triadic colors

1 #5A4C9D and #9D5A4C with #4C9D5A are triadic colors.

2 #5A9D4C and #9D4C5A with #4C9D5A are triadic colors.