COLOR #518CA0

HEX: #518CA0
RGB: (81,140,160)

Renk bilgisi

#518CA0 contains mainly green and blue colors. #518CA0 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#518CA0 color RGB value is (81,140,160).

  • kırmız ton 81;
  • yeşil ton 140;
  • mavi ton 160.
RGB:
(81,140,160)
(32%,55%,63%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 140 of 255 = 55%
B 160 of 255 = 63%

81
140
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 140 + 160 = 381 (100%)
R 81 of 381 ~ 21.26%
G 140 of 381 ~ 36.75%
B 160 of 381 ~ 41.99%

%21.26
%36.75
%41.99

CMYK RENK MODELİ

#518CA0 rengi CMYK tonu (49,13,0,37).

  • camgöbeği tonu 49.38%
  • eflatun tonu 12.50%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%
CMYK:
(49,13,0,37)
C49M13Y0K37 
(49%,13%,0%,37%)
(0.49/0.13/0.00/0.37)	

CMYK yüzdeleri

%49.38
%12.5
%0
%37.25

Codes

Color #518CA0 in popluar color models

518CA0
RGB81140160
HSL195°32.78%47.25%
HSB/HSV195°49.38%62.75%
CMYK49.38%12.50%0.00%
37.25%

Color #518CA0 in popluar number systems.

HEX518CA0
Decimal81140160
Binary10100011000110010100000
Octal121214240

Shades and tints

Shades of #518CA0

#518CA0
(81,140,160)
#4A8092
(74,128,146)
#437484
(67,116,132)
#3C6876
(60,104,118)
#355C68
(53,92,104)
#2E505A
(46,80,90)
#27444C
(39,68,76)
#20383E
(32,56,62)
#192C30
(25,44,48)
#122022
(18,32,34)
#0B1414
(11,20,20)
#000000
(0,0,0)

Tints of #518CA0

#518CA0
(81,140,160)
#6096A8
(96,150,168)
#6FA0B0
(111,160,176)
#7EAAB8
(126,170,184)
#8DB4C0
(141,180,192)
#9CBEC8
(156,190,200)
#ABC8D0
(171,200,208)
#BAD2D8
(186,210,216)
#C9DCE0
(201,220,224)
#D8E6E8
(216,230,232)
#E7F0F0
(231,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518CA0 color. Also use rgb(81,140,160) instead hex code.

Text Font Color

.myTextColor { color: #518CA0; }

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

This text font color is #518CA0.


Background Color

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

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

This div background color is #518CA0.


Border color

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

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

This div border color is #518CA0.


Opacity

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

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

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

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

This text has shadow with #518CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518CA0 on black background.


Color preview on white background

This text has color #518CA0 on white background.



Black color preview on #518CA0 background

This text has black color on #518CA0 background.


White color preview on #518CA0 background

This text has white color on #518CA0 background.