COLOR #503089

HEX: #503089
RGB: (80,48,137)

Color info

#503089 contains mainly red and blue colors. Web safe color of #503089 is #663399 (or #639).

RGB color model

#503089 color RGB value is (80,48,137).

  • red value is 80;
  • green value is 48;
  • blue value is 137.
RGB:
(80,48,137)
(31%,19%,54%)

RGB channels and saturation

R 80 of 255 = 31%
G 48 of 255 = 19%
B 137 of 255 = 54%

80
48
137

R + G + B ~ 35%. #503089 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 48 + 137 = 265 (100%)
R 80 of 265 ~ 30.19%
G 48 of 265 ~ 18.11%
B 137 of 265 ~ 51.7%

%30.19
%18.11
%51.7

CMYK color model

#503089 color CMYK value is (42,65,0,46).

  • cyan value is 41.61%
  • magenta value is 64.96%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(42,65,0,46)
C42M65Y0K46 
(42%,65%,0%,46%)
(0.42/0.65/0.00/0.46)	

CMYK percentages

%41.61
%64.96
%0
%46.27

Codes

Color #503089 in popluar color models

503089
RGB8048137
HSL262°48.11%36.27%
HSB/HSV262°64.96%53.73%
CMYK41.61%64.96%0.00%
46.27%

Color #503089 in popluar number systems.

HEX503089
Decimal8048137
Binary101000011000010001001
Octal12060211

Shades and tints

Shades of #503089

#503089
(80,48,137)
#492C7D
(73,44,125)
#422871
(66,40,113)
#3B2465
(59,36,101)
#342059
(52,32,89)
#2D1C4D
(45,28,77)
#261841
(38,24,65)
#1F1435
(31,20,53)
#181029
(24,16,41)
#110C1D
(17,12,29)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #503089

#503089
(80,48,137)
#5F4293
(95,66,147)
#6E549D
(110,84,157)
#7D66A7
(125,102,167)
#8C78B1
(140,120,177)
#9B8ABB
(155,138,187)
#AA9CC5
(170,156,197)
#B9AECF
(185,174,207)
#C8C0D9
(200,192,217)
#D7D2E3
(215,210,227)
#E6E4ED
(230,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503089 color. Also use rgb(80,48,137) instead hex code.

Text Font Color

.myTextColor { color: #503089; }

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

This text font color is #503089.


Background Color

.myBgColor { background-color: #503089; }

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

This div background color is #503089.


Border color

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

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

This div border color is #503089.


Opacity

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

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

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

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

This text has shadow with #503089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503089 on black background.


Color preview on white background

This text has color #503089 on white background.



Black color preview on #503089 background

This text has black color on #503089 background.


White color preview on #503089 background

This text has white color on #503089 background.