COLOR #4CA06F

HEX: #4CA06F
RGB: (76,160,111)

Color info

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

RGB color model

#4CA06F color RGB value is (76,160,111).

  • red value is 76;
  • green value is 160;
  • blue value is 111.
RGB:
(76,160,111)
(30%,63%,44%)

RGB channels and saturation

R 76 of 255 = 30%
G 160 of 255 = 63%
B 111 of 255 = 44%

76
160
111

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

Portions of RGB colors in percentages

R + G + B =
76 + 160 + 111 = 347 (100%)
R 76 of 347 ~ 21.9%
G 160 of 347 ~ 46.11%
B 111 of 347 ~ 31.99%

%21.9
%46.11
%31.99

CMYK color model

#4CA06F color CMYK value is (53,0,31,37).

  • cyan value is 52.50%
  • magenta value is 0.00%
  • yellow value is 30.63%
  • key color value is 37.25%
CMYK:
(53,0,31,37)
C53M0Y31K37 
(53%,0%,31%,37%)
(0.53/0.00/0.31/0.37)	

CMYK percentages

%52.5
%0
%30.63
%37.25

Codes

Color #4CA06F in popluar color models

4CA06F
RGB76160111
HSL145°35.59%46.27%
HSB/HSV145°52.50%62.75%
CMYK52.50%0.00%30.63%
37.25%

Color #4CA06F in popluar number systems.

HEX4CA06F
Decimal76160111
Binary1001100101000001101111
Octal114240157

Shades and tints

Shades of #4CA06F

#4CA06F
(76,160,111)
#469265
(70,146,101)
#40845B
(64,132,91)
#3A7651
(58,118,81)
#346847
(52,104,71)
#2E5A3D
(46,90,61)
#284C33
(40,76,51)
#223E29
(34,62,41)
#1C301F
(28,48,31)
#162215
(22,34,21)
#10140B
(16,20,11)
#000000
(0,0,0)

Tints of #4CA06F

#4CA06F
(76,160,111)
#5CA87C
(92,168,124)
#6CB089
(108,176,137)
#7CB896
(124,184,150)
#8CC0A3
(140,192,163)
#9CC8B0
(156,200,176)
#ACD0BD
(172,208,189)
#BCD8CA
(188,216,202)
#CCE0D7
(204,224,215)
#DCE8E4
(220,232,228)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CA06F color. Also use rgb(76,160,111) instead hex code.

Text Font Color

.myTextColor { color: #4CA06F; }

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

This text font color is #4CA06F.


Background Color

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

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

This div background color is #4CA06F.


Border color

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

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

This div border color is #4CA06F.


Opacity

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

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

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

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

This text has shadow with #4CA06F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA06F on black background.


Color preview on white background

This text has color #4CA06F on white background.



Black color preview on #4CA06F background

This text has black color on #4CA06F background.


White color preview on #4CA06F background

This text has white color on #4CA06F background.