COLOR #513F13

HEX: #513F13
RGB: (81,63,19)

Renk bilgisi

#513F13 contains mainly red and green colors. #513F13 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#513F13 color RGB value is (81,63,19).

  • kırmız ton 81;
  • yeşil ton 63;
  • mavi ton 19.
RGB:
(81,63,19)
(32%,25%,7%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 63 of 255 = 25%
B 19 of 255 = 7%

81
63
19

R + G + B ~ 21%. #513F13 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 63 + 19 = 163 (100%)
R 81 of 163 ~ 49.69%
G 63 of 163 ~ 38.65%
B 19 of 163 ~ 11.66%

%49.69
%38.65
%11.66

CMYK RENK MODELİ

#513F13 rengi CMYK tonu (0,22,77,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.22%
  • sarı tonu 76.54%
  • ana renk tonu 68.24%
CMYK:
(0,22,77,68)
C0M22Y77K68 
(0%,22%,77%,68%)
(0.00/0.22/0.77/0.68)	

CMYK yüzdeleri

%0
%22.22
%76.54
%68.24

Codes

Color #513F13 in popluar color models

513F13
RGB816319
HSL43°62.00%19.61%
HSB/HSV43°76.54%31.76%
CMYK0.00%22.22%76.54%
68.24%

Color #513F13 in popluar number systems.

HEX513F13
Decimal816319
Binary101000111111110011
Octal1217723

Shades and tints

Shades of #513F13

#513F13
(81,63,19)
#4A3A12
(74,58,18)
#433511
(67,53,17)
#3C3010
(60,48,16)
#352B0F
(53,43,15)
#2E260E
(46,38,14)
#27210D
(39,33,13)
#201C0C
(32,28,12)
#19170B
(25,23,11)
#12120A
(18,18,10)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #513F13

#513F13
(81,63,19)
#605028
(96,80,40)
#6F613D
(111,97,61)
#7E7252
(126,114,82)
#8D8367
(141,131,103)
#9C947C
(156,148,124)
#ABA591
(171,165,145)
#BAB6A6
(186,182,166)
#C9C7BB
(201,199,187)
#D8D8D0
(216,216,208)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513F13 color. Also use rgb(81,63,19) instead hex code.

Text Font Color

.myTextColor { color: #513F13; }

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

This text font color is #513F13.


Background Color

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

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

This div background color is #513F13.


Border color

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

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

This div border color is #513F13.


Opacity

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

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

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

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

This text has shadow with #513F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513F13 on black background.


Color preview on white background

This text has color #513F13 on white background.



Black color preview on #513F13 background

This text has black color on #513F13 background.


White color preview on #513F13 background

This text has white color on #513F13 background.