COLOR #300F84

HEX: #300F84
RGB: (48,15,132)

Color info

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

RGB color model

#300F84 color RGB value is (48,15,132).

  • red value is 48;
  • green value is 15;
  • blue value is 132.
RGB:
(48,15,132)
(19%,6%,52%)

RGB channels and saturation

R 48 of 255 = 19%
G 15 of 255 = 6%
B 132 of 255 = 52%

48
15
132

R + G + B ~ 26%. #300F84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 15 + 132 = 195 (100%)
R 48 of 195 ~ 24.62%
G 15 of 195 ~ 7.69%
B 132 of 195 ~ 67.69%

%24.62
%67.69

CMYK color model

#300F84 color CMYK value is (64,89,0,48).

  • cyan value is 63.64%
  • magenta value is 88.64%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(64,89,0,48)
C64M89Y0K48 
(64%,89%,0%,48%)
(0.64/0.89/0.00/0.48)	

CMYK percentages

%63.64
%88.64
%0
%48.24

Codes

Color #300F84 in popluar color models

300F84
RGB4815132
HSL257°79.59%28.82%
HSB/HSV257°88.64%51.76%
CMYK63.64%88.64%0.00%
48.24%

Color #300F84 in popluar number systems.

HEX300F84
Decimal4815132
Binary110000111110000100
Octal6017204

Shades and tints

Shades of #300F84

#300F84
(48,15,132)
#2C0E78
(44,14,120)
#280D6C
(40,13,108)
#240C60
(36,12,96)
#200B54
(32,11,84)
#1C0A48
(28,10,72)
#18093C
(24,9,60)
#140830
(20,8,48)
#100724
(16,7,36)
#0C0618
(12,6,24)
#08050C
(8,5,12)
#000000
(0,0,0)

Tints of #300F84

#300F84
(48,15,132)
#42248F
(66,36,143)
#54399A
(84,57,154)
#664EA5
(102,78,165)
#7863B0
(120,99,176)
#8A78BB
(138,120,187)
#9C8DC6
(156,141,198)
#AEA2D1
(174,162,209)
#C0B7DC
(192,183,220)
#D2CCE7
(210,204,231)
#E4E1F2
(228,225,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300F84 color. Also use rgb(48,15,132) instead hex code.

Text Font Color

.myTextColor { color: #300F84; }

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

This text font color is #300F84.


Background Color

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

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

This div background color is #300F84.


Border color

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

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

This div border color is #300F84.


Opacity

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

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

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

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

This text has shadow with #300F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300F84 on black background.


Color preview on white background

This text has color #300F84 on white background.



Black color preview on #300F84 background

This text has black color on #300F84 background.


White color preview on #300F84 background

This text has white color on #300F84 background.