COLOR #500F59

HEX: #500F59
RGB: (80,15,89)

Renk bilgisi

#500F59 contains mainly red and blue colors. #500F59 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#500F59 color RGB value is (80,15,89).

  • kırmız ton 80;
  • yeşil ton 15;
  • mavi ton 89.
RGB:
(80,15,89)
(31%,6%,35%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 15 of 255 = 6%
B 89 of 255 = 35%

80
15
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 15 + 89 = 184 (100%)
R 80 of 184 ~ 43.48%
G 15 of 184 ~ 8.15%
B 89 of 184 ~ 48.37%

%43.48
%48.37

CMYK RENK MODELİ

#500F59 rengi CMYK tonu (10,83,0,65).

  • camgöbeği tonu 10.11%
  • eflatun tonu 83.15%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(10,83,0,65)
C10M83Y0K65 
(10%,83%,0%,65%)
(0.10/0.83/0.00/0.65)	

CMYK yüzdeleri

%10.11
%83.15
%0
%65.1

Codes

Color #500F59 in popluar color models

500F59
RGB801589
HSL293°71.15%20.39%
HSB/HSV293°83.15%34.90%
CMYK10.11%83.15%0.00%
65.10%

Color #500F59 in popluar number systems.

HEX500F59
Decimal801589
Binary101000011111011001
Octal12017131

Shades and tints

Shades of #500F59

#500F59
(80,15,89)
#490E51
(73,14,81)
#420D49
(66,13,73)
#3B0C41
(59,12,65)
#340B39
(52,11,57)
#2D0A31
(45,10,49)
#260929
(38,9,41)
#1F0821
(31,8,33)
#180719
(24,7,25)
#110611
(17,6,17)
#0A0509
(10,5,9)
#000000
(0,0,0)

Tints of #500F59

#500F59
(80,15,89)
#5F2468
(95,36,104)
#6E3977
(110,57,119)
#7D4E86
(125,78,134)
#8C6395
(140,99,149)
#9B78A4
(155,120,164)
#AA8DB3
(170,141,179)
#B9A2C2
(185,162,194)
#C8B7D1
(200,183,209)
#D7CCE0
(215,204,224)
#E6E1EF
(230,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500F59 color. Also use rgb(80,15,89) instead hex code.

Text Font Color

.myTextColor { color: #500F59; }

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

This text font color is #500F59.


Background Color

.myBgColor { background-color: #500F59; }

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

This div background color is #500F59.


Border color

.myBorderColor { border: 1px solid #500F59; }

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

This div border color is #500F59.


Opacity

.myOpacity80 { color: #500F59; opacity: 0.8; }

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

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

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

This text has shadow with #500F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500F59 on black background.


Color preview on white background

This text has color #500F59 on white background.



Black color preview on #500F59 background

This text has black color on #500F59 background.


White color preview on #500F59 background

This text has white color on #500F59 background.