COLOR #4F9586

HEX: #4F9586
RGB: (79,149,134)

Color info

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

RGB color model

#4F9586 color RGB value is (79,149,134).

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

RGB channels and saturation

R 79 of 255 = 31%
G 149 of 255 = 58%
B 134 of 255 = 53%

79
149
134

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

Portions of RGB colors in percentages

R + G + B =
79 + 149 + 134 = 362 (100%)
R 79 of 362 ~ 21.82%
G 149 of 362 ~ 41.16%
B 134 of 362 ~ 37.02%

%21.82
%41.16
%37.02

CMYK color model

#4F9586 color CMYK value is (47,0,10,42).

  • cyan value is 46.98%
  • magenta value is 0.00%
  • yellow value is 10.07%
  • key color value is 41.57%
CMYK:
(47,0,10,42)
C47M0Y10K42 
(47%,0%,10%,42%)
(0.47/0.00/0.10/0.42)	

CMYK percentages

%46.98
%0
%10.07
%41.57

Codes

Color #4F9586 in popluar color models

4F9586
RGB79149134
HSL167°30.70%44.71%
HSB/HSV167°46.98%58.43%
CMYK46.98%0.00%10.07%
41.57%

Color #4F9586 in popluar number systems.

HEX4F9586
Decimal79149134
Binary10011111001010110000110
Octal117225206

Shades and tints

Shades of #4F9586

#4F9586
(79,149,134)
#48887A
(72,136,122)
#417B6E
(65,123,110)
#3A6E62
(58,110,98)
#336156
(51,97,86)
#2C544A
(44,84,74)
#25473E
(37,71,62)
#1E3A32
(30,58,50)
#172D26
(23,45,38)
#10201A
(16,32,26)
#09130E
(9,19,14)
#000000
(0,0,0)

Tints of #4F9586

#4F9586
(79,149,134)
#5F9E91
(95,158,145)
#6FA79C
(111,167,156)
#7FB0A7
(127,176,167)
#8FB9B2
(143,185,178)
#9FC2BD
(159,194,189)
#AFCBC8
(175,203,200)
#BFD4D3
(191,212,211)
#CFDDDE
(207,221,222)
#DFE6E9
(223,230,233)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F9586; }

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

This text font color is #4F9586.


Background Color

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

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

This div background color is #4F9586.


Border color

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

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

This div border color is #4F9586.


Opacity

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

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

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

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

This text has shadow with #4F9586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9586 on black background.


Color preview on white background

This text has color #4F9586 on white background.



Black color preview on #4F9586 background

This text has black color on #4F9586 background.


White color preview on #4F9586 background

This text has white color on #4F9586 background.