COLOR #513D60

HEX: #513D60
RGB: (81,61,96)

Renk bilgisi

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

RGB renk modeli

#513D60 color RGB value is (81,61,96).

  • kırmız ton 81;
  • yeşil ton 61;
  • mavi ton 96.
RGB:
(81,61,96)
(32%,24%,38%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 61 of 255 = 24%
B 96 of 255 = 38%

81
61
96

R + G + B ~ 31%. #513D60 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 61 + 96 = 238 (100%)
R 81 of 238 ~ 34.03%
G 61 of 238 ~ 25.63%
B 96 of 238 ~ 40.34%

%34.03
%25.63
%40.34

CMYK RENK MODELİ

#513D60 rengi CMYK tonu (16,36,0,62).

  • camgöbeği tonu 15.63%
  • eflatun tonu 36.46%
  • sarı tonu 0.00%
  • ana renk tonu 62.35%
CMYK:
(16,36,0,62)
C16M36Y0K62 
(16%,36%,0%,62%)
(0.16/0.36/0.00/0.62)	

CMYK yüzdeleri

%15.63
%36.46
%0
%62.35

Codes

Color #513D60 in popluar color models

513D60
RGB816196
HSL274°22.29%30.78%
HSB/HSV274°36.46%37.65%
CMYK15.63%36.46%0.00%
62.35%

Color #513D60 in popluar number systems.

HEX513D60
Decimal816196
Binary10100011111011100000
Octal12175140

Shades and tints

Shades of #513D60

#513D60
(81,61,96)
#4A3858
(74,56,88)
#433350
(67,51,80)
#3C2E48
(60,46,72)
#352940
(53,41,64)
#2E2438
(46,36,56)
#271F30
(39,31,48)
#201A28
(32,26,40)
#191520
(25,21,32)
#121018
(18,16,24)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #513D60

#513D60
(81,61,96)
#604E6E
(96,78,110)
#6F5F7C
(111,95,124)
#7E708A
(126,112,138)
#8D8198
(141,129,152)
#9C92A6
(156,146,166)
#ABA3B4
(171,163,180)
#BAB4C2
(186,180,194)
#C9C5D0
(201,197,208)
#D8D6DE
(216,214,222)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513D60 color. Also use rgb(81,61,96) instead hex code.

Text Font Color

.myTextColor { color: #513D60; }

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

This text font color is #513D60.


Background Color

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

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

This div background color is #513D60.


Border color

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

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

This div border color is #513D60.


Opacity

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

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

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

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

This text has shadow with #513D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513D60 on black background.


Color preview on white background

This text has color #513D60 on white background.



Black color preview on #513D60 background

This text has black color on #513D60 background.


White color preview on #513D60 background

This text has white color on #513D60 background.