COLOR #4FA596

HEX: #4FA596
RGB: (79,165,150)

Color info

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

RGB color model

#4FA596 color RGB value is (79,165,150).

  • red value is 79;
  • green value is 165;
  • blue value is 150.
RGB:
(79,165,150)
(31%,65%,59%)

RGB channels and saturation

R 79 of 255 = 31%
G 165 of 255 = 65%
B 150 of 255 = 59%

79
165
150

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

Portions of RGB colors in percentages

R + G + B =
79 + 165 + 150 = 394 (100%)
R 79 of 394 ~ 20.05%
G 165 of 394 ~ 41.88%
B 150 of 394 ~ 38.07%

%20.05
%41.88
%38.07

CMYK color model

#4FA596 color CMYK value is (52,0,9,35).

  • cyan value is 52.12%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 35.29%
CMYK:
(52,0,9,35)
C52M0Y9K35 
(52%,0%,9%,35%)
(0.52/0.00/0.09/0.35)	

CMYK percentages

%52.12
%0
%9.09
%35.29

Codes

Color #4FA596 in popluar color models

4FA596
RGB79165150
HSL170°35.25%47.84%
HSB/HSV170°52.12%64.71%
CMYK52.12%0.00%9.09%
35.29%

Color #4FA596 in popluar number systems.

HEX4FA596
Decimal79165150
Binary10011111010010110010110
Octal117245226

Shades and tints

Shades of #4FA596

#4FA596
(79,165,150)
#489689
(72,150,137)
#41877C
(65,135,124)
#3A786F
(58,120,111)
#336962
(51,105,98)
#2C5A55
(44,90,85)
#254B48
(37,75,72)
#1E3C3B
(30,60,59)
#172D2E
(23,45,46)
#101E21
(16,30,33)
#090F14
(9,15,20)
#000000
(0,0,0)

Tints of #4FA596

#4FA596
(79,165,150)
#5FAD9F
(95,173,159)
#6FB5A8
(111,181,168)
#7FBDB1
(127,189,177)
#8FC5BA
(143,197,186)
#9FCDC3
(159,205,195)
#AFD5CC
(175,213,204)
#BFDDD5
(191,221,213)
#CFE5DE
(207,229,222)
#DFEDE7
(223,237,231)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FA596; }

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

This text font color is #4FA596.


Background Color

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

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

This div background color is #4FA596.


Border color

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

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

This div border color is #4FA596.


Opacity

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

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

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

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

This text has shadow with #4FA596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FA596 on black background.


Color preview on white background

This text has color #4FA596 on white background.



Black color preview on #4FA596 background

This text has black color on #4FA596 background.


White color preview on #4FA596 background

This text has white color on #4FA596 background.