COLOR #4C9A6E

HEX: #4C9A6E
RGB: (76,154,110)

Color info

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

RGB color model

#4C9A6E color RGB value is (76,154,110).

  • red value is 76;
  • green value is 154;
  • blue value is 110.
RGB:
(76,154,110)
(30%,60%,43%)

RGB channels and saturation

R 76 of 255 = 30%
G 154 of 255 = 60%
B 110 of 255 = 43%

76
154
110

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

Portions of RGB colors in percentages

R + G + B =
76 + 154 + 110 = 340 (100%)
R 76 of 340 ~ 22.35%
G 154 of 340 ~ 45.29%
B 110 of 340 ~ 32.35%

%22.35
%45.29
%32.35

CMYK color model

#4C9A6E color CMYK value is (51,0,29,40).

  • cyan value is 50.65%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 39.61%
CMYK:
(51,0,29,40)
C51M0Y29K40 
(51%,0%,29%,40%)
(0.51/0.00/0.29/0.40)	

CMYK percentages

%50.65
%0
%28.57
%39.61

Codes

Color #4C9A6E in popluar color models

4C9A6E
RGB76154110
HSL146°33.91%45.10%
HSB/HSV146°50.65%60.39%
CMYK50.65%0.00%28.57%
39.61%

Color #4C9A6E in popluar number systems.

HEX4C9A6E
Decimal76154110
Binary1001100100110101101110
Octal114232156

Shades and tints

Shades of #4C9A6E

#4C9A6E
(76,154,110)
#468C64
(70,140,100)
#407E5A
(64,126,90)
#3A7050
(58,112,80)
#346246
(52,98,70)
#2E543C
(46,84,60)
#284632
(40,70,50)
#223828
(34,56,40)
#1C2A1E
(28,42,30)
#161C14
(22,28,20)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #4C9A6E

#4C9A6E
(76,154,110)
#5CA37B
(92,163,123)
#6CAC88
(108,172,136)
#7CB595
(124,181,149)
#8CBEA2
(140,190,162)
#9CC7AF
(156,199,175)
#ACD0BC
(172,208,188)
#BCD9C9
(188,217,201)
#CCE2D6
(204,226,214)
#DCEBE3
(220,235,227)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9A6E color. Also use rgb(76,154,110) instead hex code.

Text Font Color

.myTextColor { color: #4C9A6E; }

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

This text font color is #4C9A6E.


Background Color

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

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

This div background color is #4C9A6E.


Border color

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

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

This div border color is #4C9A6E.


Opacity

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

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

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

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

This text has shadow with #4C9A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9A6E on black background.


Color preview on white background

This text has color #4C9A6E on white background.



Black color preview on #4C9A6E background

This text has black color on #4C9A6E background.


White color preview on #4C9A6E background

This text has white color on #4C9A6E background.