COLOR #4C9D70

HEX: #4C9D70
RGB: (76,157,112)

Color info

#4C9D70 contains mainly green and blue colors. Web safe color of #4C9D70 is #339966 (or #396).

RGB color model

#4C9D70 color RGB value is (76,157,112).

  • red value is 76;
  • green value is 157;
  • blue value is 112.
RGB:
(76,157,112)
(30%,62%,44%)

RGB channels and saturation

R 76 of 255 = 30%
G 157 of 255 = 62%
B 112 of 255 = 44%

76
157
112

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

Portions of RGB colors in percentages

R + G + B =
76 + 157 + 112 = 345 (100%)
R 76 of 345 ~ 22.03%
G 157 of 345 ~ 45.51%
B 112 of 345 ~ 32.46%

%22.03
%45.51
%32.46

CMYK color model

#4C9D70 color CMYK value is (52,0,29,38).

  • cyan value is 51.59%
  • magenta value is 0.00%
  • yellow value is 28.66%
  • key color value is 38.43%
CMYK:
(52,0,29,38)
C52M0Y29K38 
(52%,0%,29%,38%)
(0.52/0.00/0.29/0.38)	

CMYK percentages

%51.59
%0
%28.66
%38.43

Codes

Color #4C9D70 in popluar color models

4C9D70
RGB76157112
HSL147°34.76%45.69%
HSB/HSV147°51.59%61.57%
CMYK51.59%0.00%28.66%
38.43%

Color #4C9D70 in popluar number systems.

HEX4C9D70
Decimal76157112
Binary1001100100111011110000
Octal114235160

Shades and tints

Shades of #4C9D70

#4C9D70
(76,157,112)
#468F66
(70,143,102)
#40815C
(64,129,92)
#3A7352
(58,115,82)
#346548
(52,101,72)
#2E573E
(46,87,62)
#284934
(40,73,52)
#223B2A
(34,59,42)
#1C2D20
(28,45,32)
#161F16
(22,31,22)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #4C9D70

#4C9D70
(76,157,112)
#5CA57D
(92,165,125)
#6CAD8A
(108,173,138)
#7CB597
(124,181,151)
#8CBDA4
(140,189,164)
#9CC5B1
(156,197,177)
#ACCDBE
(172,205,190)
#BCD5CB
(188,213,203)
#CCDDD8
(204,221,216)
#DCE5E5
(220,229,229)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C9D70; }

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

This text font color is #4C9D70.


Background Color

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

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

This div background color is #4C9D70.


Border color

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

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

This div border color is #4C9D70.


Opacity

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

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

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

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

This text has shadow with #4C9D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9D70 on black background.


Color preview on white background

This text has color #4C9D70 on white background.



Black color preview on #4C9D70 background

This text has black color on #4C9D70 background.


White color preview on #4C9D70 background

This text has white color on #4C9D70 background.