COLOR #4FA362

HEX: #4FA362
RGB: (79,163,98)

Color info

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

RGB color model

#4FA362 color RGB value is (79,163,98).

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

RGB channels and saturation

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

79
163
98

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

Portions of RGB colors in percentages

R + G + B =
79 + 163 + 98 = 340 (100%)
R 79 of 340 ~ 23.24%
G 163 of 340 ~ 47.94%
B 98 of 340 ~ 28.82%

%23.24
%47.94
%28.82

CMYK color model

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

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

CMYK percentages

%51.53
%0
%39.88
%36.08

Codes

Color #4FA362 in popluar color models

4FA362
RGB7916398
HSL134°34.71%47.45%
HSB/HSV134°51.53%63.92%
CMYK51.53%0.00%39.88%
36.08%

Color #4FA362 in popluar number systems.

HEX4FA362
Decimal7916398
Binary1001111101000111100010
Octal117243142

Shades and tints

Shades of #4FA362

#4FA362
(79,163,98)
#48955A
(72,149,90)
#418752
(65,135,82)
#3A794A
(58,121,74)
#336B42
(51,107,66)
#2C5D3A
(44,93,58)
#254F32
(37,79,50)
#1E412A
(30,65,42)
#173322
(23,51,34)
#10251A
(16,37,26)
#091712
(9,23,18)
#000000
(0,0,0)

Tints of #4FA362

#4FA362
(79,163,98)
#5FAB70
(95,171,112)
#6FB37E
(111,179,126)
#7FBB8C
(127,187,140)
#8FC39A
(143,195,154)
#9FCBA8
(159,203,168)
#AFD3B6
(175,211,182)
#BFDBC4
(191,219,196)
#CFE3D2
(207,227,210)
#DFEBE0
(223,235,224)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FA362; }

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

This text font color is #4FA362.


Background Color

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

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

This div background color is #4FA362.


Border color

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

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

This div border color is #4FA362.


Opacity

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

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

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

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

This text has shadow with #4FA362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FA362 on black background.


Color preview on white background

This text has color #4FA362 on white background.



Black color preview on #4FA362 background

This text has black color on #4FA362 background.


White color preview on #4FA362 background

This text has white color on #4FA362 background.