COLOR #503DA9

HEX: #503DA9
RGB: (80,61,169)

Renk bilgisi

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

RGB renk modeli

#503DA9 color RGB value is (80,61,169).

  • kırmız ton 80;
  • yeşil ton 61;
  • mavi ton 169.
RGB:
(80,61,169)
(31%,24%,66%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 61 of 255 = 24%
B 169 of 255 = 66%

80
61
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 61 + 169 = 310 (100%)
R 80 of 310 ~ 25.81%
G 61 of 310 ~ 19.68%
B 169 of 310 ~ 54.52%

%25.81
%19.68
%54.52

CMYK RENK MODELİ

#503DA9 rengi CMYK tonu (53,64,0,34).

  • camgöbeği tonu 52.66%
  • eflatun tonu 63.91%
  • sarı tonu 0.00%
  • ana renk tonu 33.73%
CMYK:
(53,64,0,34)
C53M64Y0K34 
(53%,64%,0%,34%)
(0.53/0.64/0.00/0.34)	

CMYK yüzdeleri

%52.66
%63.91
%0
%33.73

Codes

Color #503DA9 in popluar color models

503DA9
RGB8061169
HSL251°46.96%45.10%
HSB/HSV251°63.91%66.27%
CMYK52.66%63.91%0.00%
33.73%

Color #503DA9 in popluar number systems.

HEX503DA9
Decimal8061169
Binary101000011110110101001
Octal12075251

Shades and tints

Shades of #503DA9

#503DA9
(80,61,169)
#49389A
(73,56,154)
#42338B
(66,51,139)
#3B2E7C
(59,46,124)
#34296D
(52,41,109)
#2D245E
(45,36,94)
#261F4F
(38,31,79)
#1F1A40
(31,26,64)
#181531
(24,21,49)
#111022
(17,16,34)
#0A0B13
(10,11,19)
#000000
(0,0,0)

Tints of #503DA9

#503DA9
(80,61,169)
#5F4EB0
(95,78,176)
#6E5FB7
(110,95,183)
#7D70BE
(125,112,190)
#8C81C5
(140,129,197)
#9B92CC
(155,146,204)
#AAA3D3
(170,163,211)
#B9B4DA
(185,180,218)
#C8C5E1
(200,197,225)
#D7D6E8
(215,214,232)
#E6E7EF
(230,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503DA9 color. Also use rgb(80,61,169) instead hex code.

Text Font Color

.myTextColor { color: #503DA9; }

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

This text font color is #503DA9.


Background Color

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

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

This div background color is #503DA9.


Border color

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

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

This div border color is #503DA9.


Opacity

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

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

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

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

This text has shadow with #503DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503DA9 on black background.


Color preview on white background

This text has color #503DA9 on white background.



Black color preview on #503DA9 background

This text has black color on #503DA9 background.


White color preview on #503DA9 background

This text has white color on #503DA9 background.