COLOR #4FA195

HEX: #4FA195
RGB: (79,161,149)

Color info

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

RGB color model

#4FA195 color RGB value is (79,161,149).

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

RGB channels and saturation

R 79 of 255 = 31%
G 161 of 255 = 63%
B 149 of 255 = 58%

79
161
149

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

Portions of RGB colors in percentages

R + G + B =
79 + 161 + 149 = 389 (100%)
R 79 of 389 ~ 20.31%
G 161 of 389 ~ 41.39%
B 149 of 389 ~ 38.3%

%20.31
%41.39
%38.3

CMYK color model

#4FA195 color CMYK value is (51,0,7,37).

  • cyan value is 50.93%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 36.86%
CMYK:
(51,0,7,37)
C51M0Y7K37 
(51%,0%,7%,37%)
(0.51/0.00/0.07/0.37)	

CMYK percentages

%50.93
%0
%7.45
%36.86

Codes

Color #4FA195 in popluar color models

4FA195
RGB79161149
HSL171°34.17%47.06%
HSB/HSV171°50.93%63.14%
CMYK50.93%0.00%7.45%
36.86%

Color #4FA195 in popluar number systems.

HEX4FA195
Decimal79161149
Binary10011111010000110010101
Octal117241225

Shades and tints

Shades of #4FA195

#4FA195
(79,161,149)
#489388
(72,147,136)
#41857B
(65,133,123)
#3A776E
(58,119,110)
#336961
(51,105,97)
#2C5B54
(44,91,84)
#254D47
(37,77,71)
#1E3F3A
(30,63,58)
#17312D
(23,49,45)
#102320
(16,35,32)
#091513
(9,21,19)
#000000
(0,0,0)

Tints of #4FA195

#4FA195
(79,161,149)
#5FA99E
(95,169,158)
#6FB1A7
(111,177,167)
#7FB9B0
(127,185,176)
#8FC1B9
(143,193,185)
#9FC9C2
(159,201,194)
#AFD1CB
(175,209,203)
#BFD9D4
(191,217,212)
#CFE1DD
(207,225,221)
#DFE9E6
(223,233,230)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FA195; }

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

This text font color is #4FA195.


Background Color

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

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

This div background color is #4FA195.


Border color

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

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

This div border color is #4FA195.


Opacity

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

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

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

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

This text has shadow with #4FA195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FA195 on black background.


Color preview on white background

This text has color #4FA195 on white background.



Black color preview on #4FA195 background

This text has black color on #4FA195 background.


White color preview on #4FA195 background

This text has white color on #4FA195 background.