COLOR #4FAF70

HEX: #4FAF70 RGB: (79,175,112)

Color info

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

RGB color model

#4FAF70 color RGB value is (79,175,112).

RGB: (79,175,112) (31%, 69%, 44%)

RGB channels and saturation

R 79 of 255 = 31%
G 175 of 255 = 69%
B 112 of 255 = 44%

79
175
112

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

Portions of RGB colors in percentages

R + G + B = 79 + 175 + 112 = 366 (100%)
R 79 of 366 ~ 21.58%
G 175 of 366 ~ 47.81%
B 112 of 366 ~ 30.6'%

%21.58
%47.81
%30.6

CMYK color model

#4FAF70 color CMYK value is (55,0,36,31).

  • cyan value is 54.86%
  • magenta value is 0.00%
  • yellow value is 36.00%
  • key color value is 31.37%

CMYK: (55,0,36,31)
C55M0Y36K31 (55%, 0%, 36%, 31%)
(0.55 / 0.00 / 0.36 / 0.31)

CMYK percentages

%54.86
%0
%36
%31.37

Codes

Color #4FAF70 in popluar color models

4F AF 70
RGB 79 175 112
HSL 141° 37.80% 49.80%
HSB/HSV 141° 54.86% 68.63%
CMYK 54.86% 0.00% 36.00%
31.37%

Color #4FAF70 in popluar number systems.

HEX 4F AF 70
Decimal 79 175 112
Binary 1001111 10101111 1110000
Octal 117 257 160

Shades and tints

Shades of #4FAF70

#4FAF70
(79,175,112)
#48A066
(72,160,102)
#41915C
(65,145,92)
#3A8252
(58,130,82)
#337348
(51,115,72)
#2C643E
(44,100,62)
#255534
(37,85,52)
#1E462A
(30,70,42)
#173720
(23,55,32)
#102816
(16,40,22)
#09190C
(9,25,12)
#000000
(0,0,0)

Tints of #4FAF70

#4FAF70
(79,175,112)
#5FB67D
(95,182,125)
#6FBD8A
(111,189,138)
#7FC497
(127,196,151)
#8FCBA4
(143,203,164)
#9FD2B1
(159,210,177)
#AFD9BE
(175,217,190)
#BFE0CB
(191,224,203)
#CFE7D8
(207,231,216)
#DFEEE5
(223,238,229)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FAF70; }

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

This text font color is #4FAF70.

Background Color

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

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

This div background color is #4FAF70.

Border color

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

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

This div border color is #4FAF70.

Opacity

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

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

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

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

This text has shadow with #4FAF70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FAF70.

Preview

Color preview on black background

This text has color #4FAF70 on black background.


Color preview on white background

This text has color #4FAF70 on white background.


Black color preview on #4FAF70 background

This text has black color on #4FAF70 background.


White color preview on #4FAF70 background

This text has white color on #4FAF70 background.


Related colors

Complementary color

Complementary color for #hex is #B0508F.


I love getcolorcode.com

Triadic colors

1 #704FAF and #AF704F with #4FAF70 are triadic colors.

2 #70AF4F and #AF4F70 with #4FAF70 are triadic colors.