COLOR #4C954F

HEX: #4C954F RGB: (76,149,79)

Color info

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

RGB color model

#4C954F color RGB value is (76,149,79).

RGB: (76,149,79) (30%, 58%, 31%)

RGB channels and saturation

R 76 of 255 = 30%
G 149 of 255 = 58%
B 79 of 255 = 31%

76
149
79

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

Portions of RGB colors in percentages

R + G + B = 76 + 149 + 79 = 304 (100%)
R 76 of 304 ~ 25%
G 149 of 304 ~ 49.01%
B 79 of 304 ~ 25.99'%

%25
%49.01
%25.99

CMYK color model

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

  • cyan value is 48.99%
  • magenta value is 0.00%
  • yellow value is 46.98%
  • key color value is 41.57%

CMYK: (49,0,47,42)
C49M0Y47K42 (49%, 0%, 47%, 42%)
(0.49 / 0.00 / 0.47 / 0.42)

CMYK percentages

%48.99
%0
%46.98
%41.57

Codes

Color #4C954F in popluar color models

4C 95 4F
RGB 76 149 79
HSL 122° 32.44% 44.12%
HSB/HSV 122° 48.99% 58.43%
CMYK 48.99% 0.00% 46.98%
41.57%

Color #4C954F in popluar number systems.

HEX 4C 95 4F
Decimal 76 149 79
Binary 1001100 10010101 1001111
Octal 114 225 117

Shades and tints

Shades of #4C954F

#4C954F
(76,149,79)
#468848
(70,136,72)
#407B41
(64,123,65)
#3A6E3A
(58,110,58)
#346133
(52,97,51)
#2E542C
(46,84,44)
#284725
(40,71,37)
#223A1E
(34,58,30)
#1C2D17
(28,45,23)
#162010
(22,32,16)
#101309
(16,19,9)
#000000
(0,0,0)

Tints of #4C954F

#4C954F
(76,149,79)
#5C9E5F
(92,158,95)
#6CA76F
(108,167,111)
#7CB07F
(124,176,127)
#8CB98F
(140,185,143)
#9CC29F
(156,194,159)
#ACCBAF
(172,203,175)
#BCD4BF
(188,212,191)
#CCDDCF
(204,221,207)
#DCE6DF
(220,230,223)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C954F; }

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

This text font color is #4C954F.

Background Color

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

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

This div background color is #4C954F.

Border color

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

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

This div border color is #4C954F.

Opacity

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

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

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

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

This text has shadow with #4C954F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C954F.

Preview

Color preview on black background

This text has color #4C954F on black background.


Color preview on white background

This text has color #4C954F on white background.


Black color preview on #4C954F background

This text has black color on #4C954F background.


White color preview on #4C954F background

This text has white color on #4C954F background.


Related colors

Complementary color

Complementary color for #hex is #B36AB0.


I love getcolorcode.com

Triadic colors

1 #4F4C95 and #954F4C with #4C954F are triadic colors.

2 #4F954C and #954C4F with #4C954F are triadic colors.