COLOR #300D8C

HEX: #300D8C
RGB: (48,13,140)

Color info

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

RGB color model

#300D8C color RGB value is (48,13,140).

  • red value is 48;
  • green value is 13;
  • blue value is 140.
RGB:
(48,13,140)
(19%,5%,55%)

RGB channels and saturation

R 48 of 255 = 19%
G 13 of 255 = 5%
B 140 of 255 = 55%

48
13
140

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

Portions of RGB colors in percentages

R + G + B =
48 + 13 + 140 = 201 (100%)
R 48 of 201 ~ 23.88%
G 13 of 201 ~ 6.47%
B 140 of 201 ~ 69.65%

%23.88
%69.65

CMYK color model

#300D8C color CMYK value is (66,91,0,45).

  • cyan value is 65.71%
  • magenta value is 90.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(66,91,0,45)
C66M91Y0K45 
(66%,91%,0%,45%)
(0.66/0.91/0.00/0.45)	

CMYK percentages

%65.71
%90.71
%0
%45.1

Codes

Color #300D8C in popluar color models

300D8C
RGB4813140
HSL257°83.01%30.00%
HSB/HSV257°90.71%54.90%
CMYK65.71%90.71%0.00%
45.10%

Color #300D8C in popluar number systems.

HEX300D8C
Decimal4813140
Binary110000110110001100
Octal6015214

Shades and tints

Shades of #300D8C

#300D8C
(48,13,140)
#2C0C80
(44,12,128)
#280B74
(40,11,116)
#240A68
(36,10,104)
#20095C
(32,9,92)
#1C0850
(28,8,80)
#180744
(24,7,68)
#140638
(20,6,56)
#10052C
(16,5,44)
#0C0420
(12,4,32)
#080314
(8,3,20)
#000000
(0,0,0)

Tints of #300D8C

#300D8C
(48,13,140)
#422396
(66,35,150)
#5439A0
(84,57,160)
#664FAA
(102,79,170)
#7865B4
(120,101,180)
#8A7BBE
(138,123,190)
#9C91C8
(156,145,200)
#AEA7D2
(174,167,210)
#C0BDDC
(192,189,220)
#D2D3E6
(210,211,230)
#E4E9F0
(228,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300D8C color. Also use rgb(48,13,140) instead hex code.

Text Font Color

.myTextColor { color: #300D8C; }

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

This text font color is #300D8C.


Background Color

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

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

This div background color is #300D8C.


Border color

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

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

This div border color is #300D8C.


Opacity

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

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

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

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

This text has shadow with #300D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300D8C on black background.


Color preview on white background

This text has color #300D8C on white background.



Black color preview on #300D8C background

This text has black color on #300D8C background.


White color preview on #300D8C background

This text has white color on #300D8C background.