COLOR #4F8391

HEX: #4F8391
RGB: (79,131,145)

Color info

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

RGB color model

#4F8391 color RGB value is (79,131,145).

  • red value is 79;
  • green value is 131;
  • blue value is 145.
RGB:
(79,131,145)
(31%,51%,57%)

RGB channels and saturation

R 79 of 255 = 31%
G 131 of 255 = 51%
B 145 of 255 = 57%

79
131
145

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

Portions of RGB colors in percentages

R + G + B =
79 + 131 + 145 = 355 (100%)
R 79 of 355 ~ 22.25%
G 131 of 355 ~ 36.9%
B 145 of 355 ~ 40.85%

%22.25
%36.9
%40.85

CMYK color model

#4F8391 color CMYK value is (46,10,0,43).

  • cyan value is 45.52%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(46,10,0,43)
C46M10Y0K43 
(46%,10%,0%,43%)
(0.46/0.10/0.00/0.43)	

CMYK percentages

%45.52
%9.66
%0
%43.14

Codes

Color #4F8391 in popluar color models

4F8391
RGB79131145
HSL193°29.46%43.92%
HSB/HSV193°45.52%56.86%
CMYK45.52%9.66%0.00%
43.14%

Color #4F8391 in popluar number systems.

HEX4F8391
Decimal79131145
Binary10011111000001110010001
Octal117203221

Shades and tints

Shades of #4F8391

#4F8391
(79,131,145)
#487884
(72,120,132)
#416D77
(65,109,119)
#3A626A
(58,98,106)
#33575D
(51,87,93)
#2C4C50
(44,76,80)
#254143
(37,65,67)
#1E3636
(30,54,54)
#172B29
(23,43,41)
#10201C
(16,32,28)
#09150F
(9,21,15)
#000000
(0,0,0)

Tints of #4F8391

#4F8391
(79,131,145)
#5F8E9B
(95,142,155)
#6F99A5
(111,153,165)
#7FA4AF
(127,164,175)
#8FAFB9
(143,175,185)
#9FBAC3
(159,186,195)
#AFC5CD
(175,197,205)
#BFD0D7
(191,208,215)
#CFDBE1
(207,219,225)
#DFE6EB
(223,230,235)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8391 color. Also use rgb(79,131,145) instead hex code.

Text Font Color

.myTextColor { color: #4F8391; }

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

This text font color is #4F8391.


Background Color

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

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

This div background color is #4F8391.


Border color

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

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

This div border color is #4F8391.


Opacity

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

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

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

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

This text has shadow with #4F8391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8391 on black background.


Color preview on white background

This text has color #4F8391 on white background.



Black color preview on #4F8391 background

This text has black color on #4F8391 background.


White color preview on #4F8391 background

This text has white color on #4F8391 background.