COLOR #500513

HEX: #500513
RGB: (80,5,19)

Renk bilgisi

#500513 contains mainly red color. #500513 ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#500513 color RGB value is (80,5,19).

  • kırmız ton 80;
  • yeşil ton 5;
  • mavi ton 19.
RGB:
(80,5,19)
(31%,2%,7%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 5 of 255 = 2%
B 19 of 255 = 7%

80
5
19

R + G + B ~ 13%. #500513 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 5 + 19 = 104 (100%)
R 80 of 104 ~ 76.92%
G 5 of 104 ~ 4.81%
B 19 of 104 ~ 18.27%

%76.92
%18.27

CMYK RENK MODELİ

#500513 rengi CMYK tonu (0,94,76,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 93.75%
  • sarı tonu 76.25%
  • ana renk tonu 68.63%
CMYK:
(0,94,76,69)
C0M94Y76K69 
(0%,94%,76%,69%)
(0.00/0.94/0.76/0.69)	

CMYK yüzdeleri

%0
%93.75
%76.25
%68.63

Codes

Color #500513 in popluar color models

500513
RGB80519
HSL349°88.24%16.67%
HSB/HSV349°93.75%31.37%
CMYK0.00%93.75%76.25%
68.63%

Color #500513 in popluar number systems.

HEX500513
Decimal80519
Binary101000010110011
Octal120523

Shades and tints

Shades of #500513

#500513
(80,5,19)
#490512
(73,5,18)
#420511
(66,5,17)
#3B0510
(59,5,16)
#34050F
(52,5,15)
#2D050E
(45,5,14)
#26050D
(38,5,13)
#1F050C
(31,5,12)
#18050B
(24,5,11)
#11050A
(17,5,10)
#0A0509
(10,5,9)
#000000
(0,0,0)

Tints of #500513

#500513
(80,5,19)
#5F1B28
(95,27,40)
#6E313D
(110,49,61)
#7D4752
(125,71,82)
#8C5D67
(140,93,103)
#9B737C
(155,115,124)
#AA8991
(170,137,145)
#B99FA6
(185,159,166)
#C8B5BB
(200,181,187)
#D7CBD0
(215,203,208)
#E6E1E5
(230,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500513 color. Also use rgb(80,5,19) instead hex code.

Text Font Color

.myTextColor { color: #500513; }

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

This text font color is #500513.


Background Color

.myBgColor { background-color: #500513; }

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

This div background color is #500513.


Border color

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

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

This div border color is #500513.


Opacity

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

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

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

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

This text has shadow with #500513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500513 on black background.


Color preview on white background

This text has color #500513 on white background.



Black color preview on #500513 background

This text has black color on #500513 background.


White color preview on #500513 background

This text has white color on #500513 background.