COLOR #4F9B96

HEX: #4F9B96
RGB: (79,155,150)

Color info

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

RGB color model

#4F9B96 color RGB value is (79,155,150).

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

RGB channels and saturation

R 79 of 255 = 31%
G 155 of 255 = 61%
B 150 of 255 = 59%

79
155
150

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

Portions of RGB colors in percentages

R + G + B =
79 + 155 + 150 = 384 (100%)
R 79 of 384 ~ 20.57%
G 155 of 384 ~ 40.36%
B 150 of 384 ~ 39.06%

%20.57
%40.36
%39.06

CMYK color model

#4F9B96 color CMYK value is (49,0,3,39).

  • cyan value is 49.03%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 39.22%
CMYK:
(49,0,3,39)
C49M0Y3K39 
(49%,0%,3%,39%)
(0.49/0.00/0.03/0.39)	

CMYK percentages

%49.03
%0
%3.23
%39.22

Codes

Color #4F9B96 in popluar color models

4F9B96
RGB79155150
HSL176°32.48%45.88%
HSB/HSV176°49.03%60.78%
CMYK49.03%0.00%3.23%
39.22%

Color #4F9B96 in popluar number systems.

HEX4F9B96
Decimal79155150
Binary10011111001101110010110
Octal117233226

Shades and tints

Shades of #4F9B96

#4F9B96
(79,155,150)
#488D89
(72,141,137)
#417F7C
(65,127,124)
#3A716F
(58,113,111)
#336362
(51,99,98)
#2C5555
(44,85,85)
#254748
(37,71,72)
#1E393B
(30,57,59)
#172B2E
(23,43,46)
#101D21
(16,29,33)
#090F14
(9,15,20)
#000000
(0,0,0)

Tints of #4F9B96

#4F9B96
(79,155,150)
#5FA49F
(95,164,159)
#6FADA8
(111,173,168)
#7FB6B1
(127,182,177)
#8FBFBA
(143,191,186)
#9FC8C3
(159,200,195)
#AFD1CC
(175,209,204)
#BFDAD5
(191,218,213)
#CFE3DE
(207,227,222)
#DFECE7
(223,236,231)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F9B96; }

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

This text font color is #4F9B96.


Background Color

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

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

This div background color is #4F9B96.


Border color

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

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

This div border color is #4F9B96.


Opacity

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

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

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

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

This text has shadow with #4F9B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9B96 on black background.


Color preview on white background

This text has color #4F9B96 on white background.



Black color preview on #4F9B96 background

This text has black color on #4F9B96 background.


White color preview on #4F9B96 background

This text has white color on #4F9B96 background.