COLOR #4FA568

HEX: #4FA568 RGB: (79,165,104)

Color info

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

RGB color model

#4FA568 color RGB value is (79,165,104).

RGB: (79,165,104) (31%, 65%, 41%)

RGB channels and saturation

R 79 of 255 = 31%
G 165 of 255 = 65%
B 104 of 255 = 41%

79
165
104

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

Portions of RGB colors in percentages

R + G + B = 79 + 165 + 104 = 348 (100%)
R 79 of 348 ~ 22.7%
G 165 of 348 ~ 47.41%
B 104 of 348 ~ 29.89'%

%22.7
%47.41
%29.89

CMYK color model

#4FA568 color CMYK value is (52,0,37,35).

  • cyan value is 52.12%
  • magenta value is 0.00%
  • yellow value is 36.97%
  • key color value is 35.29%

CMYK: (52,0,37,35)
C52M0Y37K35 (52%, 0%, 37%, 35%)
(0.52 / 0.00 / 0.37 / 0.35)

CMYK percentages

%52.12
%0
%36.97
%35.29

Codes

Color #4FA568 in popluar color models

4F A5 68
RGB 79 165 104
HSL 137° 35.25% 47.84%
HSB/HSV 137° 52.12% 64.71%
CMYK 52.12% 0.00% 36.97%
35.29%

Color #4FA568 in popluar number systems.

HEX 4F A5 68
Decimal 79 165 104
Binary 1001111 10100101 1101000
Octal 117 245 150

Shades and tints

Shades of #4FA568

#4FA568
(79,165,104)
#48965F
(72,150,95)
#418756
(65,135,86)
#3A784D
(58,120,77)
#336944
(51,105,68)
#2C5A3B
(44,90,59)
#254B32
(37,75,50)
#1E3C29
(30,60,41)
#172D20
(23,45,32)
#101E17
(16,30,23)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #4FA568

#4FA568
(79,165,104)
#5FAD75
(95,173,117)
#6FB582
(111,181,130)
#7FBD8F
(127,189,143)
#8FC59C
(143,197,156)
#9FCDA9
(159,205,169)
#AFD5B6
(175,213,182)
#BFDDC3
(191,221,195)
#CFE5D0
(207,229,208)
#DFEDDD
(223,237,221)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FA568 color. Also use rgb(79,165,104) instead hex code.

Text Font Color

.myTextColor { color: #4FA568; }

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

This text font color is #4FA568.

Background Color

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

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

This div background color is #4FA568.

Border color

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

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

This div border color is #4FA568.

Opacity

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

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

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

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

This text has shadow with #4FA568 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FA568.

Preview

Color preview on black background

This text has color #4FA568 on black background.


Color preview on white background

This text has color #4FA568 on white background.


Black color preview on #4FA568 background

This text has black color on #4FA568 background.


White color preview on #4FA568 background

This text has white color on #4FA568 background.


Related colors

Complementary color

Complementary color for #hex is #B05A97.


I love getcolorcode.com

Triadic colors

1 #684FA5 and #A5684F with #4FA568 are triadic colors.

2 #68A54F and #A54F68 with #4FA568 are triadic colors.