COLOR #517D8B

HEX: #517D8B
RGB: (81,125,139)

Renk bilgisi

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

RGB renk modeli

#517D8B color RGB value is (81,125,139).

  • kırmız ton 81;
  • yeşil ton 125;
  • mavi ton 139.
RGB:
(81,125,139)
(32%,49%,55%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 125 of 255 = 49%
B 139 of 255 = 55%

81
125
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 125 + 139 = 345 (100%)
R 81 of 345 ~ 23.48%
G 125 of 345 ~ 36.23%
B 139 of 345 ~ 40.29%

%23.48
%36.23
%40.29

CMYK RENK MODELİ

#517D8B rengi CMYK tonu (42,10,0,45).

  • camgöbeği tonu 41.73%
  • eflatun tonu 10.07%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(42,10,0,45)
C42M10Y0K45 
(42%,10%,0%,45%)
(0.42/0.10/0.00/0.45)	

CMYK yüzdeleri

%41.73
%10.07
%0
%45.49

Codes

Color #517D8B in popluar color models

517D8B
RGB81125139
HSL194°26.36%43.14%
HSB/HSV194°41.73%54.51%
CMYK41.73%10.07%0.00%
45.49%

Color #517D8B in popluar number systems.

HEX517D8B
Decimal81125139
Binary1010001111110110001011
Octal121175213

Shades and tints

Shades of #517D8B

#517D8B
(81,125,139)
#4A727F
(74,114,127)
#436773
(67,103,115)
#3C5C67
(60,92,103)
#35515B
(53,81,91)
#2E464F
(46,70,79)
#273B43
(39,59,67)
#203037
(32,48,55)
#19252B
(25,37,43)
#121A1F
(18,26,31)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #517D8B

#517D8B
(81,125,139)
#608895
(96,136,149)
#6F939F
(111,147,159)
#7E9EA9
(126,158,169)
#8DA9B3
(141,169,179)
#9CB4BD
(156,180,189)
#ABBFC7
(171,191,199)
#BACAD1
(186,202,209)
#C9D5DB
(201,213,219)
#D8E0E5
(216,224,229)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517D8B color. Also use rgb(81,125,139) instead hex code.

Text Font Color

.myTextColor { color: #517D8B; }

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

This text font color is #517D8B.


Background Color

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

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

This div background color is #517D8B.


Border color

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

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

This div border color is #517D8B.


Opacity

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

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

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

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

This text has shadow with #517D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517D8B on black background.


Color preview on white background

This text has color #517D8B on white background.



Black color preview on #517D8B background

This text has black color on #517D8B background.


White color preview on #517D8B background

This text has white color on #517D8B background.