COLOR #4FA189

HEX: #4FA189
RGB: (79,161,137)

Color info

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

RGB color model

#4FA189 color RGB value is (79,161,137).

  • red value is 79;
  • green value is 161;
  • blue value is 137.
RGB:
(79,161,137)
(31%,63%,54%)

RGB channels and saturation

R 79 of 255 = 31%
G 161 of 255 = 63%
B 137 of 255 = 54%

79
161
137

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

Portions of RGB colors in percentages

R + G + B =
79 + 161 + 137 = 377 (100%)
R 79 of 377 ~ 20.95%
G 161 of 377 ~ 42.71%
B 137 of 377 ~ 36.34%

%20.95
%42.71
%36.34

CMYK color model

#4FA189 color CMYK value is (51,0,15,37).

  • cyan value is 50.93%
  • magenta value is 0.00%
  • yellow value is 14.91%
  • key color value is 36.86%
CMYK:
(51,0,15,37)
C51M0Y15K37 
(51%,0%,15%,37%)
(0.51/0.00/0.15/0.37)	

CMYK percentages

%50.93
%0
%14.91
%36.86

Codes

Color #4FA189 in popluar color models

4FA189
RGB79161137
HSL162°34.17%47.06%
HSB/HSV162°50.93%63.14%
CMYK50.93%0.00%14.91%
36.86%

Color #4FA189 in popluar number systems.

HEX4FA189
Decimal79161137
Binary10011111010000110001001
Octal117241211

Shades and tints

Shades of #4FA189

#4FA189
(79,161,137)
#48937D
(72,147,125)
#418571
(65,133,113)
#3A7765
(58,119,101)
#336959
(51,105,89)
#2C5B4D
(44,91,77)
#254D41
(37,77,65)
#1E3F35
(30,63,53)
#173129
(23,49,41)
#10231D
(16,35,29)
#091511
(9,21,17)
#000000
(0,0,0)

Tints of #4FA189

#4FA189
(79,161,137)
#5FA993
(95,169,147)
#6FB19D
(111,177,157)
#7FB9A7
(127,185,167)
#8FC1B1
(143,193,177)
#9FC9BB
(159,201,187)
#AFD1C5
(175,209,197)
#BFD9CF
(191,217,207)
#CFE1D9
(207,225,217)
#DFE9E3
(223,233,227)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FA189 color. Also use rgb(79,161,137) instead hex code.

Text Font Color

.myTextColor { color: #4FA189; }

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

This text font color is #4FA189.


Background Color

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

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

This div background color is #4FA189.


Border color

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

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

This div border color is #4FA189.


Opacity

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

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

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

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

This text has shadow with #4FA189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FA189 on black background.


Color preview on white background

This text has color #4FA189 on white background.



Black color preview on #4FA189 background

This text has black color on #4FA189 background.


White color preview on #4FA189 background

This text has white color on #4FA189 background.