COLOR #4C9C66

HEX: #4C9C66
RGB: (76,156,102)

Color info

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

RGB color model

#4C9C66 color RGB value is (76,156,102).

  • red value is 76;
  • green value is 156;
  • blue value is 102.
RGB:
(76,156,102)
(30%,61%,40%)

RGB channels and saturation

R 76 of 255 = 30%
G 156 of 255 = 61%
B 102 of 255 = 40%

76
156
102

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

Portions of RGB colors in percentages

R + G + B =
76 + 156 + 102 = 334 (100%)
R 76 of 334 ~ 22.75%
G 156 of 334 ~ 46.71%
B 102 of 334 ~ 30.54%

%22.75
%46.71
%30.54

CMYK color model

#4C9C66 color CMYK value is (51,0,35,39).

  • cyan value is 51.28%
  • magenta value is 0.00%
  • yellow value is 34.62%
  • key color value is 38.82%
CMYK:
(51,0,35,39)
C51M0Y35K39 
(51%,0%,35%,39%)
(0.51/0.00/0.35/0.39)	

CMYK percentages

%51.28
%0
%34.62
%38.82

Codes

Color #4C9C66 in popluar color models

4C9C66
RGB76156102
HSL140°34.48%45.49%
HSB/HSV140°51.28%61.18%
CMYK51.28%0.00%34.62%
38.82%

Color #4C9C66 in popluar number systems.

HEX4C9C66
Decimal76156102
Binary1001100100111001100110
Octal114234146

Shades and tints

Shades of #4C9C66

#4C9C66
(76,156,102)
#468E5D
(70,142,93)
#408054
(64,128,84)
#3A724B
(58,114,75)
#346442
(52,100,66)
#2E5639
(46,86,57)
#284830
(40,72,48)
#223A27
(34,58,39)
#1C2C1E
(28,44,30)
#161E15
(22,30,21)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #4C9C66

#4C9C66
(76,156,102)
#5CA573
(92,165,115)
#6CAE80
(108,174,128)
#7CB78D
(124,183,141)
#8CC09A
(140,192,154)
#9CC9A7
(156,201,167)
#ACD2B4
(172,210,180)
#BCDBC1
(188,219,193)
#CCE4CE
(204,228,206)
#DCEDDB
(220,237,219)
#ECF6E8
(236,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9C66 color. Also use rgb(76,156,102) instead hex code.

Text Font Color

.myTextColor { color: #4C9C66; }

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

This text font color is #4C9C66.


Background Color

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

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

This div background color is #4C9C66.


Border color

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

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

This div border color is #4C9C66.


Opacity

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

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

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

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

This text has shadow with #4C9C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9C66 on black background.


Color preview on white background

This text has color #4C9C66 on white background.



Black color preview on #4C9C66 background

This text has black color on #4C9C66 background.


White color preview on #4C9C66 background

This text has white color on #4C9C66 background.