COLOR #4F8789

HEX: #4F8789
RGB: (79,135,137)

Color info

#4F8789 contains red, green and blue colors in about the same proportion. Web safe color of #4F8789 is #669999 (or #699).

RGB color model

#4F8789 color RGB value is (79,135,137).

  • red value is 79;
  • green value is 135;
  • blue value is 137.
RGB:
(79,135,137)
(31%,53%,54%)

RGB channels and saturation

R 79 of 255 = 31%
G 135 of 255 = 53%
B 137 of 255 = 54%

79
135
137

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

Portions of RGB colors in percentages

R + G + B =
79 + 135 + 137 = 351 (100%)
R 79 of 351 ~ 22.51%
G 135 of 351 ~ 38.46%
B 137 of 351 ~ 39.03%

%22.51
%38.46
%39.03

CMYK color model

#4F8789 color CMYK value is (42,1,0,46).

  • cyan value is 42.34%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(42,1,0,46)
C42M1Y0K46 
(42%,1%,0%,46%)
(0.42/0.01/0.00/0.46)	

CMYK percentages

%42.34
%1.46
%0
%46.27

Codes

Color #4F8789 in popluar color models

4F8789
RGB79135137
HSL182°26.85%42.35%
HSB/HSV182°42.34%53.73%
CMYK42.34%1.46%0.00%
46.27%

Color #4F8789 in popluar number systems.

HEX4F8789
Decimal79135137
Binary10011111000011110001001
Octal117207211

Shades and tints

Shades of #4F8789

#4F8789
(79,135,137)
#487B7D
(72,123,125)
#416F71
(65,111,113)
#3A6365
(58,99,101)
#335759
(51,87,89)
#2C4B4D
(44,75,77)
#253F41
(37,63,65)
#1E3335
(30,51,53)
#172729
(23,39,41)
#101B1D
(16,27,29)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #4F8789

#4F8789
(79,135,137)
#5F9193
(95,145,147)
#6F9B9D
(111,155,157)
#7FA5A7
(127,165,167)
#8FAFB1
(143,175,177)
#9FB9BB
(159,185,187)
#AFC3C5
(175,195,197)
#BFCDCF
(191,205,207)
#CFD7D9
(207,215,217)
#DFE1E3
(223,225,227)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8789 color. Also use rgb(79,135,137) instead hex code.

Text Font Color

.myTextColor { color: #4F8789; }

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

This text font color is #4F8789.


Background Color

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

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

This div background color is #4F8789.


Border color

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

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

This div border color is #4F8789.


Opacity

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

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

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

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

This text has shadow with #4F8789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8789 on black background.


Color preview on white background

This text has color #4F8789 on white background.



Black color preview on #4F8789 background

This text has black color on #4F8789 background.


White color preview on #4F8789 background

This text has white color on #4F8789 background.