COLOR #515D71

HEX: #515D71
RGB: (81,93,113)

Renk bilgisi

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

RGB renk modeli

#515D71 color RGB value is (81,93,113).

  • kırmız ton 81;
  • yeşil ton 93;
  • mavi ton 113.
RGB:
(81,93,113)
(32%,36%,44%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 93 of 255 = 36%
B 113 of 255 = 44%

81
93
113

R + G + B ~ 37%. #515D71 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 93 + 113 = 287 (100%)
R 81 of 287 ~ 28.22%
G 93 of 287 ~ 32.4%
B 113 of 287 ~ 39.37%

%28.22
%32.4
%39.37

CMYK RENK MODELİ

#515D71 rengi CMYK tonu (28,18,0,56).

  • camgöbeği tonu 28.32%
  • eflatun tonu 17.70%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(28,18,0,56)
C28M18Y0K56 
(28%,18%,0%,56%)
(0.28/0.18/0.00/0.56)	

CMYK yüzdeleri

%28.32
%17.7
%0
%55.69

Codes

Color #515D71 in popluar color models

515D71
RGB8193113
HSL218°16.49%38.04%
HSB/HSV218°28.32%44.31%
CMYK28.32%17.70%0.00%
55.69%

Color #515D71 in popluar number systems.

HEX515D71
Decimal8193113
Binary101000110111011110001
Octal121135161

Shades and tints

Shades of #515D71

#515D71
(81,93,113)
#4A5567
(74,85,103)
#434D5D
(67,77,93)
#3C4553
(60,69,83)
#353D49
(53,61,73)
#2E353F
(46,53,63)
#272D35
(39,45,53)
#20252B
(32,37,43)
#191D21
(25,29,33)
#121517
(18,21,23)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #515D71

#515D71
(81,93,113)
#606B7D
(96,107,125)
#6F7989
(111,121,137)
#7E8795
(126,135,149)
#8D95A1
(141,149,161)
#9CA3AD
(156,163,173)
#ABB1B9
(171,177,185)
#BABFC5
(186,191,197)
#C9CDD1
(201,205,209)
#D8DBDD
(216,219,221)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515D71 color. Also use rgb(81,93,113) instead hex code.

Text Font Color

.myTextColor { color: #515D71; }

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

This text font color is #515D71.


Background Color

.myBgColor { background-color: #515D71; }

<div style="background-color:#515D71">Inner text</div>

This div background color is #515D71.


Border color

.myBorderColor { border: 1px solid #515D71; }

<div style="border:3px solid #515D71">Div</div>

This div border color is #515D71.


Opacity

.myOpacity80 { color: #515D71; opacity: 0.8; }

<p style="color:#515D71;opacity:0.8;">80%</p>

Text with #515D71 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 #515D71;}

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

This text has shadow with #515D71 color.

.textShadow {text-shadow: 3px 3px 1px #515D71, 3px 3px 1px red;}

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

This text has shadow with #515D71 primary color and red secondary color.


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

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

This text has shadow with #515D71 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515D71 on black background.


Color preview on white background

This text has color #515D71 on white background.



Black color preview on #515D71 background

This text has black color on #515D71 background.


White color preview on #515D71 background

This text has white color on #515D71 background.