COLOR #513C49

HEX: #513C49
RGB: (81,60,73)

Renk bilgisi

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

RGB renk modeli

#513C49 color RGB value is (81,60,73).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 60 of 255 = 24%
B 73 of 255 = 29%

81
60
73

R + G + B ~ 28%. #513C49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 60 + 73 = 214 (100%)
R 81 of 214 ~ 37.85%
G 60 of 214 ~ 28.04%
B 73 of 214 ~ 34.11%

%37.85
%28.04
%34.11

CMYK RENK MODELİ

#513C49 rengi CMYK tonu (0,26,10,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.93%
  • sarı tonu 9.88%
  • ana renk tonu 68.24%
CMYK:
(0,26,10,68)
C0M26Y10K68 
(0%,26%,10%,68%)
(0.00/0.26/0.10/0.68)	

CMYK yüzdeleri

%0
%25.93
%9.88
%68.24

Codes

Color #513C49 in popluar color models

513C49
RGB816073
HSL323°14.89%27.65%
HSB/HSV323°25.93%31.76%
CMYK0.00%25.93%9.88%
68.24%

Color #513C49 in popluar number systems.

HEX513C49
Decimal816073
Binary10100011111001001001
Octal12174111

Shades and tints

Shades of #513C49

#513C49
(81,60,73)
#4A3743
(74,55,67)
#43323D
(67,50,61)
#3C2D37
(60,45,55)
#352831
(53,40,49)
#2E232B
(46,35,43)
#271E25
(39,30,37)
#20191F
(32,25,31)
#191419
(25,20,25)
#120F13
(18,15,19)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #513C49

#513C49
(81,60,73)
#604D59
(96,77,89)
#6F5E69
(111,94,105)
#7E6F79
(126,111,121)
#8D8089
(141,128,137)
#9C9199
(156,145,153)
#ABA2A9
(171,162,169)
#BAB3B9
(186,179,185)
#C9C4C9
(201,196,201)
#D8D5D9
(216,213,217)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513C49; }

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

This text font color is #513C49.


Background Color

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

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

This div background color is #513C49.


Border color

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

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

This div border color is #513C49.


Opacity

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

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

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

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

This text has shadow with #513C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513C49 on black background.


Color preview on white background

This text has color #513C49 on white background.



Black color preview on #513C49 background

This text has black color on #513C49 background.


White color preview on #513C49 background

This text has white color on #513C49 background.