COLOR #513C77

HEX: #513C77
RGB: (81,60,119)

Renk bilgisi

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

RGB renk modeli

#513C77 color RGB value is (81,60,119).

  • kırmız ton 81;
  • yeşil ton 60;
  • mavi ton 119.
RGB:
(81,60,119)
(32%,24%,47%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 60 of 255 = 24%
B 119 of 255 = 47%

81
60
119

R + G + B ~ 34%. #513C77 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 60 + 119 = 260 (100%)
R 81 of 260 ~ 31.15%
G 60 of 260 ~ 23.08%
B 119 of 260 ~ 45.77%

%31.15
%23.08
%45.77

CMYK RENK MODELİ

#513C77 rengi CMYK tonu (32,50,0,53).

  • camgöbeği tonu 31.93%
  • eflatun tonu 49.58%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(32,50,0,53)
C32M50Y0K53 
(32%,50%,0%,53%)
(0.32/0.50/0.00/0.53)	

CMYK yüzdeleri

%31.93
%49.58
%0
%53.33

Codes

Color #513C77 in popluar color models

513C77
RGB8160119
HSL261°32.96%35.10%
HSB/HSV261°49.58%46.67%
CMYK31.93%49.58%0.00%
53.33%

Color #513C77 in popluar number systems.

HEX513C77
Decimal8160119
Binary10100011111001110111
Octal12174167

Shades and tints

Shades of #513C77

#513C77
(81,60,119)
#4A376D
(74,55,109)
#433263
(67,50,99)
#3C2D59
(60,45,89)
#35284F
(53,40,79)
#2E2345
(46,35,69)
#271E3B
(39,30,59)
#201931
(32,25,49)
#191427
(25,20,39)
#120F1D
(18,15,29)
#0B0A13
(11,10,19)
#000000
(0,0,0)

Tints of #513C77

#513C77
(81,60,119)
#604D83
(96,77,131)
#6F5E8F
(111,94,143)
#7E6F9B
(126,111,155)
#8D80A7
(141,128,167)
#9C91B3
(156,145,179)
#ABA2BF
(171,162,191)
#BAB3CB
(186,179,203)
#C9C4D7
(201,196,215)
#D8D5E3
(216,213,227)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513C77 color. Also use rgb(81,60,119) instead hex code.

Text Font Color

.myTextColor { color: #513C77; }

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

This text font color is #513C77.


Background Color

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

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

This div background color is #513C77.


Border color

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

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

This div border color is #513C77.


Opacity

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

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

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

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

This text has shadow with #513C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513C77 on black background.


Color preview on white background

This text has color #513C77 on white background.



Black color preview on #513C77 background

This text has black color on #513C77 background.


White color preview on #513C77 background

This text has white color on #513C77 background.