COLOR #501C37

HEX: #501C37
RGB: (80,28,55)

Renk bilgisi

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

RGB renk modeli

#501C37 color RGB value is (80,28,55).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 28 of 255 = 11%
B 55 of 255 = 22%

80
28
55

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 28 + 55 = 163 (100%)
R 80 of 163 ~ 49.08%
G 28 of 163 ~ 17.18%
B 55 of 163 ~ 33.74%

%49.08
%17.18
%33.74

CMYK RENK MODELİ

#501C37 rengi CMYK tonu (0,65,31,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.00%
  • sarı tonu 31.25%
  • ana renk tonu 68.63%
CMYK:
(0,65,31,69)
C0M65Y31K69 
(0%,65%,31%,69%)
(0.00/0.65/0.31/0.69)	

CMYK yüzdeleri

%0
%65
%31.25
%68.63

Codes

Color #501C37 in popluar color models

501C37
RGB802855
HSL329°48.15%21.18%
HSB/HSV329°65.00%31.37%
CMYK0.00%65.00%31.25%
68.63%

Color #501C37 in popluar number systems.

HEX501C37
Decimal802855
Binary101000011100110111
Octal1203467

Shades and tints

Shades of #501C37

#501C37
(80,28,55)
#491A32
(73,26,50)
#42182D
(66,24,45)
#3B1628
(59,22,40)
#341423
(52,20,35)
#2D121E
(45,18,30)
#261019
(38,16,25)
#1F0E14
(31,14,20)
#180C0F
(24,12,15)
#110A0A
(17,10,10)
#0A0805
(10,8,5)
#000000
(0,0,0)

Tints of #501C37

#501C37
(80,28,55)
#5F3049
(95,48,73)
#6E445B
(110,68,91)
#7D586D
(125,88,109)
#8C6C7F
(140,108,127)
#9B8091
(155,128,145)
#AA94A3
(170,148,163)
#B9A8B5
(185,168,181)
#C8BCC7
(200,188,199)
#D7D0D9
(215,208,217)
#E6E4EB
(230,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501C37; }

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

This text font color is #501C37.


Background Color

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

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

This div background color is #501C37.


Border color

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

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

This div border color is #501C37.


Opacity

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

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

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

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

This text has shadow with #501C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501C37 on black background.


Color preview on white background

This text has color #501C37 on white background.



Black color preview on #501C37 background

This text has black color on #501C37 background.


White color preview on #501C37 background

This text has white color on #501C37 background.