COLOR #4F9970

HEX: #4F9970 RGB: (79,153,112)

Color info

#4F9970 contains mainly green and blue colors. Web safe color of #4F9970 is #669966 (or #696).

RGB color model

#4F9970 color RGB value is (79,153,112).

RGB: (79,153,112) (31%, 60%, 44%)

RGB channels and saturation

R 79 of 255 = 31%
G 153 of 255 = 60%
B 112 of 255 = 44%

79
153
112

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

Portions of RGB colors in percentages

R + G + B = 79 + 153 + 112 = 344 (100%)
R 79 of 344 ~ 22.97%
G 153 of 344 ~ 44.48%
B 112 of 344 ~ 32.56'%

%22.97
%44.48
%32.56

CMYK color model

#4F9970 color CMYK value is (48,0,27,40).

  • cyan value is 48.37%
  • magenta value is 0.00%
  • yellow value is 26.80%
  • key color value is 40.00%

CMYK: (48,0,27,40)
C48M0Y27K40 (48%, 0%, 27%, 40%)
(0.48 / 0.00 / 0.27 / 0.40)

CMYK percentages

%48.37
%0
%26.8
%40

Codes

Color #4F9970 in popluar color models

4F 99 70
RGB 79 153 112
HSL 147° 31.90% 45.49%
HSB/HSV 147° 48.37% 60.00%
CMYK 48.37% 0.00% 26.80%
40.00%

Color #4F9970 in popluar number systems.

HEX 4F 99 70
Decimal 79 153 112
Binary 1001111 10011001 1110000
Octal 117 231 160

Shades and tints

Shades of #4F9970

#4F9970
(79,153,112)
#488C66
(72,140,102)
#417F5C
(65,127,92)
#3A7252
(58,114,82)
#336548
(51,101,72)
#2C583E
(44,88,62)
#254B34
(37,75,52)
#1E3E2A
(30,62,42)
#173120
(23,49,32)
#102416
(16,36,22)
#09170C
(9,23,12)
#000000
(0,0,0)

Tints of #4F9970

#4F9970
(79,153,112)
#5FA27D
(95,162,125)
#6FAB8A
(111,171,138)
#7FB497
(127,180,151)
#8FBDA4
(143,189,164)
#9FC6B1
(159,198,177)
#AFCFBE
(175,207,190)
#BFD8CB
(191,216,203)
#CFE1D8
(207,225,216)
#DFEAE5
(223,234,229)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9970 color. Also use rgb(79,153,112) instead hex code.

Text Font Color

.myTextColor { color: #4F9970; }

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

This text font color is #4F9970.

Background Color

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

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

This div background color is #4F9970.

Border color

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

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

This div border color is #4F9970.

Opacity

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

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

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

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

This text has shadow with #4F9970 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F9970.

Preview

Color preview on black background

This text has color #4F9970 on black background.


Color preview on white background

This text has color #4F9970 on white background.


Black color preview on #4F9970 background

This text has black color on #4F9970 background.


White color preview on #4F9970 background

This text has white color on #4F9970 background.


Related colors

Complementary color

Complementary color for #hex is #B0668F.


I love getcolorcode.com

Triadic colors

1 #704F99 and #99704F with #4F9970 are triadic colors.

2 #70994F and #994F70 with #4F9970 are triadic colors.