COLOR #513C47

HEX: #513C47
RGB: (81,60,71)

Renk bilgisi

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

RGB renk modeli

#513C47 color RGB value is (81,60,71).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 60 of 255 = 24%
B 71 of 255 = 28%

81
60
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 60 + 71 = 212 (100%)
R 81 of 212 ~ 38.21%
G 60 of 212 ~ 28.3%
B 71 of 212 ~ 33.49%

%38.21
%28.3
%33.49

CMYK RENK MODELİ

#513C47 rengi CMYK tonu (0,26,12,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.93%
  • sarı tonu 12.35%
  • ana renk tonu 68.24%
CMYK:
(0,26,12,68)
C0M26Y12K68 
(0%,26%,12%,68%)
(0.00/0.26/0.12/0.68)	

CMYK yüzdeleri

%0
%25.93
%12.35
%68.24

Codes

Color #513C47 in popluar color models

513C47
RGB816071
HSL329°14.89%27.65%
HSB/HSV329°25.93%31.76%
CMYK0.00%25.93%12.35%
68.24%

Color #513C47 in popluar number systems.

HEX513C47
Decimal816071
Binary10100011111001000111
Octal12174107

Shades and tints

Shades of #513C47

#513C47
(81,60,71)
#4A3741
(74,55,65)
#43323B
(67,50,59)
#3C2D35
(60,45,53)
#35282F
(53,40,47)
#2E2329
(46,35,41)
#271E23
(39,30,35)
#20191D
(32,25,29)
#191417
(25,20,23)
#120F11
(18,15,17)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #513C47

#513C47
(81,60,71)
#604D57
(96,77,87)
#6F5E67
(111,94,103)
#7E6F77
(126,111,119)
#8D8087
(141,128,135)
#9C9197
(156,145,151)
#ABA2A7
(171,162,167)
#BAB3B7
(186,179,183)
#C9C4C7
(201,196,199)
#D8D5D7
(216,213,215)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513C47; }

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

This text font color is #513C47.


Background Color

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

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

This div background color is #513C47.


Border color

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

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

This div border color is #513C47.


Opacity

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

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

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

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

This text has shadow with #513C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513C47 on black background.


Color preview on white background

This text has color #513C47 on white background.



Black color preview on #513C47 background

This text has black color on #513C47 background.


White color preview on #513C47 background

This text has white color on #513C47 background.