COLOR #50135F

HEX: #50135F
RGB: (80,19,95)

Renk bilgisi

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

RGB renk modeli

#50135F color RGB value is (80,19,95).

  • kırmız ton 80;
  • yeşil ton 19;
  • mavi ton 95.
RGB:
(80,19,95)
(31%,7%,37%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 19 of 255 = 7%
B 95 of 255 = 37%

80
19
95

R + G + B ~ 25%. #50135F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 19 + 95 = 194 (100%)
R 80 of 194 ~ 41.24%
G 19 of 194 ~ 9.79%
B 95 of 194 ~ 48.97%

%41.24
%9.79
%48.97

CMYK RENK MODELİ

#50135F rengi CMYK tonu (16,80,0,63).

  • camgöbeği tonu 15.79%
  • eflatun tonu 80.00%
  • sarı tonu 0.00%
  • ana renk tonu 62.75%
CMYK:
(16,80,0,63)
C16M80Y0K63 
(16%,80%,0%,63%)
(0.16/0.80/0.00/0.63)	

CMYK yüzdeleri

%15.79
%80
%0
%62.75

Codes

Color #50135F in popluar color models

50135F
RGB801995
HSL288°66.67%22.35%
HSB/HSV288°80.00%37.25%
CMYK15.79%80.00%0.00%
62.75%

Color #50135F in popluar number systems.

HEX50135F
Decimal801995
Binary1010000100111011111
Octal12023137

Shades and tints

Shades of #50135F

#50135F
(80,19,95)
#491257
(73,18,87)
#42114F
(66,17,79)
#3B1047
(59,16,71)
#340F3F
(52,15,63)
#2D0E37
(45,14,55)
#260D2F
(38,13,47)
#1F0C27
(31,12,39)
#180B1F
(24,11,31)
#110A17
(17,10,23)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #50135F

#50135F
(80,19,95)
#5F286D
(95,40,109)
#6E3D7B
(110,61,123)
#7D5289
(125,82,137)
#8C6797
(140,103,151)
#9B7CA5
(155,124,165)
#AA91B3
(170,145,179)
#B9A6C1
(185,166,193)
#C8BBCF
(200,187,207)
#D7D0DD
(215,208,221)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50135F color. Also use rgb(80,19,95) instead hex code.

Text Font Color

.myTextColor { color: #50135F; }

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

This text font color is #50135F.


Background Color

.myBgColor { background-color: #50135F; }

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

This div background color is #50135F.


Border color

.myBorderColor { border: 1px solid #50135F; }

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

This div border color is #50135F.


Opacity

.myOpacity80 { color: #50135F; opacity: 0.8; }

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

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

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

This text has shadow with #50135F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50135F on black background.


Color preview on white background

This text has color #50135F on white background.



Black color preview on #50135F background

This text has black color on #50135F background.


White color preview on #50135F background

This text has white color on #50135F background.