COLOR #300549

HEX: #300549
RGB: (48,5,73)

Color info

#300549 contains mainly red and blue colors. Web safe color of #300549 is #330033 (or #303).

RGB color model

#300549 color RGB value is (48,5,73).

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

RGB channels and saturation

R 48 of 255 = 19%
G 5 of 255 = 2%
B 73 of 255 = 29%

48
5
73

R + G + B ~ 17%. #300549 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 5 + 73 = 126 (100%)
R 48 of 126 ~ 38.1%
G 5 of 126 ~ 3.97%
B 73 of 126 ~ 57.94%

%38.1
%57.94

CMYK color model

#300549 color CMYK value is (34,93,0,71).

  • cyan value is 34.25%
  • magenta value is 93.15%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(34,93,0,71)
C34M93Y0K71 
(34%,93%,0%,71%)
(0.34/0.93/0.00/0.71)	

CMYK percentages

%34.25
%93.15
%0
%71.37

Codes

Color #300549 in popluar color models

300549
RGB48573
HSL278°87.18%15.29%
HSB/HSV278°93.15%28.63%
CMYK34.25%93.15%0.00%
71.37%

Color #300549 in popluar number systems.

HEX300549
Decimal48573
Binary1100001011001001
Octal605111

Shades and tints

Shades of #300549

#300549
(48,5,73)
#2C0543
(44,5,67)
#28053D
(40,5,61)
#240537
(36,5,55)
#200531
(32,5,49)
#1C052B
(28,5,43)
#180525
(24,5,37)
#14051F
(20,5,31)
#100519
(16,5,25)
#0C0513
(12,5,19)
#08050D
(8,5,13)
#000000
(0,0,0)

Tints of #300549

#300549
(48,5,73)
#421B59
(66,27,89)
#543169
(84,49,105)
#664779
(102,71,121)
#785D89
(120,93,137)
#8A7399
(138,115,153)
#9C89A9
(156,137,169)
#AE9FB9
(174,159,185)
#C0B5C9
(192,181,201)
#D2CBD9
(210,203,217)
#E4E1E9
(228,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300549; }

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

This text font color is #300549.


Background Color

.myBgColor { background-color: #300549; }

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

This div background color is #300549.


Border color

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

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

This div border color is #300549.


Opacity

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

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

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

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

This text has shadow with #300549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300549 on black background.


Color preview on white background

This text has color #300549 on white background.



Black color preview on #300549 background

This text has black color on #300549 background.


White color preview on #300549 background

This text has white color on #300549 background.