COLOR #501F56

HEX: #501F56
RGB: (80,31,86)

Renk bilgisi

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

RGB renk modeli

#501F56 color RGB value is (80,31,86).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 31 of 255 = 12%
B 86 of 255 = 34%

80
31
86

R + G + B ~ 26%. #501F56 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 31 + 86 = 197 (100%)
R 80 of 197 ~ 40.61%
G 31 of 197 ~ 15.74%
B 86 of 197 ~ 43.65%

%40.61
%15.74
%43.65

CMYK RENK MODELİ

#501F56 rengi CMYK tonu (7,64,0,66).

  • camgöbeği tonu 6.98%
  • eflatun tonu 63.95%
  • sarı tonu 0.00%
  • ana renk tonu 66.27%
CMYK:
(7,64,0,66)
C7M64Y0K66 
(7%,64%,0%,66%)
(0.07/0.64/0.00/0.66)	

CMYK yüzdeleri

%6.98
%63.95
%0
%66.27

Codes

Color #501F56 in popluar color models

501F56
RGB803186
HSL293°47.01%22.94%
HSB/HSV293°63.95%33.73%
CMYK6.98%63.95%0.00%
66.27%

Color #501F56 in popluar number systems.

HEX501F56
Decimal803186
Binary1010000111111010110
Octal12037126

Shades and tints

Shades of #501F56

#501F56
(80,31,86)
#491D4F
(73,29,79)
#421B48
(66,27,72)
#3B1941
(59,25,65)
#34173A
(52,23,58)
#2D1533
(45,21,51)
#26132C
(38,19,44)
#1F1125
(31,17,37)
#180F1E
(24,15,30)
#110D17
(17,13,23)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #501F56

#501F56
(80,31,86)
#5F3365
(95,51,101)
#6E4774
(110,71,116)
#7D5B83
(125,91,131)
#8C6F92
(140,111,146)
#9B83A1
(155,131,161)
#AA97B0
(170,151,176)
#B9ABBF
(185,171,191)
#C8BFCE
(200,191,206)
#D7D3DD
(215,211,221)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501F56; }

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

This text font color is #501F56.


Background Color

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

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

This div background color is #501F56.


Border color

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

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

This div border color is #501F56.


Opacity

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

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

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

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

This text has shadow with #501F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501F56 on black background.


Color preview on white background

This text has color #501F56 on white background.



Black color preview on #501F56 background

This text has black color on #501F56 background.


White color preview on #501F56 background

This text has white color on #501F56 background.