COLOR #518F96

HEX: #518F96
RGB: (81,143,150)

Color info

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

RGB color model

#518F96 color RGB value is (81,143,150).

  • red value is 81;
  • green value is 143;
  • blue value is 150.
RGB:
(81,143,150)
(32%,56%,59%)

RGB channels and saturation

R 81 of 255 = 32%
G 143 of 255 = 56%
B 150 of 255 = 59%

81
143
150

R + G + B ~ 49%. #518F96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 143 + 150 = 374 (100%)
R 81 of 374 ~ 21.66%
G 143 of 374 ~ 38.24%
B 150 of 374 ~ 40.11%

%21.66
%38.24
%40.11

CMYK color model

#518F96 color CMYK value is (46,5,0,41).

  • cyan value is 46.00%
  • magenta value is 4.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(46,5,0,41)
C46M5Y0K41 
(46%,5%,0%,41%)
(0.46/0.05/0.00/0.41)	

CMYK percentages

%46
%4.67
%0
%41.18

Codes

Color #518F96 in popluar color models

518F96
RGB81143150
HSL186°29.87%45.29%
HSB/HSV186°46.00%58.82%
CMYK46.00%4.67%0.00%
41.18%

Color #518F96 in popluar number systems.

HEX518F96
Decimal81143150
Binary10100011000111110010110
Octal121217226

Shades and tints

Shades of #518F96

#518F96
(81,143,150)
#4A8289
(74,130,137)
#43757C
(67,117,124)
#3C686F
(60,104,111)
#355B62
(53,91,98)
#2E4E55
(46,78,85)
#274148
(39,65,72)
#20343B
(32,52,59)
#19272E
(25,39,46)
#121A21
(18,26,33)
#0B0D14
(11,13,20)
#000000
(0,0,0)

Tints of #518F96

#518F96
(81,143,150)
#60999F
(96,153,159)
#6FA3A8
(111,163,168)
#7EADB1
(126,173,177)
#8DB7BA
(141,183,186)
#9CC1C3
(156,193,195)
#ABCBCC
(171,203,204)
#BAD5D5
(186,213,213)
#C9DFDE
(201,223,222)
#D8E9E7
(216,233,231)
#E7F3F0
(231,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518F96 color. Also use rgb(81,143,150) instead hex code.

Text Font Color

.myTextColor { color: #518F96; }

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

This text font color is #518F96.


Background Color

.myBgColor { background-color: #518F96; }

<div style="background-color:#518F96">Inner text</div>

This div background color is #518F96.


Border color

.myBorderColor { border: 1px solid #518F96; }

<div style="border:3px solid #518F96">Div</div>

This div border color is #518F96.


Opacity

.myOpacity80 { color: #518F96; opacity: 0.8; }

<p style="color:#518F96;opacity:0.8;">80%</p>

Text with #518F96 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 #518F96;}

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

This text has shadow with #518F96 color.

.textShadow {text-shadow: 3px 3px 1px #518F96, 3px 3px 1px red;}

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

This text has shadow with #518F96 primary color and red secondary color.


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

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

This text has shadow with #518F96 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518F96 on black background.


Color preview on white background

This text has color #518F96 on white background.



Black color preview on #518F96 background

This text has black color on #518F96 background.


White color preview on #518F96 background

This text has white color on #518F96 background.