COLOR #50115D

HEX: #50115D
RGB: (80,17,93)

Renk bilgisi

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

RGB renk modeli

#50115D color RGB value is (80,17,93).

  • kırmız ton 80;
  • yeşil ton 17;
  • mavi ton 93.
RGB:
(80,17,93)
(31%,7%,36%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 17 of 255 = 7%
B 93 of 255 = 36%

80
17
93

R + G + B ~ 25%. #50115D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 17 + 93 = 190 (100%)
R 80 of 190 ~ 42.11%
G 17 of 190 ~ 8.95%
B 93 of 190 ~ 48.95%

%42.11
%48.95

CMYK RENK MODELİ

#50115D rengi CMYK tonu (14,82,0,64).

  • camgöbeği tonu 13.98%
  • eflatun tonu 81.72%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(14,82,0,64)
C14M82Y0K64 
(14%,82%,0%,64%)
(0.14/0.82/0.00/0.64)	

CMYK yüzdeleri

%13.98
%81.72
%0
%63.53

Codes

Color #50115D in popluar color models

50115D
RGB801793
HSL290°69.09%21.57%
HSB/HSV290°81.72%36.47%
CMYK13.98%81.72%0.00%
63.53%

Color #50115D in popluar number systems.

HEX50115D
Decimal801793
Binary1010000100011011101
Octal12021135

Shades and tints

Shades of #50115D

#50115D
(80,17,93)
#491055
(73,16,85)
#420F4D
(66,15,77)
#3B0E45
(59,14,69)
#340D3D
(52,13,61)
#2D0C35
(45,12,53)
#260B2D
(38,11,45)
#1F0A25
(31,10,37)
#18091D
(24,9,29)
#110815
(17,8,21)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #50115D

#50115D
(80,17,93)
#5F266B
(95,38,107)
#6E3B79
(110,59,121)
#7D5087
(125,80,135)
#8C6595
(140,101,149)
#9B7AA3
(155,122,163)
#AA8FB1
(170,143,177)
#B9A4BF
(185,164,191)
#C8B9CD
(200,185,205)
#D7CEDB
(215,206,219)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50115D color. Also use rgb(80,17,93) instead hex code.

Text Font Color

.myTextColor { color: #50115D; }

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

This text font color is #50115D.


Background Color

.myBgColor { background-color: #50115D; }

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

This div background color is #50115D.


Border color

.myBorderColor { border: 1px solid #50115D; }

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

This div border color is #50115D.


Opacity

.myOpacity80 { color: #50115D; opacity: 0.8; }

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

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

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

This text has shadow with #50115D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50115D on black background.


Color preview on white background

This text has color #50115D on white background.



Black color preview on #50115D background

This text has black color on #50115D background.


White color preview on #50115D background

This text has white color on #50115D background.