COLOR #513661

HEX: #513661
RGB: (81,54,97)

Renk bilgisi

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

RGB renk modeli

#513661 color RGB value is (81,54,97).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 54 of 255 = 21%
B 97 of 255 = 38%

81
54
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 54 + 97 = 232 (100%)
R 81 of 232 ~ 34.91%
G 54 of 232 ~ 23.28%
B 97 of 232 ~ 41.81%

%34.91
%23.28
%41.81

CMYK RENK MODELİ

#513661 rengi CMYK tonu (16,44,0,62).

  • camgöbeği tonu 16.49%
  • eflatun tonu 44.33%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(16,44,0,62)
C16M44Y0K62 
(16%,44%,0%,62%)
(0.16/0.44/0.00/0.62)	

CMYK yüzdeleri

%16.49
%44.33
%0
%61.96

Codes

Color #513661 in popluar color models

513661
RGB815497
HSL278°28.48%29.61%
HSB/HSV278°44.33%38.04%
CMYK16.49%44.33%0.00%
61.96%

Color #513661 in popluar number systems.

HEX513661
Decimal815497
Binary10100011101101100001
Octal12166141

Shades and tints

Shades of #513661

#513661
(81,54,97)
#4A3259
(74,50,89)
#432E51
(67,46,81)
#3C2A49
(60,42,73)
#352641
(53,38,65)
#2E2239
(46,34,57)
#271E31
(39,30,49)
#201A29
(32,26,41)
#191621
(25,22,33)
#121219
(18,18,25)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #513661

#513661
(81,54,97)
#60486F
(96,72,111)
#6F5A7D
(111,90,125)
#7E6C8B
(126,108,139)
#8D7E99
(141,126,153)
#9C90A7
(156,144,167)
#ABA2B5
(171,162,181)
#BAB4C3
(186,180,195)
#C9C6D1
(201,198,209)
#D8D8DF
(216,216,223)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513661; }

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

This text font color is #513661.


Background Color

.myBgColor { background-color: #513661; }

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

This div background color is #513661.


Border color

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

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

This div border color is #513661.


Opacity

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

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

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

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

This text has shadow with #513661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513661 on black background.


Color preview on white background

This text has color #513661 on white background.



Black color preview on #513661 background

This text has black color on #513661 background.


White color preview on #513661 background

This text has white color on #513661 background.