COLOR #4C9F5B

HEX: #4C9F5B
RGB: (76,159,91)

Color info

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

RGB color model

#4C9F5B color RGB value is (76,159,91).

  • red value is 76;
  • green value is 159;
  • blue value is 91.
RGB:
(76,159,91)
(30%,62%,36%)

RGB channels and saturation

R 76 of 255 = 30%
G 159 of 255 = 62%
B 91 of 255 = 36%

76
159
91

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

Portions of RGB colors in percentages

R + G + B =
76 + 159 + 91 = 326 (100%)
R 76 of 326 ~ 23.31%
G 159 of 326 ~ 48.77%
B 91 of 326 ~ 27.91%

%23.31
%48.77
%27.91

CMYK color model

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

  • cyan value is 52.20%
  • magenta value is 0.00%
  • yellow value is 42.77%
  • key color value is 37.65%
CMYK:
(52,0,43,38)
C52M0Y43K38 
(52%,0%,43%,38%)
(0.52/0.00/0.43/0.38)	

CMYK percentages

%52.2
%0
%42.77
%37.65

Codes

Color #4C9F5B in popluar color models

4C9F5B
RGB7615991
HSL131°35.32%46.08%
HSB/HSV131°52.20%62.35%
CMYK52.20%0.00%42.77%
37.65%

Color #4C9F5B in popluar number systems.

HEX4C9F5B
Decimal7615991
Binary1001100100111111011011
Octal114237133

Shades and tints

Shades of #4C9F5B

#4C9F5B
(76,159,91)
#469153
(70,145,83)
#40834B
(64,131,75)
#3A7543
(58,117,67)
#34673B
(52,103,59)
#2E5933
(46,89,51)
#284B2B
(40,75,43)
#223D23
(34,61,35)
#1C2F1B
(28,47,27)
#162113
(22,33,19)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #4C9F5B

#4C9F5B
(76,159,91)
#5CA769
(92,167,105)
#6CAF77
(108,175,119)
#7CB785
(124,183,133)
#8CBF93
(140,191,147)
#9CC7A1
(156,199,161)
#ACCFAF
(172,207,175)
#BCD7BD
(188,215,189)
#CCDFCB
(204,223,203)
#DCE7D9
(220,231,217)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9F5B color. Also use rgb(76,159,91) instead hex code.

Text Font Color

.myTextColor { color: #4C9F5B; }

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

This text font color is #4C9F5B.


Background Color

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

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

This div background color is #4C9F5B.


Border color

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

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

This div border color is #4C9F5B.


Opacity

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

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

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

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

This text has shadow with #4C9F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9F5B on black background.


Color preview on white background

This text has color #4C9F5B on white background.



Black color preview on #4C9F5B background

This text has black color on #4C9F5B background.


White color preview on #4C9F5B background

This text has white color on #4C9F5B background.