COLOR #501750

HEX: #501750
RGB: (80,23,80)

Renk bilgisi

#501750 contains red, green and blue colors in about the same proportion. #501750 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#501750 color RGB value is (80,23,80).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 23 of 255 = 9%
B 80 of 255 = 31%

80
23
80

R + G + B ~ 24%. #501750 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 23 + 80 = 183 (100%)
R 80 of 183 ~ 43.72%
G 23 of 183 ~ 12.57%
B 80 of 183 ~ 43.72%

%43.72
%12.57
%43.72

CMYK RENK MODELİ

#501750 rengi CMYK tonu (0,71,0,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 71.25%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(0,71,0,69)
C0M71Y0K69 
(0%,71%,0%,69%)
(0.00/0.71/0.00/0.69)	

CMYK yüzdeleri

%0
%71.25
%0
%68.63

Codes

Color #501750 in popluar color models

501750
RGB802380
HSL300°55.34%20.20%
HSB/HSV300°71.25%31.37%
CMYK0.00%71.25%0.00%
68.63%

Color #501750 in popluar number systems.

HEX501750
Decimal802380
Binary1010000101111010000
Octal12027120

Shades and tints

Shades of #501750

#501750
(80,23,80)
#491549
(73,21,73)
#421342
(66,19,66)
#3B113B
(59,17,59)
#340F34
(52,15,52)
#2D0D2D
(45,13,45)
#260B26
(38,11,38)
#1F091F
(31,9,31)
#180718
(24,7,24)
#110511
(17,5,17)
#0A030A
(10,3,10)
#000000
(0,0,0)

Tints of #501750

#501750
(80,23,80)
#5F2C5F
(95,44,95)
#6E416E
(110,65,110)
#7D567D
(125,86,125)
#8C6B8C
(140,107,140)
#9B809B
(155,128,155)
#AA95AA
(170,149,170)
#B9AAB9
(185,170,185)
#C8BFC8
(200,191,200)
#D7D4D7
(215,212,215)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501750; }

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

This text font color is #501750.


Background Color

.myBgColor { background-color: #501750; }

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

This div background color is #501750.


Border color

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

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

This div border color is #501750.


Opacity

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

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

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

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

This text has shadow with #501750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501750 on black background.


Color preview on white background

This text has color #501750 on white background.



Black color preview on #501750 background

This text has black color on #501750 background.


White color preview on #501750 background

This text has white color on #501750 background.