COLOR #513E57

HEX: #513E57
RGB: (81,62,87)

Renk bilgisi

#513E57 contains red, green and blue colors in about the same proportion. #513E57 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#513E57 color RGB value is (81,62,87).

  • kırmız ton 81;
  • yeşil ton 62;
  • mavi ton 87.
RGB:
(81,62,87)
(32%,24%,34%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 62 of 255 = 24%
B 87 of 255 = 34%

81
62
87

R + G + B ~ 30%. #513E57 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 62 + 87 = 230 (100%)
R 81 of 230 ~ 35.22%
G 62 of 230 ~ 26.96%
B 87 of 230 ~ 37.83%

%35.22
%26.96
%37.83

CMYK RENK MODELİ

#513E57 rengi CMYK tonu (7,29,0,66).

  • camgöbeği tonu 6.90%
  • eflatun tonu 28.74%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(7,29,0,66)
C7M29Y0K66 
(7%,29%,0%,66%)
(0.07/0.29/0.00/0.66)	

CMYK yüzdeleri

%6.9
%28.74
%0
%65.88

Codes

Color #513E57 in popluar color models

513E57
RGB816287
HSL286°16.78%29.22%
HSB/HSV286°28.74%34.12%
CMYK6.90%28.74%0.00%
65.88%

Color #513E57 in popluar number systems.

HEX513E57
Decimal816287
Binary10100011111101010111
Octal12176127

Shades and tints

Shades of #513E57

#513E57
(81,62,87)
#4A3950
(74,57,80)
#433449
(67,52,73)
#3C2F42
(60,47,66)
#352A3B
(53,42,59)
#2E2534
(46,37,52)
#27202D
(39,32,45)
#201B26
(32,27,38)
#19161F
(25,22,31)
#121118
(18,17,24)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #513E57

#513E57
(81,62,87)
#604F66
(96,79,102)
#6F6075
(111,96,117)
#7E7184
(126,113,132)
#8D8293
(141,130,147)
#9C93A2
(156,147,162)
#ABA4B1
(171,164,177)
#BAB5C0
(186,181,192)
#C9C6CF
(201,198,207)
#D8D7DE
(216,215,222)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513E57 color. Also use rgb(81,62,87) instead hex code.

Text Font Color

.myTextColor { color: #513E57; }

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

This text font color is #513E57.


Background Color

.myBgColor { background-color: #513E57; }

<div style="background-color:#513E57">Inner text</div>

This div background color is #513E57.


Border color

.myBorderColor { border: 1px solid #513E57; }

<div style="border:3px solid #513E57">Div</div>

This div border color is #513E57.


Opacity

.myOpacity80 { color: #513E57; opacity: 0.8; }

<p style="color:#513E57;opacity:0.8;">80%</p>

Text with #513E57 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 #513E57;}

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

This text has shadow with #513E57 color.

.textShadow {text-shadow: 3px 3px 1px #513E57, 3px 3px 1px red;}

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

This text has shadow with #513E57 primary color and red secondary color.


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

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

This text has shadow with #513E57 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513E57 on black background.


Color preview on white background

This text has color #513E57 on white background.



Black color preview on #513E57 background

This text has black color on #513E57 background.


White color preview on #513E57 background

This text has white color on #513E57 background.