COLOR #517B76

HEX: #517B76
RGB: (81,123,118)

Renk bilgisi

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

RGB renk modeli

#517B76 color RGB value is (81,123,118).

  • kırmız ton 81;
  • yeşil ton 123;
  • mavi ton 118.
RGB:
(81,123,118)
(32%,48%,46%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 123 of 255 = 48%
B 118 of 255 = 46%

81
123
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 123 + 118 = 322 (100%)
R 81 of 322 ~ 25.16%
G 123 of 322 ~ 38.2%
B 118 of 322 ~ 36.65%

%25.16
%38.2
%36.65

CMYK RENK MODELİ

#517B76 rengi CMYK tonu (34,0,4,52).

  • camgöbeği tonu 34.15%
  • eflatun tonu 0.00%
  • sarı tonu 4.07%
  • ana renk tonu 51.76%
CMYK:
(34,0,4,52)
C34M0Y4K52 
(34%,0%,4%,52%)
(0.34/0.00/0.04/0.52)	

CMYK yüzdeleri

%34.15
%0
%4.07
%51.76

Codes

Color #517B76 in popluar color models

517B76
RGB81123118
HSL173°20.59%40.00%
HSB/HSV173°34.15%48.24%
CMYK34.15%0.00%4.07%
51.76%

Color #517B76 in popluar number systems.

HEX517B76
Decimal81123118
Binary101000111110111110110
Octal121173166

Shades and tints

Shades of #517B76

#517B76
(81,123,118)
#4A706C
(74,112,108)
#436562
(67,101,98)
#3C5A58
(60,90,88)
#354F4E
(53,79,78)
#2E4444
(46,68,68)
#27393A
(39,57,58)
#202E30
(32,46,48)
#192326
(25,35,38)
#12181C
(18,24,28)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #517B76

#517B76
(81,123,118)
#608782
(96,135,130)
#6F938E
(111,147,142)
#7E9F9A
(126,159,154)
#8DABA6
(141,171,166)
#9CB7B2
(156,183,178)
#ABC3BE
(171,195,190)
#BACFCA
(186,207,202)
#C9DBD6
(201,219,214)
#D8E7E2
(216,231,226)
#E7F3EE
(231,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517B76 color. Also use rgb(81,123,118) instead hex code.

Text Font Color

.myTextColor { color: #517B76; }

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

This text font color is #517B76.


Background Color

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

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

This div background color is #517B76.


Border color

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

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

This div border color is #517B76.


Opacity

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

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

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

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

This text has shadow with #517B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517B76 on black background.


Color preview on white background

This text has color #517B76 on white background.



Black color preview on #517B76 background

This text has black color on #517B76 background.


White color preview on #517B76 background

This text has white color on #517B76 background.