COLOR #4FA463

HEX: #4FA463 RGB: (79,164,99)

Color info

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

RGB color model

#4FA463 color RGB value is (79,164,99).

RGB: (79,164,99) (31%, 64%, 39%)

RGB channels and saturation

R 79 of 255 = 31%
G 164 of 255 = 64%
B 99 of 255 = 39%

79
164
99

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

Portions of RGB colors in percentages

R + G + B = 79 + 164 + 99 = 342 (100%)
R 79 of 342 ~ 23.1%
G 164 of 342 ~ 47.95%
B 99 of 342 ~ 28.95'%

%23.1
%47.95
%28.95

CMYK color model

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

  • cyan value is 51.83%
  • magenta value is 0.00%
  • yellow value is 39.63%
  • 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
%39.63
%35.69

Codes

Color #4FA463 in popluar color models

4F A4 63
RGB 79 164 99
HSL 134° 34.98% 47.65%
HSB/HSV 134° 51.83% 64.31%
CMYK 51.83% 0.00% 39.63%
35.69%

Color #4FA463 in popluar number systems.

HEX 4F A4 63
Decimal 79 164 99
Binary 1001111 10100100 1100011
Octal 117 244 143

Shades and tints

Shades of #4FA463

#4FA463
(79,164,99)
#48965A
(72,150,90)
#418851
(65,136,81)
#3A7A48
(58,122,72)
#336C3F
(51,108,63)
#2C5E36
(44,94,54)
#25502D
(37,80,45)
#1E4224
(30,66,36)
#17341B
(23,52,27)
#102612
(16,38,18)
#091809
(9,24,9)
#000000
(0,0,0)

Tints of #4FA463

#4FA463
(79,164,99)
#5FAC71
(95,172,113)
#6FB47F
(111,180,127)
#7FBC8D
(127,188,141)
#8FC49B
(143,196,155)
#9FCCA9
(159,204,169)
#AFD4B7
(175,212,183)
#BFDCC5
(191,220,197)
#CFE4D3
(207,228,211)
#DFECE1
(223,236,225)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FA463; }

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

This text font color is #4FA463.

Background Color

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

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

This div background color is #4FA463.

Border color

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

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

This div border color is #4FA463.

Opacity

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

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

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

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

This text has shadow with #4FA463 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FA463.

Preview

Color preview on black background

This text has color #4FA463 on black background.


Color preview on white background

This text has color #4FA463 on white background.


Black color preview on #4FA463 background

This text has black color on #4FA463 background.


White color preview on #4FA463 background

This text has white color on #4FA463 background.


Related colors

Complementary color

Complementary color for #hex is #B05B9C.


I love getcolorcode.com

Triadic colors

1 #634FA4 and #A4634F with #4FA463 are triadic colors.

2 #63A44F and #A44F63 with #4FA463 are triadic colors.