COLOR #513000

HEX: #513000
RGB: (81,48,0)

Renk bilgisi

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

RGB renk modeli

#513000 color RGB value is (81,48,0).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 48 of 255 = 19%
B 0 of 255 = 0%

81
48
0

R + G + B ~ 17%. #513000 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 48 + 0 = 129 (100%)
R 81 of 129 ~ 62.79%
G 48 of 129 ~ 37.21%
B 0 of 129 ~ 0%

%62.79
%37.21

CMYK RENK MODELİ

#513000 rengi CMYK tonu (0,41,100,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.74%
  • sarı tonu 100.00%
  • ana renk tonu 68.24%
CMYK:
(0,41,100,68)
C0M41Y100K68 
(0%,41%,100%,68%)
(0.00/0.41/1.00/0.68)	

CMYK yüzdeleri

%0
%40.74
%100
%68.24

Codes

Color #513000 in popluar color models

513000
RGB81480
HSL36°100.00%15.88%
HSB/HSV36°100.00%31.76%
CMYK0.00%40.74%100.00%
68.24%

Color #513000 in popluar number systems.

HEX513000
Decimal81480
Binary10100011100000
Octal121600

Shades and tints

Shades of #513000

#513000
(81,48,0)
#4A2C00
(74,44,0)
#432800
(67,40,0)
#3C2400
(60,36,0)
#352000
(53,32,0)
#2E1C00
(46,28,0)
#271800
(39,24,0)
#201400
(32,20,0)
#191000
(25,16,0)
#120C00
(18,12,0)
#0B0800
(11,8,0)
#000000
(0,0,0)

Tints of #513000

#513000
(81,48,0)
#604217
(96,66,23)
#6F542E
(111,84,46)
#7E6645
(126,102,69)
#8D785C
(141,120,92)
#9C8A73
(156,138,115)
#AB9C8A
(171,156,138)
#BAAEA1
(186,174,161)
#C9C0B8
(201,192,184)
#D8D2CF
(216,210,207)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513000 color. Also use rgb(81,48,0) instead hex code.

Text Font Color

.myTextColor { color: #513000; }

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

This text font color is #513000.


Background Color

.myBgColor { background-color: #513000; }

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

This div background color is #513000.


Border color

.myBorderColor { border: 1px solid #513000; }

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

This div border color is #513000.


Opacity

.myOpacity80 { color: #513000; opacity: 0.8; }

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

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

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

This text has shadow with #513000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513000 on black background.


Color preview on white background

This text has color #513000 on white background.



Black color preview on #513000 background

This text has black color on #513000 background.


White color preview on #513000 background

This text has white color on #513000 background.