COLOR #4FAC2C

HEX: #4FAC2C
RGB: (79,172,44)

Color info

#4FAC2C contains mainly green color. Web safe color of #4FAC2C is #669933 (or #693).

RGB color model

#4FAC2C color RGB value is (79,172,44).

  • red value is 79;
  • green value is 172;
  • blue value is 44.
RGB:
(79,172,44)
(31%,67%,17%)

RGB channels and saturation

R 79 of 255 = 31%
G 172 of 255 = 67%
B 44 of 255 = 17%

79
172
44

R + G + B ~ 38%. #4FAC2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 172 + 44 = 295 (100%)
R 79 of 295 ~ 26.78%
G 172 of 295 ~ 58.31%
B 44 of 295 ~ 14.92%

%26.78
%58.31
%14.92

CMYK color model

#4FAC2C color CMYK value is (54,0,74,33).

  • cyan value is 54.07%
  • magenta value is 0.00%
  • yellow value is 74.42%
  • key color value is 32.55%
CMYK:
(54,0,74,33)
C54M0Y74K33 
(54%,0%,74%,33%)
(0.54/0.00/0.74/0.33)	

CMYK percentages

%54.07
%0
%74.42
%32.55

Codes

Color #4FAC2C in popluar color models

4FAC2C
RGB7917244
HSL104°59.26%42.35%
HSB/HSV104°74.42%67.45%
CMYK54.07%0.00%74.42%
32.55%

Color #4FAC2C in popluar number systems.

HEX4FAC2C
Decimal7917244
Binary100111110101100101100
Octal11725454

Shades and tints

Shades of #4FAC2C

#4FAC2C
(79,172,44)
#489D28
(72,157,40)
#418E24
(65,142,36)
#3A7F20
(58,127,32)
#33701C
(51,112,28)
#2C6118
(44,97,24)
#255214
(37,82,20)
#1E4310
(30,67,16)
#17340C
(23,52,12)
#102508
(16,37,8)
#091604
(9,22,4)
#000000
(0,0,0)

Tints of #4FAC2C

#4FAC2C
(79,172,44)
#5FB33F
(95,179,63)
#6FBA52
(111,186,82)
#7FC165
(127,193,101)
#8FC878
(143,200,120)
#9FCF8B
(159,207,139)
#AFD69E
(175,214,158)
#BFDDB1
(191,221,177)
#CFE4C4
(207,228,196)
#DFEBD7
(223,235,215)
#EFF2EA
(239,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FAC2C color. Also use rgb(79,172,44) instead hex code.

Text Font Color

.myTextColor { color: #4FAC2C; }

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

This text font color is #4FAC2C.


Background Color

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

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

This div background color is #4FAC2C.


Border color

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

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

This div border color is #4FAC2C.


Opacity

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

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

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

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

This text has shadow with #4FAC2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FAC2C on black background.


Color preview on white background

This text has color #4FAC2C on white background.



Black color preview on #4FAC2C background

This text has black color on #4FAC2C background.


White color preview on #4FAC2C background

This text has white color on #4FAC2C background.