COLOR #501C36

HEX: #501C36
RGB: (80,28,54)

Renk bilgisi

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

RGB renk modeli

#501C36 color RGB value is (80,28,54).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 28 of 255 = 11%
B 54 of 255 = 21%

80
28
54

R + G + B ~ 21%. #501C36 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 28 + 54 = 162 (100%)
R 80 of 162 ~ 49.38%
G 28 of 162 ~ 17.28%
B 54 of 162 ~ 33.33%

%49.38
%17.28
%33.33

CMYK RENK MODELİ

#501C36 rengi CMYK tonu (0,65,33,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.00%
  • sarı tonu 32.50%
  • ana renk tonu 68.63%
CMYK:
(0,65,33,69)
C0M65Y33K69 
(0%,65%,33%,69%)
(0.00/0.65/0.33/0.69)	

CMYK yüzdeleri

%0
%65
%32.5
%68.63

Codes

Color #501C36 in popluar color models

501C36
RGB802854
HSL330°48.15%21.18%
HSB/HSV330°65.00%31.37%
CMYK0.00%65.00%32.50%
68.63%

Color #501C36 in popluar number systems.

HEX501C36
Decimal802854
Binary101000011100110110
Octal1203466

Shades and tints

Shades of #501C36

#501C36
(80,28,54)
#491A32
(73,26,50)
#42182E
(66,24,46)
#3B162A
(59,22,42)
#341426
(52,20,38)
#2D1222
(45,18,34)
#26101E
(38,16,30)
#1F0E1A
(31,14,26)
#180C16
(24,12,22)
#110A12
(17,10,18)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #501C36

#501C36
(80,28,54)
#5F3048
(95,48,72)
#6E445A
(110,68,90)
#7D586C
(125,88,108)
#8C6C7E
(140,108,126)
#9B8090
(155,128,144)
#AA94A2
(170,148,162)
#B9A8B4
(185,168,180)
#C8BCC6
(200,188,198)
#D7D0D8
(215,208,216)
#E6E4EA
(230,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501C36 color. Also use rgb(80,28,54) instead hex code.

Text Font Color

.myTextColor { color: #501C36; }

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

This text font color is #501C36.


Background Color

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

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

This div background color is #501C36.


Border color

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

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

This div border color is #501C36.


Opacity

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

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

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

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

This text has shadow with #501C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501C36 on black background.


Color preview on white background

This text has color #501C36 on white background.



Black color preview on #501C36 background

This text has black color on #501C36 background.


White color preview on #501C36 background

This text has white color on #501C36 background.