COLOR #513361

HEX: #513361
RGB: (81,51,97)

Renk bilgisi

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

RGB renk modeli

#513361 color RGB value is (81,51,97).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 51 of 255 = 20%
B 97 of 255 = 38%

81
51
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 51 + 97 = 229 (100%)
R 81 of 229 ~ 35.37%
G 51 of 229 ~ 22.27%
B 97 of 229 ~ 42.36%

%35.37
%22.27
%42.36

CMYK RENK MODELİ

#513361 rengi CMYK tonu (16,47,0,62).

  • camgöbeği tonu 16.49%
  • eflatun tonu 47.42%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(16,47,0,62)
C16M47Y0K62 
(16%,47%,0%,62%)
(0.16/0.47/0.00/0.62)	

CMYK yüzdeleri

%16.49
%47.42
%0
%61.96

Codes

Color #513361 in popluar color models

513361
RGB815197
HSL279°31.08%29.02%
HSB/HSV279°47.42%38.04%
CMYK16.49%47.42%0.00%
61.96%

Color #513361 in popluar number systems.

HEX513361
Decimal815197
Binary10100011100111100001
Octal12163141

Shades and tints

Shades of #513361

#513361
(81,51,97)
#4A2F59
(74,47,89)
#432B51
(67,43,81)
#3C2749
(60,39,73)
#352341
(53,35,65)
#2E1F39
(46,31,57)
#271B31
(39,27,49)
#201729
(32,23,41)
#191321
(25,19,33)
#120F19
(18,15,25)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #513361

#513361
(81,51,97)
#60456F
(96,69,111)
#6F577D
(111,87,125)
#7E698B
(126,105,139)
#8D7B99
(141,123,153)
#9C8DA7
(156,141,167)
#AB9FB5
(171,159,181)
#BAB1C3
(186,177,195)
#C9C3D1
(201,195,209)
#D8D5DF
(216,213,223)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513361; }

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

This text font color is #513361.


Background Color

.myBgColor { background-color: #513361; }

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

This div background color is #513361.


Border color

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

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

This div border color is #513361.


Opacity

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

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

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

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

This text has shadow with #513361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513361 on black background.


Color preview on white background

This text has color #513361 on white background.



Black color preview on #513361 background

This text has black color on #513361 background.


White color preview on #513361 background

This text has white color on #513361 background.