COLOR #300583

HEX: #300583
RGB: (48,5,131)

Color info

#300583 contains mainly blue color. Web safe color of #300583 is #330099 (or #309).

RGB color model

#300583 color RGB value is (48,5,131).

  • red value is 48;
  • green value is 5;
  • blue value is 131.
RGB:
(48,5,131)
(19%,2%,51%)

RGB channels and saturation

R 48 of 255 = 19%
G 5 of 255 = 2%
B 131 of 255 = 51%

48
5
131

R + G + B ~ 24%. #300583 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 5 + 131 = 184 (100%)
R 48 of 184 ~ 26.09%
G 5 of 184 ~ 2.72%
B 131 of 184 ~ 71.2%

%26.09
%71.2

CMYK color model

#300583 color CMYK value is (63,96,0,49).

  • cyan value is 63.36%
  • magenta value is 96.18%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(63,96,0,49)
C63M96Y0K49 
(63%,96%,0%,49%)
(0.63/0.96/0.00/0.49)	

CMYK percentages

%63.36
%96.18
%0
%48.63

Codes

Color #300583 in popluar color models

300583
RGB485131
HSL260°92.65%26.67%
HSB/HSV260°96.18%51.37%
CMYK63.36%96.18%0.00%
48.63%

Color #300583 in popluar number systems.

HEX300583
Decimal485131
Binary11000010110000011
Octal605203

Shades and tints

Shades of #300583

#300583
(48,5,131)
#2C0578
(44,5,120)
#28056D
(40,5,109)
#240562
(36,5,98)
#200557
(32,5,87)
#1C054C
(28,5,76)
#180541
(24,5,65)
#140536
(20,5,54)
#10052B
(16,5,43)
#0C0520
(12,5,32)
#080515
(8,5,21)
#000000
(0,0,0)

Tints of #300583

#300583
(48,5,131)
#421B8E
(66,27,142)
#543199
(84,49,153)
#6647A4
(102,71,164)
#785DAF
(120,93,175)
#8A73BA
(138,115,186)
#9C89C5
(156,137,197)
#AE9FD0
(174,159,208)
#C0B5DB
(192,181,219)
#D2CBE6
(210,203,230)
#E4E1F1
(228,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300583 color. Also use rgb(48,5,131) instead hex code.

Text Font Color

.myTextColor { color: #300583; }

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

This text font color is #300583.


Background Color

.myBgColor { background-color: #300583; }

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

This div background color is #300583.


Border color

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

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

This div border color is #300583.


Opacity

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

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

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

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

This text has shadow with #300583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300583 on black background.


Color preview on white background

This text has color #300583 on white background.



Black color preview on #300583 background

This text has black color on #300583 background.


White color preview on #300583 background

This text has white color on #300583 background.