COLOR #4FA462

HEX: #4FA462
RGB: (79,164,98)

Color info

#4FA462 contains mainly green color. Web safe color of #4FA462 is #669966 (or #696).

RGB color model

#4FA462 color RGB value is (79,164,98).

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

RGB channels and saturation

R 79 of 255 = 31%
G 164 of 255 = 64%
B 98 of 255 = 38%

79
164
98

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

Portions of RGB colors in percentages

R + G + B =
79 + 164 + 98 = 341 (100%)
R 79 of 341 ~ 23.17%
G 164 of 341 ~ 48.09%
B 98 of 341 ~ 28.74%

%23.17
%48.09
%28.74

CMYK color model

#4FA462 color CMYK value is (52,0,40,36).

  • cyan value is 51.83%
  • magenta value is 0.00%
  • yellow value is 40.24%
  • key color value is 35.69%
CMYK:
(52,0,40,36)
C52M0Y40K36 
(52%,0%,40%,36%)
(0.52/0.00/0.40/0.36)	

CMYK percentages

%51.83
%0
%40.24
%35.69

Codes

Color #4FA462 in popluar color models

4FA462
RGB7916498
HSL133°34.98%47.65%
HSB/HSV133°51.83%64.31%
CMYK51.83%0.00%40.24%
35.69%

Color #4FA462 in popluar number systems.

HEX4FA462
Decimal7916498
Binary1001111101001001100010
Octal117244142

Shades and tints

Shades of #4FA462

#4FA462
(79,164,98)
#48965A
(72,150,90)
#418852
(65,136,82)
#3A7A4A
(58,122,74)
#336C42
(51,108,66)
#2C5E3A
(44,94,58)
#255032
(37,80,50)
#1E422A
(30,66,42)
#173422
(23,52,34)
#10261A
(16,38,26)
#091812
(9,24,18)
#000000
(0,0,0)

Tints of #4FA462

#4FA462
(79,164,98)
#5FAC70
(95,172,112)
#6FB47E
(111,180,126)
#7FBC8C
(127,188,140)
#8FC49A
(143,196,154)
#9FCCA8
(159,204,168)
#AFD4B6
(175,212,182)
#BFDCC4
(191,220,196)
#CFE4D2
(207,228,210)
#DFECE0
(223,236,224)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FA462; }

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

This text font color is #4FA462.


Background Color

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

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

This div background color is #4FA462.


Border color

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

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

This div border color is #4FA462.


Opacity

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

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

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

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

This text has shadow with #4FA462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FA462 on black background.


Color preview on white background

This text has color #4FA462 on white background.



Black color preview on #4FA462 background

This text has black color on #4FA462 background.


White color preview on #4FA462 background

This text has white color on #4FA462 background.