COLOR #513C58

HEX: #513C58
RGB: (81,60,88)

Renk bilgisi

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

RGB renk modeli

#513C58 color RGB value is (81,60,88).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 60 of 255 = 24%
B 88 of 255 = 35%

81
60
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 60 + 88 = 229 (100%)
R 81 of 229 ~ 35.37%
G 60 of 229 ~ 26.2%
B 88 of 229 ~ 38.43%

%35.37
%26.2
%38.43

CMYK RENK MODELİ

#513C58 rengi CMYK tonu (8,32,0,65).

  • camgöbeği tonu 7.95%
  • eflatun tonu 31.82%
  • sarı tonu 0.00%
  • ana renk tonu 65.49%
CMYK:
(8,32,0,65)
C8M32Y0K65 
(8%,32%,0%,65%)
(0.08/0.32/0.00/0.65)	

CMYK yüzdeleri

%7.95
%31.82
%0
%65.49

Codes

Color #513C58 in popluar color models

513C58
RGB816088
HSL285°18.92%29.02%
HSB/HSV285°31.82%34.51%
CMYK7.95%31.82%0.00%
65.49%

Color #513C58 in popluar number systems.

HEX513C58
Decimal816088
Binary10100011111001011000
Octal12174130

Shades and tints

Shades of #513C58

#513C58
(81,60,88)
#4A3750
(74,55,80)
#433248
(67,50,72)
#3C2D40
(60,45,64)
#352838
(53,40,56)
#2E2330
(46,35,48)
#271E28
(39,30,40)
#201920
(32,25,32)
#191418
(25,20,24)
#120F10
(18,15,16)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #513C58

#513C58
(81,60,88)
#604D67
(96,77,103)
#6F5E76
(111,94,118)
#7E6F85
(126,111,133)
#8D8094
(141,128,148)
#9C91A3
(156,145,163)
#ABA2B2
(171,162,178)
#BAB3C1
(186,179,193)
#C9C4D0
(201,196,208)
#D8D5DF
(216,213,223)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513C58; }

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

This text font color is #513C58.


Background Color

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

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

This div background color is #513C58.


Border color

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

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

This div border color is #513C58.


Opacity

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

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

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

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

This text has shadow with #513C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513C58 on black background.


Color preview on white background

This text has color #513C58 on white background.



Black color preview on #513C58 background

This text has black color on #513C58 background.


White color preview on #513C58 background

This text has white color on #513C58 background.