COLOR #503CB1

HEX: #503CB1
RGB: (80,60,177)

Renk bilgisi

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

RGB renk modeli

#503CB1 color RGB value is (80,60,177).

  • kırmız ton 80;
  • yeşil ton 60;
  • mavi ton 177.
RGB:
(80,60,177)
(31%,24%,69%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 60 of 255 = 24%
B 177 of 255 = 69%

80
60
177

R + G + B ~ 41%. #503CB1 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 60 + 177 = 317 (100%)
R 80 of 317 ~ 25.24%
G 60 of 317 ~ 18.93%
B 177 of 317 ~ 55.84%

%25.24
%18.93
%55.84

CMYK RENK MODELİ

#503CB1 rengi CMYK tonu (55,66,0,31).

  • camgöbeği tonu 54.80%
  • eflatun tonu 66.10%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(55,66,0,31)
C55M66Y0K31 
(55%,66%,0%,31%)
(0.55/0.66/0.00/0.31)	

CMYK yüzdeleri

%54.8
%66.1
%0
%30.59

Codes

Color #503CB1 in popluar color models

503CB1
RGB8060177
HSL250°49.37%46.47%
HSB/HSV250°66.10%69.41%
CMYK54.80%66.10%0.00%
30.59%

Color #503CB1 in popluar number systems.

HEX503CB1
Decimal8060177
Binary101000011110010110001
Octal12074261

Shades and tints

Shades of #503CB1

#503CB1
(80,60,177)
#4937A1
(73,55,161)
#423291
(66,50,145)
#3B2D81
(59,45,129)
#342871
(52,40,113)
#2D2361
(45,35,97)
#261E51
(38,30,81)
#1F1941
(31,25,65)
#181431
(24,20,49)
#110F21
(17,15,33)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #503CB1

#503CB1
(80,60,177)
#5F4DB8
(95,77,184)
#6E5EBF
(110,94,191)
#7D6FC6
(125,111,198)
#8C80CD
(140,128,205)
#9B91D4
(155,145,212)
#AAA2DB
(170,162,219)
#B9B3E2
(185,179,226)
#C8C4E9
(200,196,233)
#D7D5F0
(215,213,240)
#E6E6F7
(230,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503CB1 color. Also use rgb(80,60,177) instead hex code.

Text Font Color

.myTextColor { color: #503CB1; }

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

This text font color is #503CB1.


Background Color

.myBgColor { background-color: #503CB1; }

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

This div background color is #503CB1.


Border color

.myBorderColor { border: 1px solid #503CB1; }

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

This div border color is #503CB1.


Opacity

.myOpacity80 { color: #503CB1; opacity: 0.8; }

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

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

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

This text has shadow with #503CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503CB1 on black background.


Color preview on white background

This text has color #503CB1 on white background.



Black color preview on #503CB1 background

This text has black color on #503CB1 background.


White color preview on #503CB1 background

This text has white color on #503CB1 background.