COLOR #4CA62C

HEX: #4CA62C
RGB: (76,166,44)

Color info

#4CA62C contains mainly green color. Web safe color of #4CA62C is #339933 (or #393).

RGB color model

#4CA62C color RGB value is (76,166,44).

  • red value is 76;
  • green value is 166;
  • blue value is 44.
RGB:
(76,166,44)
(30%,65%,17%)

RGB channels and saturation

R 76 of 255 = 30%
G 166 of 255 = 65%
B 44 of 255 = 17%

76
166
44

R + G + B ~ 37%. #4CA62C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 166 + 44 = 286 (100%)
R 76 of 286 ~ 26.57%
G 166 of 286 ~ 58.04%
B 44 of 286 ~ 15.38%

%26.57
%58.04
%15.38

CMYK color model

#4CA62C color CMYK value is (54,0,73,35).

  • cyan value is 54.22%
  • magenta value is 0.00%
  • yellow value is 73.49%
  • key color value is 34.90%
CMYK:
(54,0,73,35)
C54M0Y73K35 
(54%,0%,73%,35%)
(0.54/0.00/0.73/0.35)	

CMYK percentages

%54.22
%0
%73.49
%34.9

Codes

Color #4CA62C in popluar color models

4CA62C
RGB7616644
HSL104°58.10%41.18%
HSB/HSV104°73.49%65.10%
CMYK54.22%0.00%73.49%
34.90%

Color #4CA62C in popluar number systems.

HEX4CA62C
Decimal7616644
Binary100110010100110101100
Octal11424654

Shades and tints

Shades of #4CA62C

#4CA62C
(76,166,44)
#469728
(70,151,40)
#408824
(64,136,36)
#3A7920
(58,121,32)
#346A1C
(52,106,28)
#2E5B18
(46,91,24)
#284C14
(40,76,20)
#223D10
(34,61,16)
#1C2E0C
(28,46,12)
#161F08
(22,31,8)
#101004
(16,16,4)
#000000
(0,0,0)

Tints of #4CA62C

#4CA62C
(76,166,44)
#5CAE3F
(92,174,63)
#6CB652
(108,182,82)
#7CBE65
(124,190,101)
#8CC678
(140,198,120)
#9CCE8B
(156,206,139)
#ACD69E
(172,214,158)
#BCDEB1
(188,222,177)
#CCE6C4
(204,230,196)
#DCEED7
(220,238,215)
#ECF6EA
(236,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CA62C color. Also use rgb(76,166,44) instead hex code.

Text Font Color

.myTextColor { color: #4CA62C; }

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

This text font color is #4CA62C.


Background Color

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

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

This div background color is #4CA62C.


Border color

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

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

This div border color is #4CA62C.


Opacity

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

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

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

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

This text has shadow with #4CA62C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA62C on black background.


Color preview on white background

This text has color #4CA62C on white background.



Black color preview on #4CA62C background

This text has black color on #4CA62C background.


White color preview on #4CA62C background

This text has white color on #4CA62C background.