COLOR #50359A

HEX: #50359A
RGB: (80,53,154)

Renk bilgisi

#50359A contains mainly blue color. #50359A ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#50359A color RGB value is (80,53,154).

  • kırmız ton 80;
  • yeşil ton 53;
  • mavi ton 154.
RGB:
(80,53,154)
(31%,21%,60%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 53 of 255 = 21%
B 154 of 255 = 60%

80
53
154

R + G + B ~ 37%. #50359A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 53 + 154 = 287 (100%)
R 80 of 287 ~ 27.87%
G 53 of 287 ~ 18.47%
B 154 of 287 ~ 53.66%

%27.87
%18.47
%53.66

CMYK RENK MODELİ

#50359A rengi CMYK tonu (48,66,0,40).

  • camgöbeği tonu 48.05%
  • eflatun tonu 65.58%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(48,66,0,40)
C48M66Y0K40 
(48%,66%,0%,40%)
(0.48/0.66/0.00/0.40)	

CMYK yüzdeleri

%48.05
%65.58
%0
%39.61

Codes

Color #50359A in popluar color models

50359A
RGB8053154
HSL256°48.79%40.59%
HSB/HSV256°65.58%60.39%
CMYK48.05%65.58%0.00%
39.61%

Color #50359A in popluar number systems.

HEX50359A
Decimal8053154
Binary101000011010110011010
Octal12065232

Shades and tints

Shades of #50359A

#50359A
(80,53,154)
#49318C
(73,49,140)
#422D7E
(66,45,126)
#3B2970
(59,41,112)
#342562
(52,37,98)
#2D2154
(45,33,84)
#261D46
(38,29,70)
#1F1938
(31,25,56)
#18152A
(24,21,42)
#11111C
(17,17,28)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #50359A

#50359A
(80,53,154)
#5F47A3
(95,71,163)
#6E59AC
(110,89,172)
#7D6BB5
(125,107,181)
#8C7DBE
(140,125,190)
#9B8FC7
(155,143,199)
#AAA1D0
(170,161,208)
#B9B3D9
(185,179,217)
#C8C5E2
(200,197,226)
#D7D7EB
(215,215,235)
#E6E9F4
(230,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50359A color. Also use rgb(80,53,154) instead hex code.

Text Font Color

.myTextColor { color: #50359A; }

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

This text font color is #50359A.


Background Color

.myBgColor { background-color: #50359A; }

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

This div background color is #50359A.


Border color

.myBorderColor { border: 1px solid #50359A; }

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

This div border color is #50359A.


Opacity

.myOpacity80 { color: #50359A; opacity: 0.8; }

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

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

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

This text has shadow with #50359A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50359A on black background.


Color preview on white background

This text has color #50359A on white background.



Black color preview on #50359A background

This text has black color on #50359A background.


White color preview on #50359A background

This text has white color on #50359A background.