COLOR #4FAD84

HEX: #4FAD84 RGB: (79,173,132)

Color info

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

RGB color model

#4FAD84 color RGB value is (79,173,132).

RGB: (79,173,132) (31%, 68%, 52%)

RGB channels and saturation

R 79 of 255 = 31%
G 173 of 255 = 68%
B 132 of 255 = 52%

79
173
132

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

Portions of RGB colors in percentages

R + G + B = 79 + 173 + 132 = 384 (100%)
R 79 of 384 ~ 20.57%
G 173 of 384 ~ 45.05%
B 132 of 384 ~ 34.38'%

%20.57
%45.05
%34.38

CMYK color model

#4FAD84 color CMYK value is (54,0,24,32).

  • cyan value is 54.34%
  • magenta value is 0.00%
  • yellow value is 23.70%
  • key color value is 32.16%

CMYK: (54,0,24,32)
C54M0Y24K32 (54%, 0%, 24%, 32%)
(0.54 / 0.00 / 0.24 / 0.32)

CMYK percentages

%54.34
%0
%23.7
%32.16

Codes

Color #4FAD84 in popluar color models

4F AD 84
RGB 79 173 132
HSL 154° 37.30% 49.41%
HSB/HSV 154° 54.34% 67.84%
CMYK 54.34% 0.00% 23.70%
32.16%

Color #4FAD84 in popluar number systems.

HEX 4F AD 84
Decimal 79 173 132
Binary 1001111 10101101 10000100
Octal 117 255 204

Shades and tints

Shades of #4FAD84

#4FAD84
(79,173,132)
#489E78
(72,158,120)
#418F6C
(65,143,108)
#3A8060
(58,128,96)
#337154
(51,113,84)
#2C6248
(44,98,72)
#25533C
(37,83,60)
#1E4430
(30,68,48)
#173524
(23,53,36)
#102618
(16,38,24)
#09170C
(9,23,12)
#000000
(0,0,0)

Tints of #4FAD84

#4FAD84
(79,173,132)
#5FB48F
(95,180,143)
#6FBB9A
(111,187,154)
#7FC2A5
(127,194,165)
#8FC9B0
(143,201,176)
#9FD0BB
(159,208,187)
#AFD7C6
(175,215,198)
#BFDED1
(191,222,209)
#CFE5DC
(207,229,220)
#DFECE7
(223,236,231)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FAD84; }

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

This text font color is #4FAD84.

Background Color

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

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

This div background color is #4FAD84.

Border color

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

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

This div border color is #4FAD84.

Opacity

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

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

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

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

This text has shadow with #4FAD84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FAD84.

Preview

Color preview on black background

This text has color #4FAD84 on black background.


Color preview on white background

This text has color #4FAD84 on white background.


Black color preview on #4FAD84 background

This text has black color on #4FAD84 background.


White color preview on #4FAD84 background

This text has white color on #4FAD84 background.


Related colors

Complementary color

Complementary color for #hex is #B0527B.


I love getcolorcode.com

Triadic colors

1 #844FAD and #AD844F with #4FAD84 are triadic colors.

2 #84AD4F and #AD4F84 with #4FAD84 are triadic colors.