COLOR #518E8B

HEX: #518E8B
RGB: (81,142,139)

Color info

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

RGB color model

#518E8B color RGB value is (81,142,139).

  • red value is 81;
  • green value is 142;
  • blue value is 139.
RGB:
(81,142,139)
(32%,56%,55%)

RGB channels and saturation

R 81 of 255 = 32%
G 142 of 255 = 56%
B 139 of 255 = 55%

81
142
139

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

Portions of RGB colors in percentages

R + G + B =
81 + 142 + 139 = 362 (100%)
R 81 of 362 ~ 22.38%
G 142 of 362 ~ 39.23%
B 139 of 362 ~ 38.4%

%22.38
%39.23
%38.4

CMYK color model

#518E8B color CMYK value is (43,0,2,44).

  • cyan value is 42.96%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • key color value is 44.31%
CMYK:
(43,0,2,44)
C43M0Y2K44 
(43%,0%,2%,44%)
(0.43/0.00/0.02/0.44)	

CMYK percentages

%42.96
%0
%2.11
%44.31

Codes

Color #518E8B in popluar color models

518E8B
RGB81142139
HSL177°27.35%43.73%
HSB/HSV177°42.96%55.69%
CMYK42.96%0.00%2.11%
44.31%

Color #518E8B in popluar number systems.

HEX518E8B
Decimal81142139
Binary10100011000111010001011
Octal121216213

Shades and tints

Shades of #518E8B

#518E8B
(81,142,139)
#4A827F
(74,130,127)
#437673
(67,118,115)
#3C6A67
(60,106,103)
#355E5B
(53,94,91)
#2E524F
(46,82,79)
#274643
(39,70,67)
#203A37
(32,58,55)
#192E2B
(25,46,43)
#12221F
(18,34,31)
#0B1613
(11,22,19)
#000000
(0,0,0)

Tints of #518E8B

#518E8B
(81,142,139)
#609895
(96,152,149)
#6FA29F
(111,162,159)
#7EACA9
(126,172,169)
#8DB6B3
(141,182,179)
#9CC0BD
(156,192,189)
#ABCAC7
(171,202,199)
#BAD4D1
(186,212,209)
#C9DEDB
(201,222,219)
#D8E8E5
(216,232,229)
#E7F2EF
(231,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518E8B color. Also use rgb(81,142,139) instead hex code.

Text Font Color

.myTextColor { color: #518E8B; }

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

This text font color is #518E8B.


Background Color

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

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

This div background color is #518E8B.


Border color

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

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

This div border color is #518E8B.


Opacity

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

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

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

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

This text has shadow with #518E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518E8B on black background.


Color preview on white background

This text has color #518E8B on white background.



Black color preview on #518E8B background

This text has black color on #518E8B background.


White color preview on #518E8B background

This text has white color on #518E8B background.