COLOR #4FA984

HEX: #4FA984 RGB: (79,169,132)

Color info

#4FA984 contains mainly green and blue colors. Web safe color of #4FA984 is #669999 (or #699).

RGB color model

#4FA984 color RGB value is (79,169,132).

RGB: (79,169,132) (31%, 66%, 52%)

RGB channels and saturation

R 79 of 255 = 31%
G 169 of 255 = 66%
B 132 of 255 = 52%

79
169
132

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

Portions of RGB colors in percentages

R + G + B = 79 + 169 + 132 = 380 (100%)
R 79 of 380 ~ 20.79%
G 169 of 380 ~ 44.47%
B 132 of 380 ~ 34.74'%

%20.79
%44.47
%34.74

CMYK color model

#4FA984 color CMYK value is (53,0,22,34).

  • cyan value is 53.25%
  • magenta value is 0.00%
  • yellow value is 21.89%
  • key color value is 33.73%

CMYK: (53,0,22,34)
C53M0Y22K34 (53%, 0%, 22%, 34%)
(0.53 / 0.00 / 0.22 / 0.34)

CMYK percentages

%53.25
%0
%21.89
%33.73

Codes

Color #4FA984 in popluar color models

4F A9 84
RGB 79 169 132
HSL 155° 36.29% 48.63%
HSB/HSV 155° 53.25% 66.27%
CMYK 53.25% 0.00% 21.89%
33.73%

Color #4FA984 in popluar number systems.

HEX 4F A9 84
Decimal 79 169 132
Binary 1001111 10101001 10000100
Octal 117 251 204

Shades and tints

Shades of #4FA984

#4FA984
(79,169,132)
#489A78
(72,154,120)
#418B6C
(65,139,108)
#3A7C60
(58,124,96)
#336D54
(51,109,84)
#2C5E48
(44,94,72)
#254F3C
(37,79,60)
#1E4030
(30,64,48)
#173124
(23,49,36)
#102218
(16,34,24)
#09130C
(9,19,12)
#000000
(0,0,0)

Tints of #4FA984

#4FA984
(79,169,132)
#5FB08F
(95,176,143)
#6FB79A
(111,183,154)
#7FBEA5
(127,190,165)
#8FC5B0
(143,197,176)
#9FCCBB
(159,204,187)
#AFD3C6
(175,211,198)
#BFDAD1
(191,218,209)
#CFE1DC
(207,225,220)
#DFE8E7
(223,232,231)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FA984 color. Also use rgb(79,169,132) instead hex code.

Text Font Color

.myTextColor { color: #4FA984; }

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

This text font color is #4FA984.

Background Color

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

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

This div background color is #4FA984.

Border color

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

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

This div border color is #4FA984.

Opacity

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

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

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

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

This text has shadow with #4FA984 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FA984.

Preview

Color preview on black background

This text has color #4FA984 on black background.


Color preview on white background

This text has color #4FA984 on white background.


Black color preview on #4FA984 background

This text has black color on #4FA984 background.


White color preview on #4FA984 background

This text has white color on #4FA984 background.


Related colors

Complementary color

Complementary color for #hex is #B0567B.


I love getcolorcode.com

Triadic colors

1 #844FA9 and #A9844F with #4FA984 are triadic colors.

2 #84A94F and #A94F84 with #4FA984 are triadic colors.