COLOR #513B59

HEX: #513B59
RGB: (81,59,89)

Renk bilgisi

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

RGB renk modeli

#513B59 color RGB value is (81,59,89).

  • kırmız ton 81;
  • yeşil ton 59;
  • mavi ton 89.
RGB:
(81,59,89)
(32%,23%,35%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 59 of 255 = 23%
B 89 of 255 = 35%

81
59
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 59 + 89 = 229 (100%)
R 81 of 229 ~ 35.37%
G 59 of 229 ~ 25.76%
B 89 of 229 ~ 38.86%

%35.37
%25.76
%38.86

CMYK RENK MODELİ

#513B59 rengi CMYK tonu (9,34,0,65).

  • camgöbeği tonu 8.99%
  • eflatun tonu 33.71%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(9,34,0,65)
C9M34Y0K65 
(9%,34%,0%,65%)
(0.09/0.34/0.00/0.65)	

CMYK yüzdeleri

%8.99
%33.71
%0
%65.1

Codes

Color #513B59 in popluar color models

513B59
RGB815989
HSL284°20.27%29.02%
HSB/HSV284°33.71%34.90%
CMYK8.99%33.71%0.00%
65.10%

Color #513B59 in popluar number systems.

HEX513B59
Decimal815989
Binary10100011110111011001
Octal12173131

Shades and tints

Shades of #513B59

#513B59
(81,59,89)
#4A3651
(74,54,81)
#433149
(67,49,73)
#3C2C41
(60,44,65)
#352739
(53,39,57)
#2E2231
(46,34,49)
#271D29
(39,29,41)
#201821
(32,24,33)
#191319
(25,19,25)
#120E11
(18,14,17)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #513B59

#513B59
(81,59,89)
#604C68
(96,76,104)
#6F5D77
(111,93,119)
#7E6E86
(126,110,134)
#8D7F95
(141,127,149)
#9C90A4
(156,144,164)
#ABA1B3
(171,161,179)
#BAB2C2
(186,178,194)
#C9C3D1
(201,195,209)
#D8D4E0
(216,212,224)
#E7E5EF
(231,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513B59 color. Also use rgb(81,59,89) instead hex code.

Text Font Color

.myTextColor { color: #513B59; }

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

This text font color is #513B59.


Background Color

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

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

This div background color is #513B59.


Border color

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

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

This div border color is #513B59.


Opacity

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

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

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

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

This text has shadow with #513B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513B59 on black background.


Color preview on white background

This text has color #513B59 on white background.



Black color preview on #513B59 background

This text has black color on #513B59 background.


White color preview on #513B59 background

This text has white color on #513B59 background.