COLOR #513364

HEX: #513364
RGB: (81,51,100)

Renk bilgisi

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

RGB renk modeli

#513364 color RGB value is (81,51,100).

  • kırmız ton 81;
  • yeşil ton 51;
  • mavi ton 100.
RGB:
(81,51,100)
(32%,20%,39%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 51 of 255 = 20%
B 100 of 255 = 39%

81
51
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 51 + 100 = 232 (100%)
R 81 of 232 ~ 34.91%
G 51 of 232 ~ 21.98%
B 100 of 232 ~ 43.1%

%34.91
%21.98
%43.1

CMYK RENK MODELİ

#513364 rengi CMYK tonu (19,49,0,61).

  • camgöbeği tonu 19.00%
  • eflatun tonu 49.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(19,49,0,61)
C19M49Y0K61 
(19%,49%,0%,61%)
(0.19/0.49/0.00/0.61)	

CMYK yüzdeleri

%19
%49
%0
%60.78

Codes

Color #513364 in popluar color models

513364
RGB8151100
HSL277°32.45%29.61%
HSB/HSV277°49.00%39.22%
CMYK19.00%49.00%0.00%
60.78%

Color #513364 in popluar number systems.

HEX513364
Decimal8151100
Binary10100011100111100100
Octal12163144

Shades and tints

Shades of #513364

#513364
(81,51,100)
#4A2F5B
(74,47,91)
#432B52
(67,43,82)
#3C2749
(60,39,73)
#352340
(53,35,64)
#2E1F37
(46,31,55)
#271B2E
(39,27,46)
#201725
(32,23,37)
#19131C
(25,19,28)
#120F13
(18,15,19)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #513364

#513364
(81,51,100)
#604572
(96,69,114)
#6F5780
(111,87,128)
#7E698E
(126,105,142)
#8D7B9C
(141,123,156)
#9C8DAA
(156,141,170)
#AB9FB8
(171,159,184)
#BAB1C6
(186,177,198)
#C9C3D4
(201,195,212)
#D8D5E2
(216,213,226)
#E7E7F0
(231,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513364 color. Also use rgb(81,51,100) instead hex code.

Text Font Color

.myTextColor { color: #513364; }

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

This text font color is #513364.


Background Color

.myBgColor { background-color: #513364; }

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

This div background color is #513364.


Border color

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

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

This div border color is #513364.


Opacity

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

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

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

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

This text has shadow with #513364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513364 on black background.


Color preview on white background

This text has color #513364 on white background.



Black color preview on #513364 background

This text has black color on #513364 background.


White color preview on #513364 background

This text has white color on #513364 background.