COLOR #501137

HEX: #501137
RGB: (80,17,55)

Renk bilgisi

#501137 contains mainly red and blue colors. #501137 ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#501137 color RGB value is (80,17,55).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 17 of 255 = 7%
B 55 of 255 = 22%

80
17
55

R + G + B ~ 20%. #501137 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 17 + 55 = 152 (100%)
R 80 of 152 ~ 52.63%
G 17 of 152 ~ 11.18%
B 55 of 152 ~ 36.18%

%52.63
%11.18
%36.18

CMYK RENK MODELİ

#501137 rengi CMYK tonu (0,79,31,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 78.75%
  • sarı tonu 31.25%
  • ana renk tonu 68.63%
CMYK:
(0,79,31,69)
C0M79Y31K69 
(0%,79%,31%,69%)
(0.00/0.79/0.31/0.69)	

CMYK yüzdeleri

%0
%78.75
%31.25
%68.63

Codes

Color #501137 in popluar color models

501137
RGB801755
HSL324°64.95%19.02%
HSB/HSV324°78.75%31.37%
CMYK0.00%78.75%31.25%
68.63%

Color #501137 in popluar number systems.

HEX501137
Decimal801755
Binary101000010001110111
Octal1202167

Shades and tints

Shades of #501137

#501137
(80,17,55)
#491032
(73,16,50)
#420F2D
(66,15,45)
#3B0E28
(59,14,40)
#340D23
(52,13,35)
#2D0C1E
(45,12,30)
#260B19
(38,11,25)
#1F0A14
(31,10,20)
#18090F
(24,9,15)
#11080A
(17,8,10)
#0A0705
(10,7,5)
#000000
(0,0,0)

Tints of #501137

#501137
(80,17,55)
#5F2649
(95,38,73)
#6E3B5B
(110,59,91)
#7D506D
(125,80,109)
#8C657F
(140,101,127)
#9B7A91
(155,122,145)
#AA8FA3
(170,143,163)
#B9A4B5
(185,164,181)
#C8B9C7
(200,185,199)
#D7CED9
(215,206,217)
#E6E3EB
(230,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501137; }

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

This text font color is #501137.


Background Color

.myBgColor { background-color: #501137; }

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

This div background color is #501137.


Border color

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

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

This div border color is #501137.


Opacity

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

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

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

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

This text has shadow with #501137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501137 on black background.


Color preview on white background

This text has color #501137 on white background.



Black color preview on #501137 background

This text has black color on #501137 background.


White color preview on #501137 background

This text has white color on #501137 background.