COLOR #501113

HEX: #501113
RGB: (80,17,19)

Renk bilgisi

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

RGB renk modeli

#501113 color RGB value is (80,17,19).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 17 of 255 = 7%
B 19 of 255 = 7%

80
17
19

R + G + B ~ 15%. #501113 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 17 + 19 = 116 (100%)
R 80 of 116 ~ 68.97%
G 17 of 116 ~ 14.66%
B 19 of 116 ~ 16.38%

%68.97
%14.66
%16.38

CMYK RENK MODELİ

#501113 rengi CMYK tonu (0,79,76,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 78.75%
  • sarı tonu 76.25%
  • ana renk tonu 68.63%
CMYK:
(0,79,76,69)
C0M79Y76K69 
(0%,79%,76%,69%)
(0.00/0.79/0.76/0.69)	

CMYK yüzdeleri

%0
%78.75
%76.25
%68.63

Codes

Color #501113 in popluar color models

501113
RGB801719
HSL358°64.95%19.02%
HSB/HSV358°78.75%31.37%
CMYK0.00%78.75%76.25%
68.63%

Color #501113 in popluar number systems.

HEX501113
Decimal801719
Binary10100001000110011
Octal1202123

Shades and tints

Shades of #501113

#501113
(80,17,19)
#491012
(73,16,18)
#420F11
(66,15,17)
#3B0E10
(59,14,16)
#340D0F
(52,13,15)
#2D0C0E
(45,12,14)
#260B0D
(38,11,13)
#1F0A0C
(31,10,12)
#18090B
(24,9,11)
#11080A
(17,8,10)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #501113

#501113
(80,17,19)
#5F2628
(95,38,40)
#6E3B3D
(110,59,61)
#7D5052
(125,80,82)
#8C6567
(140,101,103)
#9B7A7C
(155,122,124)
#AA8F91
(170,143,145)
#B9A4A6
(185,164,166)
#C8B9BB
(200,185,187)
#D7CED0
(215,206,208)
#E6E3E5
(230,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501113; }

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

This text font color is #501113.


Background Color

.myBgColor { background-color: #501113; }

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

This div background color is #501113.


Border color

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

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

This div border color is #501113.


Opacity

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

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

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

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

This text has shadow with #501113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501113 on black background.


Color preview on white background

This text has color #501113 on white background.



Black color preview on #501113 background

This text has black color on #501113 background.


White color preview on #501113 background

This text has white color on #501113 background.