COLOR #501F13

HEX: #501F13
RGB: (80,31,19)

Renk bilgisi

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

RGB renk modeli

#501F13 color RGB value is (80,31,19).

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

RGB bağlantıları ve doygunluk

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

80
31
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 31 + 19 = 130 (100%)
R 80 of 130 ~ 61.54%
G 31 of 130 ~ 23.85%
B 19 of 130 ~ 14.62%

%61.54
%23.85
%14.62

CMYK RENK MODELİ

#501F13 rengi CMYK tonu (0,61,76,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.25%
  • sarı tonu 76.25%
  • ana renk tonu 68.63%
CMYK:
(0,61,76,69)
C0M61Y76K69 
(0%,61%,76%,69%)
(0.00/0.61/0.76/0.69)	

CMYK yüzdeleri

%0
%61.25
%76.25
%68.63

Codes

Color #501F13 in popluar color models

501F13
RGB803119
HSL12°61.62%19.41%
HSB/HSV12°76.25%31.37%
CMYK0.00%61.25%76.25%
68.63%

Color #501F13 in popluar number systems.

HEX501F13
Decimal803119
Binary10100001111110011
Octal1203723

Shades and tints

Shades of #501F13

#501F13
(80,31,19)
#491D12
(73,29,18)
#421B11
(66,27,17)
#3B1910
(59,25,16)
#34170F
(52,23,15)
#2D150E
(45,21,14)
#26130D
(38,19,13)
#1F110C
(31,17,12)
#180F0B
(24,15,11)
#110D0A
(17,13,10)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #501F13

#501F13
(80,31,19)
#5F3328
(95,51,40)
#6E473D
(110,71,61)
#7D5B52
(125,91,82)
#8C6F67
(140,111,103)
#9B837C
(155,131,124)
#AA9791
(170,151,145)
#B9ABA6
(185,171,166)
#C8BFBB
(200,191,187)
#D7D3D0
(215,211,208)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501F13; }

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

This text font color is #501F13.


Background Color

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

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

This div background color is #501F13.


Border color

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

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

This div border color is #501F13.


Opacity

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

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

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

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

This text has shadow with #501F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501F13 on black background.


Color preview on white background

This text has color #501F13 on white background.



Black color preview on #501F13 background

This text has black color on #501F13 background.


White color preview on #501F13 background

This text has white color on #501F13 background.