COLOR #503196

HEX: #503196
RGB: (80,49,150)

Renk bilgisi

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

RGB renk modeli

#503196 color RGB value is (80,49,150).

  • kırmız ton 80;
  • yeşil ton 49;
  • mavi ton 150.
RGB:
(80,49,150)
(31%,19%,59%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 49 of 255 = 19%
B 150 of 255 = 59%

80
49
150

R + G + B ~ 36%. #503196 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 49 + 150 = 279 (100%)
R 80 of 279 ~ 28.67%
G 49 of 279 ~ 17.56%
B 150 of 279 ~ 53.76%

%28.67
%17.56
%53.76

CMYK RENK MODELİ

#503196 rengi CMYK tonu (47,67,0,41).

  • camgöbeği tonu 46.67%
  • eflatun tonu 67.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(47,67,0,41)
C47M67Y0K41 
(47%,67%,0%,41%)
(0.47/0.67/0.00/0.41)	

CMYK yüzdeleri

%46.67
%67.33
%0
%41.18

Codes

Color #503196 in popluar color models

503196
RGB8049150
HSL258°50.75%39.02%
HSB/HSV258°67.33%58.82%
CMYK46.67%67.33%0.00%
41.18%

Color #503196 in popluar number systems.

HEX503196
Decimal8049150
Binary101000011000110010110
Octal12061226

Shades and tints

Shades of #503196

#503196
(80,49,150)
#492D89
(73,45,137)
#42297C
(66,41,124)
#3B256F
(59,37,111)
#342162
(52,33,98)
#2D1D55
(45,29,85)
#261948
(38,25,72)
#1F153B
(31,21,59)
#18112E
(24,17,46)
#110D21
(17,13,33)
#0A0914
(10,9,20)
#000000
(0,0,0)

Tints of #503196

#503196
(80,49,150)
#5F439F
(95,67,159)
#6E55A8
(110,85,168)
#7D67B1
(125,103,177)
#8C79BA
(140,121,186)
#9B8BC3
(155,139,195)
#AA9DCC
(170,157,204)
#B9AFD5
(185,175,213)
#C8C1DE
(200,193,222)
#D7D3E7
(215,211,231)
#E6E5F0
(230,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503196 color. Also use rgb(80,49,150) instead hex code.

Text Font Color

.myTextColor { color: #503196; }

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

This text font color is #503196.


Background Color

.myBgColor { background-color: #503196; }

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

This div background color is #503196.


Border color

.myBorderColor { border: 1px solid #503196; }

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

This div border color is #503196.


Opacity

.myOpacity80 { color: #503196; opacity: 0.8; }

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

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

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

This text has shadow with #503196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503196 on black background.


Color preview on white background

This text has color #503196 on white background.



Black color preview on #503196 background

This text has black color on #503196 background.


White color preview on #503196 background

This text has white color on #503196 background.