COLOR #513461

HEX: #513461
RGB: (81,52,97)

Renk bilgisi

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

RGB renk modeli

#513461 color RGB value is (81,52,97).

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

RGB bağlantıları ve doygunluk

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

81
52
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 52 + 97 = 230 (100%)
R 81 of 230 ~ 35.22%
G 52 of 230 ~ 22.61%
B 97 of 230 ~ 42.17%

%35.22
%22.61
%42.17

CMYK RENK MODELİ

#513461 rengi CMYK tonu (16,46,0,62).

  • camgöbeği tonu 16.49%
  • eflatun tonu 46.39%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(16,46,0,62)
C16M46Y0K62 
(16%,46%,0%,62%)
(0.16/0.46/0.00/0.62)	

CMYK yüzdeleri

%16.49
%46.39
%0
%61.96

Codes

Color #513461 in popluar color models

513461
RGB815297
HSL279°30.20%29.22%
HSB/HSV279°46.39%38.04%
CMYK16.49%46.39%0.00%
61.96%

Color #513461 in popluar number systems.

HEX513461
Decimal815297
Binary10100011101001100001
Octal12164141

Shades and tints

Shades of #513461

#513461
(81,52,97)
#4A3059
(74,48,89)
#432C51
(67,44,81)
#3C2849
(60,40,73)
#352441
(53,36,65)
#2E2039
(46,32,57)
#271C31
(39,28,49)
#201829
(32,24,41)
#191421
(25,20,33)
#121019
(18,16,25)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #513461

#513461
(81,52,97)
#60466F
(96,70,111)
#6F587D
(111,88,125)
#7E6A8B
(126,106,139)
#8D7C99
(141,124,153)
#9C8EA7
(156,142,167)
#ABA0B5
(171,160,181)
#BAB2C3
(186,178,195)
#C9C4D1
(201,196,209)
#D8D6DF
(216,214,223)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513461; }

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

This text font color is #513461.


Background Color

.myBgColor { background-color: #513461; }

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

This div background color is #513461.


Border color

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

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

This div border color is #513461.


Opacity

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

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

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

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

This text has shadow with #513461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513461 on black background.


Color preview on white background

This text has color #513461 on white background.



Black color preview on #513461 background

This text has black color on #513461 background.


White color preview on #513461 background

This text has white color on #513461 background.