COLOR #300B99

HEX: #300B99
RGB: (48,11,153)

Color info

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

RGB color model

#300B99 color RGB value is (48,11,153).

  • red value is 48;
  • green value is 11;
  • blue value is 153.
RGB:
(48,11,153)
(19%,4%,60%)

RGB channels and saturation

R 48 of 255 = 19%
G 11 of 255 = 4%
B 153 of 255 = 60%

48
11
153

R + G + B ~ 28%. #300B99 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 11 + 153 = 212 (100%)
R 48 of 212 ~ 22.64%
G 11 of 212 ~ 5.19%
B 153 of 212 ~ 72.17%

%22.64
%72.17

CMYK color model

#300B99 color CMYK value is (69,93,0,40).

  • cyan value is 68.63%
  • magenta value is 92.81%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(69,93,0,40)
C69M93Y0K40 
(69%,93%,0%,40%)
(0.69/0.93/0.00/0.40)	

CMYK percentages

%68.63
%92.81
%0
%40

Codes

Color #300B99 in popluar color models

300B99
RGB4811153
HSL256°86.59%32.16%
HSB/HSV256°92.81%60.00%
CMYK68.63%92.81%0.00%
40.00%

Color #300B99 in popluar number systems.

HEX300B99
Decimal4811153
Binary110000101110011001
Octal6013231

Shades and tints

Shades of #300B99

#300B99
(48,11,153)
#2C0A8C
(44,10,140)
#28097F
(40,9,127)
#240872
(36,8,114)
#200765
(32,7,101)
#1C0658
(28,6,88)
#18054B
(24,5,75)
#14043E
(20,4,62)
#100331
(16,3,49)
#0C0224
(12,2,36)
#080117
(8,1,23)
#000000
(0,0,0)

Tints of #300B99

#300B99
(48,11,153)
#4221A2
(66,33,162)
#5437AB
(84,55,171)
#664DB4
(102,77,180)
#7863BD
(120,99,189)
#8A79C6
(138,121,198)
#9C8FCF
(156,143,207)
#AEA5D8
(174,165,216)
#C0BBE1
(192,187,225)
#D2D1EA
(210,209,234)
#E4E7F3
(228,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300B99 color. Also use rgb(48,11,153) instead hex code.

Text Font Color

.myTextColor { color: #300B99; }

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

This text font color is #300B99.


Background Color

.myBgColor { background-color: #300B99; }

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

This div background color is #300B99.


Border color

.myBorderColor { border: 1px solid #300B99; }

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

This div border color is #300B99.


Opacity

.myOpacity80 { color: #300B99; opacity: 0.8; }

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

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

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

This text has shadow with #300B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300B99 on black background.


Color preview on white background

This text has color #300B99 on white background.



Black color preview on #300B99 background

This text has black color on #300B99 background.


White color preview on #300B99 background

This text has white color on #300B99 background.