COLOR #513A57

HEX: #513A57
RGB: (81,58,87)

Renk bilgisi

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

RGB renk modeli

#513A57 color RGB value is (81,58,87).

  • kırmız ton 81;
  • yeşil ton 58;
  • mavi ton 87.
RGB:
(81,58,87)
(32%,23%,34%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 58 of 255 = 23%
B 87 of 255 = 34%

81
58
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 58 + 87 = 226 (100%)
R 81 of 226 ~ 35.84%
G 58 of 226 ~ 25.66%
B 87 of 226 ~ 38.5%

%35.84
%25.66
%38.5

CMYK RENK MODELİ

#513A57 rengi CMYK tonu (7,33,0,66).

  • camgöbeği tonu 6.90%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(7,33,0,66)
C7M33Y0K66 
(7%,33%,0%,66%)
(0.07/0.33/0.00/0.66)	

CMYK yüzdeleri

%6.9
%33.33
%0
%65.88

Codes

Color #513A57 in popluar color models

513A57
RGB815887
HSL288°20.00%28.43%
HSB/HSV288°33.33%34.12%
CMYK6.90%33.33%0.00%
65.88%

Color #513A57 in popluar number systems.

HEX513A57
Decimal815887
Binary10100011110101010111
Octal12172127

Shades and tints

Shades of #513A57

#513A57
(81,58,87)
#4A3550
(74,53,80)
#433049
(67,48,73)
#3C2B42
(60,43,66)
#35263B
(53,38,59)
#2E2134
(46,33,52)
#271C2D
(39,28,45)
#201726
(32,23,38)
#19121F
(25,18,31)
#120D18
(18,13,24)
#0B0811
(11,8,17)
#000000
(0,0,0)

Tints of #513A57

#513A57
(81,58,87)
#604B66
(96,75,102)
#6F5C75
(111,92,117)
#7E6D84
(126,109,132)
#8D7E93
(141,126,147)
#9C8FA2
(156,143,162)
#ABA0B1
(171,160,177)
#BAB1C0
(186,177,192)
#C9C2CF
(201,194,207)
#D8D3DE
(216,211,222)
#E7E4ED
(231,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513A57 color. Also use rgb(81,58,87) instead hex code.

Text Font Color

.myTextColor { color: #513A57; }

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

This text font color is #513A57.


Background Color

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

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

This div background color is #513A57.


Border color

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

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

This div border color is #513A57.


Opacity

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

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

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

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

This text has shadow with #513A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513A57 on black background.


Color preview on white background

This text has color #513A57 on white background.



Black color preview on #513A57 background

This text has black color on #513A57 background.


White color preview on #513A57 background

This text has white color on #513A57 background.