COLOR #513659

HEX: #513659
RGB: (81,54,89)

Renk bilgisi

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

RGB renk modeli

#513659 color RGB value is (81,54,89).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 54 of 255 = 21%
B 89 of 255 = 35%

81
54
89

R + G + B ~ 29%. #513659 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 54 + 89 = 224 (100%)
R 81 of 224 ~ 36.16%
G 54 of 224 ~ 24.11%
B 89 of 224 ~ 39.73%

%36.16
%24.11
%39.73

CMYK RENK MODELİ

#513659 rengi CMYK tonu (9,39,0,65).

  • camgöbeği tonu 8.99%
  • eflatun tonu 39.33%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(9,39,0,65)
C9M39Y0K65 
(9%,39%,0%,65%)
(0.09/0.39/0.00/0.65)	

CMYK yüzdeleri

%8.99
%39.33
%0
%65.1

Codes

Color #513659 in popluar color models

513659
RGB815489
HSL286°24.48%28.04%
HSB/HSV286°39.33%34.90%
CMYK8.99%39.33%0.00%
65.10%

Color #513659 in popluar number systems.

HEX513659
Decimal815489
Binary10100011101101011001
Octal12166131

Shades and tints

Shades of #513659

#513659
(81,54,89)
#4A3251
(74,50,81)
#432E49
(67,46,73)
#3C2A41
(60,42,65)
#352639
(53,38,57)
#2E2231
(46,34,49)
#271E29
(39,30,41)
#201A21
(32,26,33)
#191619
(25,22,25)
#121211
(18,18,17)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #513659

#513659
(81,54,89)
#604868
(96,72,104)
#6F5A77
(111,90,119)
#7E6C86
(126,108,134)
#8D7E95
(141,126,149)
#9C90A4
(156,144,164)
#ABA2B3
(171,162,179)
#BAB4C2
(186,180,194)
#C9C6D1
(201,198,209)
#D8D8E0
(216,216,224)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513659; }

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

This text font color is #513659.


Background Color

.myBgColor { background-color: #513659; }

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

This div background color is #513659.


Border color

.myBorderColor { border: 1px solid #513659; }

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

This div border color is #513659.


Opacity

.myOpacity80 { color: #513659; opacity: 0.8; }

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

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

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

This text has shadow with #513659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513659 on black background.


Color preview on white background

This text has color #513659 on white background.



Black color preview on #513659 background

This text has black color on #513659 background.


White color preview on #513659 background

This text has white color on #513659 background.