COLOR #517C8A

HEX: #517C8A
RGB: (81,124,138)

Renk bilgisi

#517C8A contains red, green and blue colors in about the same proportion. #517C8A ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#517C8A color RGB value is (81,124,138).

  • kırmız ton 81;
  • yeşil ton 124;
  • mavi ton 138.
RGB:
(81,124,138)
(32%,49%,54%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 124 of 255 = 49%
B 138 of 255 = 54%

81
124
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 124 + 138 = 343 (100%)
R 81 of 343 ~ 23.62%
G 124 of 343 ~ 36.15%
B 138 of 343 ~ 40.23%

%23.62
%36.15
%40.23

CMYK RENK MODELİ

#517C8A rengi CMYK tonu (41,10,0,46).

  • camgöbeği tonu 41.30%
  • eflatun tonu 10.14%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(41,10,0,46)
C41M10Y0K46 
(41%,10%,0%,46%)
(0.41/0.10/0.00/0.46)	

CMYK yüzdeleri

%41.3
%10.14
%0
%45.88

Codes

Color #517C8A in popluar color models

517C8A
RGB81124138
HSL195°26.03%42.94%
HSB/HSV195°41.30%54.12%
CMYK41.30%10.14%0.00%
45.88%

Color #517C8A in popluar number systems.

HEX517C8A
Decimal81124138
Binary1010001111110010001010
Octal121174212

Shades and tints

Shades of #517C8A

#517C8A
(81,124,138)
#4A717E
(74,113,126)
#436672
(67,102,114)
#3C5B66
(60,91,102)
#35505A
(53,80,90)
#2E454E
(46,69,78)
#273A42
(39,58,66)
#202F36
(32,47,54)
#19242A
(25,36,42)
#12191E
(18,25,30)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #517C8A

#517C8A
(81,124,138)
#608794
(96,135,148)
#6F929E
(111,146,158)
#7E9DA8
(126,157,168)
#8DA8B2
(141,168,178)
#9CB3BC
(156,179,188)
#ABBEC6
(171,190,198)
#BAC9D0
(186,201,208)
#C9D4DA
(201,212,218)
#D8DFE4
(216,223,228)
#E7EAEE
(231,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517C8A color. Also use rgb(81,124,138) instead hex code.

Text Font Color

.myTextColor { color: #517C8A; }

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

This text font color is #517C8A.


Background Color

.myBgColor { background-color: #517C8A; }

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

This div background color is #517C8A.


Border color

.myBorderColor { border: 1px solid #517C8A; }

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

This div border color is #517C8A.


Opacity

.myOpacity80 { color: #517C8A; opacity: 0.8; }

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

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

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

This text has shadow with #517C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517C8A on black background.


Color preview on white background

This text has color #517C8A on white background.



Black color preview on #517C8A background

This text has black color on #517C8A background.


White color preview on #517C8A background

This text has white color on #517C8A background.