COLOR #501D1F

HEX: #501D1F
RGB: (80,29,31)

Renk bilgisi

#501D1F contains red, green and blue colors in about the same proportion. #501D1F ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#501D1F color RGB value is (80,29,31).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 29 of 255 = 11%
B 31 of 255 = 12%

80
29
31

R + G + B ~ 18%. #501D1F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 29 + 31 = 140 (100%)
R 80 of 140 ~ 57.14%
G 29 of 140 ~ 20.71%
B 31 of 140 ~ 22.14%

%57.14
%20.71
%22.14

CMYK RENK MODELİ

#501D1F rengi CMYK tonu (0,64,61,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 63.75%
  • sarı tonu 61.25%
  • ana renk tonu 68.63%
CMYK:
(0,64,61,69)
C0M64Y61K69 
(0%,64%,61%,69%)
(0.00/0.64/0.61/0.69)	

CMYK yüzdeleri

%0
%63.75
%61.25
%68.63

Codes

Color #501D1F in popluar color models

501D1F
RGB802931
HSL358°46.79%21.37%
HSB/HSV358°63.75%31.37%
CMYK0.00%63.75%61.25%
68.63%

Color #501D1F in popluar number systems.

HEX501D1F
Decimal802931
Binary10100001110111111
Octal1203537

Shades and tints

Shades of #501D1F

#501D1F
(80,29,31)
#491B1D
(73,27,29)
#42191B
(66,25,27)
#3B1719
(59,23,25)
#341517
(52,21,23)
#2D1315
(45,19,21)
#261113
(38,17,19)
#1F0F11
(31,15,17)
#180D0F
(24,13,15)
#110B0D
(17,11,13)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #501D1F

#501D1F
(80,29,31)
#5F3133
(95,49,51)
#6E4547
(110,69,71)
#7D595B
(125,89,91)
#8C6D6F
(140,109,111)
#9B8183
(155,129,131)
#AA9597
(170,149,151)
#B9A9AB
(185,169,171)
#C8BDBF
(200,189,191)
#D7D1D3
(215,209,211)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501D1F; }

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

This text font color is #501D1F.


Background Color

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

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

This div background color is #501D1F.


Border color

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

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

This div border color is #501D1F.


Opacity

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

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

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

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

This text has shadow with #501D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501D1F on black background.


Color preview on white background

This text has color #501D1F on white background.



Black color preview on #501D1F background

This text has black color on #501D1F background.


White color preview on #501D1F background

This text has white color on #501D1F background.