COLOR #300249

HEX: #300249
RGB: (48,2,73)

Color info

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

RGB color model

#300249 color RGB value is (48,2,73).

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

RGB channels and saturation

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

48
2
73

R + G + B ~ 16%. #300249 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 2 + 73 = 123 (100%)
R 48 of 123 ~ 39.02%
G 2 of 123 ~ 1.63%
B 73 of 123 ~ 59.35%

%39.02
%59.35

CMYK color model

#300249 color CMYK value is (34,97,0,71).

  • cyan value is 34.25%
  • magenta value is 97.26%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(34,97,0,71)
C34M97Y0K71 
(34%,97%,0%,71%)
(0.34/0.97/0.00/0.71)	

CMYK percentages

%34.25
%97.26
%0
%71.37

Codes

Color #300249 in popluar color models

300249
RGB48273
HSL279°94.67%14.71%
HSB/HSV279°97.26%28.63%
CMYK34.25%97.26%0.00%
71.37%

Color #300249 in popluar number systems.

HEX300249
Decimal48273
Binary110000101001001
Octal602111

Shades and tints

Shades of #300249

#300249
(48,2,73)
#2C0243
(44,2,67)
#28023D
(40,2,61)
#240237
(36,2,55)
#200231
(32,2,49)
#1C022B
(28,2,43)
#180225
(24,2,37)
#14021F
(20,2,31)
#100219
(16,2,25)
#0C0213
(12,2,19)
#08020D
(8,2,13)
#000000
(0,0,0)

Tints of #300249

#300249
(48,2,73)
#421959
(66,25,89)
#543069
(84,48,105)
#664779
(102,71,121)
#785E89
(120,94,137)
#8A7599
(138,117,153)
#9C8CA9
(156,140,169)
#AEA3B9
(174,163,185)
#C0BAC9
(192,186,201)
#D2D1D9
(210,209,217)
#E4E8E9
(228,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300249; }

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

This text font color is #300249.


Background Color

.myBgColor { background-color: #300249; }

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

This div background color is #300249.


Border color

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

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

This div border color is #300249.


Opacity

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

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

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

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

This text has shadow with #300249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300249 on black background.


Color preview on white background

This text has color #300249 on white background.



Black color preview on #300249 background

This text has black color on #300249 background.


White color preview on #300249 background

This text has white color on #300249 background.