COLOR #4FA98E

HEX: #4FA98E
RGB: (79,169,142)

Color info

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

RGB color model

#4FA98E color RGB value is (79,169,142).

  • red value is 79;
  • green value is 169;
  • blue value is 142.
RGB:
(79,169,142)
(31%,66%,56%)

RGB channels and saturation

R 79 of 255 = 31%
G 169 of 255 = 66%
B 142 of 255 = 56%

79
169
142

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

Portions of RGB colors in percentages

R + G + B =
79 + 169 + 142 = 390 (100%)
R 79 of 390 ~ 20.26%
G 169 of 390 ~ 43.33%
B 142 of 390 ~ 36.41%

%20.26
%43.33
%36.41

CMYK color model

#4FA98E color CMYK value is (53,0,16,34).

  • cyan value is 53.25%
  • magenta value is 0.00%
  • yellow value is 15.98%
  • key color value is 33.73%
CMYK:
(53,0,16,34)
C53M0Y16K34 
(53%,0%,16%,34%)
(0.53/0.00/0.16/0.34)	

CMYK percentages

%53.25
%0
%15.98
%33.73

Codes

Color #4FA98E in popluar color models

4FA98E
RGB79169142
HSL162°36.29%48.63%
HSB/HSV162°53.25%66.27%
CMYK53.25%0.00%15.98%
33.73%

Color #4FA98E in popluar number systems.

HEX4FA98E
Decimal79169142
Binary10011111010100110001110
Octal117251216

Shades and tints

Shades of #4FA98E

#4FA98E
(79,169,142)
#489A82
(72,154,130)
#418B76
(65,139,118)
#3A7C6A
(58,124,106)
#336D5E
(51,109,94)
#2C5E52
(44,94,82)
#254F46
(37,79,70)
#1E403A
(30,64,58)
#17312E
(23,49,46)
#102222
(16,34,34)
#091316
(9,19,22)
#000000
(0,0,0)

Tints of #4FA98E

#4FA98E
(79,169,142)
#5FB098
(95,176,152)
#6FB7A2
(111,183,162)
#7FBEAC
(127,190,172)
#8FC5B6
(143,197,182)
#9FCCC0
(159,204,192)
#AFD3CA
(175,211,202)
#BFDAD4
(191,218,212)
#CFE1DE
(207,225,222)
#DFE8E8
(223,232,232)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FA98E color. Also use rgb(79,169,142) instead hex code.

Text Font Color

.myTextColor { color: #4FA98E; }

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

This text font color is #4FA98E.


Background Color

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

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

This div background color is #4FA98E.


Border color

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

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

This div border color is #4FA98E.


Opacity

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

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

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

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

This text has shadow with #4FA98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FA98E on black background.


Color preview on white background

This text has color #4FA98E on white background.



Black color preview on #4FA98E background

This text has black color on #4FA98E background.


White color preview on #4FA98E background

This text has white color on #4FA98E background.