COLOR #501F53

HEX: #501F53
RGB: (80,31,83)

Renk bilgisi

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

RGB renk modeli

#501F53 color RGB value is (80,31,83).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 31 of 255 = 12%
B 83 of 255 = 33%

80
31
83

R + G + B ~ 25%. #501F53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 31 + 83 = 194 (100%)
R 80 of 194 ~ 41.24%
G 31 of 194 ~ 15.98%
B 83 of 194 ~ 42.78%

%41.24
%15.98
%42.78

CMYK RENK MODELİ

#501F53 rengi CMYK tonu (4,63,0,67).

  • camgöbeği tonu 3.61%
  • eflatun tonu 62.65%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(4,63,0,67)
C4M63Y0K67 
(4%,63%,0%,67%)
(0.04/0.63/0.00/0.67)	

CMYK yüzdeleri

%3.61
%62.65
%0
%67.45

Codes

Color #501F53 in popluar color models

501F53
RGB803183
HSL297°45.61%22.35%
HSB/HSV297°62.65%32.55%
CMYK3.61%62.65%0.00%
67.45%

Color #501F53 in popluar number systems.

HEX501F53
Decimal803183
Binary1010000111111010011
Octal12037123

Shades and tints

Shades of #501F53

#501F53
(80,31,83)
#491D4C
(73,29,76)
#421B45
(66,27,69)
#3B193E
(59,25,62)
#341737
(52,23,55)
#2D1530
(45,21,48)
#261329
(38,19,41)
#1F1122
(31,17,34)
#180F1B
(24,15,27)
#110D14
(17,13,20)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #501F53

#501F53
(80,31,83)
#5F3362
(95,51,98)
#6E4771
(110,71,113)
#7D5B80
(125,91,128)
#8C6F8F
(140,111,143)
#9B839E
(155,131,158)
#AA97AD
(170,151,173)
#B9ABBC
(185,171,188)
#C8BFCB
(200,191,203)
#D7D3DA
(215,211,218)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501F53; }

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

This text font color is #501F53.


Background Color

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

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

This div background color is #501F53.


Border color

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

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

This div border color is #501F53.


Opacity

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

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

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

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

This text has shadow with #501F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501F53 on black background.


Color preview on white background

This text has color #501F53 on white background.



Black color preview on #501F53 background

This text has black color on #501F53 background.


White color preview on #501F53 background

This text has white color on #501F53 background.