COLOR #517E75

HEX: #517E75
RGB: (81,126,117)

Renk bilgisi

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

RGB renk modeli

#517E75 color RGB value is (81,126,117).

  • kırmız ton 81;
  • yeşil ton 126;
  • mavi ton 117.
RGB:
(81,126,117)
(32%,49%,46%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 126 of 255 = 49%
B 117 of 255 = 46%

81
126
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 126 + 117 = 324 (100%)
R 81 of 324 ~ 25%
G 126 of 324 ~ 38.89%
B 117 of 324 ~ 36.11%

%25
%38.89
%36.11

CMYK RENK MODELİ

#517E75 rengi CMYK tonu (36,0,7,51).

  • camgöbeği tonu 35.71%
  • eflatun tonu 0.00%
  • sarı tonu 7.14%
  • ana renk tonu 50.59%
CMYK:
(36,0,7,51)
C36M0Y7K51 
(36%,0%,7%,51%)
(0.36/0.00/0.07/0.51)	

CMYK yüzdeleri

%35.71
%0
%7.14
%50.59

Codes

Color #517E75 in popluar color models

517E75
RGB81126117
HSL168°21.74%40.59%
HSB/HSV168°35.71%49.41%
CMYK35.71%0.00%7.14%
50.59%

Color #517E75 in popluar number systems.

HEX517E75
Decimal81126117
Binary101000111111101110101
Octal121176165

Shades and tints

Shades of #517E75

#517E75
(81,126,117)
#4A736B
(74,115,107)
#436861
(67,104,97)
#3C5D57
(60,93,87)
#35524D
(53,82,77)
#2E4743
(46,71,67)
#273C39
(39,60,57)
#20312F
(32,49,47)
#192625
(25,38,37)
#121B1B
(18,27,27)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #517E75

#517E75
(81,126,117)
#608981
(96,137,129)
#6F948D
(111,148,141)
#7E9F99
(126,159,153)
#8DAAA5
(141,170,165)
#9CB5B1
(156,181,177)
#ABC0BD
(171,192,189)
#BACBC9
(186,203,201)
#C9D6D5
(201,214,213)
#D8E1E1
(216,225,225)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517E75 color. Also use rgb(81,126,117) instead hex code.

Text Font Color

.myTextColor { color: #517E75; }

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

This text font color is #517E75.


Background Color

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

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

This div background color is #517E75.


Border color

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

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

This div border color is #517E75.


Opacity

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

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

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

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

This text has shadow with #517E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517E75 on black background.


Color preview on white background

This text has color #517E75 on white background.



Black color preview on #517E75 background

This text has black color on #517E75 background.


White color preview on #517E75 background

This text has white color on #517E75 background.