COLOR #513D70

HEX: #513D70
RGB: (81,61,112)

Renk bilgisi

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

RGB renk modeli

#513D70 color RGB value is (81,61,112).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 61 of 255 = 24%
B 112 of 255 = 44%

81
61
112

R + G + B ~ 33%. #513D70 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 61 + 112 = 254 (100%)
R 81 of 254 ~ 31.89%
G 61 of 254 ~ 24.02%
B 112 of 254 ~ 44.09%

%31.89
%24.02
%44.09

CMYK RENK MODELİ

#513D70 rengi CMYK tonu (28,46,0,56).

  • camgöbeği tonu 27.68%
  • eflatun tonu 45.54%
  • sarı tonu 0.00%
  • ana renk tonu 56.08%
CMYK:
(28,46,0,56)
C28M46Y0K56 
(28%,46%,0%,56%)
(0.28/0.46/0.00/0.56)	

CMYK yüzdeleri

%27.68
%45.54
%0
%56.08

Codes

Color #513D70 in popluar color models

513D70
RGB8161112
HSL264°29.48%33.92%
HSB/HSV264°45.54%43.92%
CMYK27.68%45.54%0.00%
56.08%

Color #513D70 in popluar number systems.

HEX513D70
Decimal8161112
Binary10100011111011110000
Octal12175160

Shades and tints

Shades of #513D70

#513D70
(81,61,112)
#4A3866
(74,56,102)
#43335C
(67,51,92)
#3C2E52
(60,46,82)
#352948
(53,41,72)
#2E243E
(46,36,62)
#271F34
(39,31,52)
#201A2A
(32,26,42)
#191520
(25,21,32)
#121016
(18,16,22)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #513D70

#513D70
(81,61,112)
#604E7D
(96,78,125)
#6F5F8A
(111,95,138)
#7E7097
(126,112,151)
#8D81A4
(141,129,164)
#9C92B1
(156,146,177)
#ABA3BE
(171,163,190)
#BAB4CB
(186,180,203)
#C9C5D8
(201,197,216)
#D8D6E5
(216,214,229)
#E7E7F2
(231,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513D70; }

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

This text font color is #513D70.


Background Color

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

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

This div background color is #513D70.


Border color

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

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

This div border color is #513D70.


Opacity

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

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

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

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

This text has shadow with #513D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513D70 on black background.


Color preview on white background

This text has color #513D70 on white background.



Black color preview on #513D70 background

This text has black color on #513D70 background.


White color preview on #513D70 background

This text has white color on #513D70 background.