COLOR #518187

HEX: #518187
RGB: (81,129,135)

Color info

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

RGB color model

#518187 color RGB value is (81,129,135).

  • red value is 81;
  • green value is 129;
  • blue value is 135.
RGB:
(81,129,135)
(32%,51%,53%)

RGB channels and saturation

R 81 of 255 = 32%
G 129 of 255 = 51%
B 135 of 255 = 53%

81
129
135

R + G + B ~ 45%. #518187 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 129 + 135 = 345 (100%)
R 81 of 345 ~ 23.48%
G 129 of 345 ~ 37.39%
B 135 of 345 ~ 39.13%

%23.48
%37.39
%39.13

CMYK color model

#518187 color CMYK value is (40,4,0,47).

  • cyan value is 40.00%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(40,4,0,47)
C40M4Y0K47 
(40%,4%,0%,47%)
(0.40/0.04/0.00/0.47)	

CMYK percentages

%40
%4.44
%0
%47.06

Codes

Color #518187 in popluar color models

518187
RGB81129135
HSL187°25.00%42.35%
HSB/HSV187°40.00%52.94%
CMYK40.00%4.44%0.00%
47.06%

Color #518187 in popluar number systems.

HEX518187
Decimal81129135
Binary10100011000000110000111
Octal121201207

Shades and tints

Shades of #518187

#518187
(81,129,135)
#4A767B
(74,118,123)
#436B6F
(67,107,111)
#3C6063
(60,96,99)
#355557
(53,85,87)
#2E4A4B
(46,74,75)
#273F3F
(39,63,63)
#203433
(32,52,51)
#192927
(25,41,39)
#121E1B
(18,30,27)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #518187

#518187
(81,129,135)
#608C91
(96,140,145)
#6F979B
(111,151,155)
#7EA2A5
(126,162,165)
#8DADAF
(141,173,175)
#9CB8B9
(156,184,185)
#ABC3C3
(171,195,195)
#BACECD
(186,206,205)
#C9D9D7
(201,217,215)
#D8E4E1
(216,228,225)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518187 color. Also use rgb(81,129,135) instead hex code.

Text Font Color

.myTextColor { color: #518187; }

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

This text font color is #518187.


Background Color

.myBgColor { background-color: #518187; }

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

This div background color is #518187.


Border color

.myBorderColor { border: 1px solid #518187; }

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

This div border color is #518187.


Opacity

.myOpacity80 { color: #518187; opacity: 0.8; }

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

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

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

This text has shadow with #518187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518187 on black background.


Color preview on white background

This text has color #518187 on white background.



Black color preview on #518187 background

This text has black color on #518187 background.


White color preview on #518187 background

This text has white color on #518187 background.