COLOR #513D85

HEX: #513D85
RGB: (81,61,133)

Renk bilgisi

#513D85 contains mainly red and blue colors. #513D85 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#513D85 color RGB value is (81,61,133).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 61 of 255 = 24%
B 133 of 255 = 52%

81
61
133

R + G + B ~ 36%. #513D85 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 61 + 133 = 275 (100%)
R 81 of 275 ~ 29.45%
G 61 of 275 ~ 22.18%
B 133 of 275 ~ 48.36%

%29.45
%22.18
%48.36

CMYK RENK MODELİ

#513D85 rengi CMYK tonu (39,54,0,48).

  • camgöbeği tonu 39.10%
  • eflatun tonu 54.14%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(39,54,0,48)
C39M54Y0K48 
(39%,54%,0%,48%)
(0.39/0.54/0.00/0.48)	

CMYK yüzdeleri

%39.1
%54.14
%0
%47.84

Codes

Color #513D85 in popluar color models

513D85
RGB8161133
HSL257°37.11%38.04%
HSB/HSV257°54.14%52.16%
CMYK39.10%54.14%0.00%
47.84%

Color #513D85 in popluar number systems.

HEX513D85
Decimal8161133
Binary101000111110110000101
Octal12175205

Shades and tints

Shades of #513D85

#513D85
(81,61,133)
#4A3879
(74,56,121)
#43336D
(67,51,109)
#3C2E61
(60,46,97)
#352955
(53,41,85)
#2E2449
(46,36,73)
#271F3D
(39,31,61)
#201A31
(32,26,49)
#191525
(25,21,37)
#121019
(18,16,25)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #513D85

#513D85
(81,61,133)
#604E90
(96,78,144)
#6F5F9B
(111,95,155)
#7E70A6
(126,112,166)
#8D81B1
(141,129,177)
#9C92BC
(156,146,188)
#ABA3C7
(171,163,199)
#BAB4D2
(186,180,210)
#C9C5DD
(201,197,221)
#D8D6E8
(216,214,232)
#E7E7F3
(231,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513D85; }

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

This text font color is #513D85.


Background Color

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

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

This div background color is #513D85.


Border color

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

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

This div border color is #513D85.


Opacity

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

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

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

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

This text has shadow with #513D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513D85 on black background.


Color preview on white background

This text has color #513D85 on white background.



Black color preview on #513D85 background

This text has black color on #513D85 background.


White color preview on #513D85 background

This text has white color on #513D85 background.