COLOR #513B58

HEX: #513B58
RGB: (81,59,88)

Renk bilgisi

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

RGB renk modeli

#513B58 color RGB value is (81,59,88).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 59 of 255 = 23%
B 88 of 255 = 35%

81
59
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 59 + 88 = 228 (100%)
R 81 of 228 ~ 35.53%
G 59 of 228 ~ 25.88%
B 88 of 228 ~ 38.6%

%35.53
%25.88
%38.6

CMYK RENK MODELİ

#513B58 rengi CMYK tonu (8,33,0,65).

  • camgöbeği tonu 7.95%
  • eflatun tonu 32.95%
  • sarı tonu 0.00%
  • ana renk tonu 65.49%
CMYK:
(8,33,0,65)
C8M33Y0K65 
(8%,33%,0%,65%)
(0.08/0.33/0.00/0.65)	

CMYK yüzdeleri

%7.95
%32.95
%0
%65.49

Codes

Color #513B58 in popluar color models

513B58
RGB815988
HSL286°19.73%28.82%
HSB/HSV286°32.95%34.51%
CMYK7.95%32.95%0.00%
65.49%

Color #513B58 in popluar number systems.

HEX513B58
Decimal815988
Binary10100011110111011000
Octal12173130

Shades and tints

Shades of #513B58

#513B58
(81,59,88)
#4A3650
(74,54,80)
#433148
(67,49,72)
#3C2C40
(60,44,64)
#352738
(53,39,56)
#2E2230
(46,34,48)
#271D28
(39,29,40)
#201820
(32,24,32)
#191318
(25,19,24)
#120E10
(18,14,16)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #513B58

#513B58
(81,59,88)
#604C67
(96,76,103)
#6F5D76
(111,93,118)
#7E6E85
(126,110,133)
#8D7F94
(141,127,148)
#9C90A3
(156,144,163)
#ABA1B2
(171,161,178)
#BAB2C1
(186,178,193)
#C9C3D0
(201,195,208)
#D8D4DF
(216,212,223)
#E7E5EE
(231,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513B58; }

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

This text font color is #513B58.


Background Color

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

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

This div background color is #513B58.


Border color

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

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

This div border color is #513B58.


Opacity

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

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

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

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

This text has shadow with #513B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513B58 on black background.


Color preview on white background

This text has color #513B58 on white background.



Black color preview on #513B58 background

This text has black color on #513B58 background.


White color preview on #513B58 background

This text has white color on #513B58 background.