COLOR #513B40

HEX: #513B40
RGB: (81,59,64)

Renk bilgisi

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

RGB renk modeli

#513B40 color RGB value is (81,59,64).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 59 of 255 = 23%
B 64 of 255 = 25%

81
59
64

R + G + B ~ 27%. #513B40 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 59 + 64 = 204 (100%)
R 81 of 204 ~ 39.71%
G 59 of 204 ~ 28.92%
B 64 of 204 ~ 31.37%

%39.71
%28.92
%31.37

CMYK RENK MODELİ

#513B40 rengi CMYK tonu (0,27,21,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.16%
  • sarı tonu 20.99%
  • ana renk tonu 68.24%
CMYK:
(0,27,21,68)
C0M27Y21K68 
(0%,27%,21%,68%)
(0.00/0.27/0.21/0.68)	

CMYK yüzdeleri

%0
%27.16
%20.99
%68.24

Codes

Color #513B40 in popluar color models

513B40
RGB815964
HSL346°15.71%27.45%
HSB/HSV346°27.16%31.76%
CMYK0.00%27.16%20.99%
68.24%

Color #513B40 in popluar number systems.

HEX513B40
Decimal815964
Binary10100011110111000000
Octal12173100

Shades and tints

Shades of #513B40

#513B40
(81,59,64)
#4A363B
(74,54,59)
#433136
(67,49,54)
#3C2C31
(60,44,49)
#35272C
(53,39,44)
#2E2227
(46,34,39)
#271D22
(39,29,34)
#20181D
(32,24,29)
#191318
(25,19,24)
#120E13
(18,14,19)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #513B40

#513B40
(81,59,64)
#604C51
(96,76,81)
#6F5D62
(111,93,98)
#7E6E73
(126,110,115)
#8D7F84
(141,127,132)
#9C9095
(156,144,149)
#ABA1A6
(171,161,166)
#BAB2B7
(186,178,183)
#C9C3C8
(201,195,200)
#D8D4D9
(216,212,217)
#E7E5EA
(231,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513B40; }

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

This text font color is #513B40.


Background Color

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

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

This div background color is #513B40.


Border color

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

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

This div border color is #513B40.


Opacity

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

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

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

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

This text has shadow with #513B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513B40 on black background.


Color preview on white background

This text has color #513B40 on white background.



Black color preview on #513B40 background

This text has black color on #513B40 background.


White color preview on #513B40 background

This text has white color on #513B40 background.