COLOR #4FA428

HEX: #4FA428
RGB: (79,164,40)

Color info

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

RGB color model

#4FA428 color RGB value is (79,164,40).

  • red value is 79;
  • green value is 164;
  • blue value is 40.
RGB:
(79,164,40)
(31%,64%,16%)

RGB channels and saturation

R 79 of 255 = 31%
G 164 of 255 = 64%
B 40 of 255 = 16%

79
164
40

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

Portions of RGB colors in percentages

R + G + B =
79 + 164 + 40 = 283 (100%)
R 79 of 283 ~ 27.92%
G 164 of 283 ~ 57.95%
B 40 of 283 ~ 14.13%

%27.92
%57.95
%14.13

CMYK color model

#4FA428 color CMYK value is (52,0,76,36).

  • cyan value is 51.83%
  • magenta value is 0.00%
  • yellow value is 75.61%
  • key color value is 35.69%
CMYK:
(52,0,76,36)
C52M0Y76K36 
(52%,0%,76%,36%)
(0.52/0.00/0.76/0.36)	

CMYK percentages

%51.83
%0
%75.61
%35.69

Codes

Color #4FA428 in popluar color models

4FA428
RGB7916440
HSL101°60.78%40.00%
HSB/HSV101°75.61%64.31%
CMYK51.83%0.00%75.61%
35.69%

Color #4FA428 in popluar number systems.

HEX4FA428
Decimal7916440
Binary100111110100100101000
Octal11724450

Shades and tints

Shades of #4FA428

#4FA428
(79,164,40)
#489625
(72,150,37)
#418822
(65,136,34)
#3A7A1F
(58,122,31)
#336C1C
(51,108,28)
#2C5E19
(44,94,25)
#255016
(37,80,22)
#1E4213
(30,66,19)
#173410
(23,52,16)
#10260D
(16,38,13)
#09180A
(9,24,10)
#000000
(0,0,0)

Tints of #4FA428

#4FA428
(79,164,40)
#5FAC3B
(95,172,59)
#6FB44E
(111,180,78)
#7FBC61
(127,188,97)
#8FC474
(143,196,116)
#9FCC87
(159,204,135)
#AFD49A
(175,212,154)
#BFDCAD
(191,220,173)
#CFE4C0
(207,228,192)
#DFECD3
(223,236,211)
#EFF4E6
(239,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FA428 color. Also use rgb(79,164,40) instead hex code.

Text Font Color

.myTextColor { color: #4FA428; }

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

This text font color is #4FA428.


Background Color

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

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

This div background color is #4FA428.


Border color

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

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

This div border color is #4FA428.


Opacity

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

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

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

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

This text has shadow with #4FA428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FA428 on black background.


Color preview on white background

This text has color #4FA428 on white background.



Black color preview on #4FA428 background

This text has black color on #4FA428 background.


White color preview on #4FA428 background

This text has white color on #4FA428 background.