COLOR #518297

HEX: #518297
RGB: (81,130,151)

Color info

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

RGB color model

#518297 color RGB value is (81,130,151).

  • red value is 81;
  • green value is 130;
  • blue value is 151.
RGB:
(81,130,151)
(32%,51%,59%)

RGB channels and saturation

R 81 of 255 = 32%
G 130 of 255 = 51%
B 151 of 255 = 59%

81
130
151

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

Portions of RGB colors in percentages

R + G + B =
81 + 130 + 151 = 362 (100%)
R 81 of 362 ~ 22.38%
G 130 of 362 ~ 35.91%
B 151 of 362 ~ 41.71%

%22.38
%35.91
%41.71

CMYK color model

#518297 color CMYK value is (46,14,0,41).

  • cyan value is 46.36%
  • magenta value is 13.91%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(46,14,0,41)
C46M14Y0K41 
(46%,14%,0%,41%)
(0.46/0.14/0.00/0.41)	

CMYK percentages

%46.36
%13.91
%0
%40.78

Codes

Color #518297 in popluar color models

518297
RGB81130151
HSL198°30.17%45.49%
HSB/HSV198°46.36%59.22%
CMYK46.36%13.91%0.00%
40.78%

Color #518297 in popluar number systems.

HEX518297
Decimal81130151
Binary10100011000001010010111
Octal121202227

Shades and tints

Shades of #518297

#518297
(81,130,151)
#4A778A
(74,119,138)
#436C7D
(67,108,125)
#3C6170
(60,97,112)
#355663
(53,86,99)
#2E4B56
(46,75,86)
#274049
(39,64,73)
#20353C
(32,53,60)
#192A2F
(25,42,47)
#121F22
(18,31,34)
#0B1415
(11,20,21)
#000000
(0,0,0)

Tints of #518297

#518297
(81,130,151)
#608DA0
(96,141,160)
#6F98A9
(111,152,169)
#7EA3B2
(126,163,178)
#8DAEBB
(141,174,187)
#9CB9C4
(156,185,196)
#ABC4CD
(171,196,205)
#BACFD6
(186,207,214)
#C9DADF
(201,218,223)
#D8E5E8
(216,229,232)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518297 color. Also use rgb(81,130,151) instead hex code.

Text Font Color

.myTextColor { color: #518297; }

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

This text font color is #518297.


Background Color

.myBgColor { background-color: #518297; }

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

This div background color is #518297.


Border color

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

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

This div border color is #518297.


Opacity

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

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

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

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

This text has shadow with #518297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518297 on black background.


Color preview on white background

This text has color #518297 on white background.



Black color preview on #518297 background

This text has black color on #518297 background.


White color preview on #518297 background

This text has white color on #518297 background.