COLOR #50329D

HEX: #50329D
RGB: (80,50,157)

Renk bilgisi

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

RGB renk modeli

#50329D color RGB value is (80,50,157).

  • kırmız ton 80;
  • yeşil ton 50;
  • mavi ton 157.
RGB:
(80,50,157)
(31%,20%,62%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 50 of 255 = 20%
B 157 of 255 = 62%

80
50
157

R + G + B ~ 38%. #50329D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 50 + 157 = 287 (100%)
R 80 of 287 ~ 27.87%
G 50 of 287 ~ 17.42%
B 157 of 287 ~ 54.7%

%27.87
%17.42
%54.7

CMYK RENK MODELİ

#50329D rengi CMYK tonu (49,68,0,38).

  • camgöbeği tonu 49.04%
  • eflatun tonu 68.15%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(49,68,0,38)
C49M68Y0K38 
(49%,68%,0%,38%)
(0.49/0.68/0.00/0.38)	

CMYK yüzdeleri

%49.04
%68.15
%0
%38.43

Codes

Color #50329D in popluar color models

50329D
RGB8050157
HSL257°51.69%40.59%
HSB/HSV257°68.15%61.57%
CMYK49.04%68.15%0.00%
38.43%

Color #50329D in popluar number systems.

HEX50329D
Decimal8050157
Binary101000011001010011101
Octal12062235

Shades and tints

Shades of #50329D

#50329D
(80,50,157)
#492E8F
(73,46,143)
#422A81
(66,42,129)
#3B2673
(59,38,115)
#342265
(52,34,101)
#2D1E57
(45,30,87)
#261A49
(38,26,73)
#1F163B
(31,22,59)
#18122D
(24,18,45)
#110E1F
(17,14,31)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #50329D

#50329D
(80,50,157)
#5F44A5
(95,68,165)
#6E56AD
(110,86,173)
#7D68B5
(125,104,181)
#8C7ABD
(140,122,189)
#9B8CC5
(155,140,197)
#AA9ECD
(170,158,205)
#B9B0D5
(185,176,213)
#C8C2DD
(200,194,221)
#D7D4E5
(215,212,229)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50329D color. Also use rgb(80,50,157) instead hex code.

Text Font Color

.myTextColor { color: #50329D; }

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

This text font color is #50329D.


Background Color

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

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

This div background color is #50329D.


Border color

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

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

This div border color is #50329D.


Opacity

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

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

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

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

This text has shadow with #50329D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50329D on black background.


Color preview on white background

This text has color #50329D on white background.



Black color preview on #50329D background

This text has black color on #50329D background.


White color preview on #50329D background

This text has white color on #50329D background.