COLOR #517D80

HEX: #517D80
RGB: (81,125,128)

Renk bilgisi

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

RGB renk modeli

#517D80 color RGB value is (81,125,128).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 125 of 255 = 49%
B 128 of 255 = 50%

81
125
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 125 + 128 = 334 (100%)
R 81 of 334 ~ 24.25%
G 125 of 334 ~ 37.43%
B 128 of 334 ~ 38.32%

%24.25
%37.43
%38.32

CMYK RENK MODELİ

#517D80 rengi CMYK tonu (37,2,0,50).

  • camgöbeği tonu 36.72%
  • eflatun tonu 2.34%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(37,2,0,50)
C37M2Y0K50 
(37%,2%,0%,50%)
(0.37/0.02/0.00/0.50)	

CMYK yüzdeleri

%36.72
%2.34
%0
%49.8

Codes

Color #517D80 in popluar color models

517D80
RGB81125128
HSL184°22.49%40.98%
HSB/HSV184°36.72%50.20%
CMYK36.72%2.34%0.00%
49.80%

Color #517D80 in popluar number systems.

HEX517D80
Decimal81125128
Binary1010001111110110000000
Octal121175200

Shades and tints

Shades of #517D80

#517D80
(81,125,128)
#4A7275
(74,114,117)
#43676A
(67,103,106)
#3C5C5F
(60,92,95)
#355154
(53,81,84)
#2E4649
(46,70,73)
#273B3E
(39,59,62)
#203033
(32,48,51)
#192528
(25,37,40)
#121A1D
(18,26,29)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #517D80

#517D80
(81,125,128)
#60888B
(96,136,139)
#6F9396
(111,147,150)
#7E9EA1
(126,158,161)
#8DA9AC
(141,169,172)
#9CB4B7
(156,180,183)
#ABBFC2
(171,191,194)
#BACACD
(186,202,205)
#C9D5D8
(201,213,216)
#D8E0E3
(216,224,227)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517D80; }

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

This text font color is #517D80.


Background Color

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

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

This div background color is #517D80.


Border color

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

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

This div border color is #517D80.


Opacity

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

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

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

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

This text has shadow with #517D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517D80 on black background.


Color preview on white background

This text has color #517D80 on white background.



Black color preview on #517D80 background

This text has black color on #517D80 background.


White color preview on #517D80 background

This text has white color on #517D80 background.