COLOR #300060

HEX: #300060
RGB: (48,0,96)

Color info

#300060 contains only red and blue colors. Web safe color of #300060 is #330066 (or #306).

RGB color model

#300060 color RGB value is (48,0,96).

  • red value is 48;
  • green value is 0;
  • blue value is 96.
RGB:
(48,0,96)
(19%,0%,38%)

RGB channels and saturation

R 48 of 255 = 19%
G 0 of 255 = 0%
B 96 of 255 = 38%

48
0
96

R + G + B ~ 19%. #300060 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 0 + 96 = 144 (100%)
R 48 of 144 ~ 33.33%
G 0 of 144 ~ 0%
B 96 of 144 ~ 66.67%

%33.33
%66.67

CMYK color model

#300060 color CMYK value is (50,100,0,62).

  • cyan value is 50.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(50,100,0,62)
C50M100Y0K62 
(50%,100%,0%,62%)
(0.50/1.00/0.00/0.62)	

CMYK percentages

%50
%100
%0
%62.35

Codes

Color #300060 in popluar color models

300060
RGB48096
HSL270°100.00%18.82%
HSB/HSV270°100.00%37.65%
CMYK50.00%100.00%0.00%
62.35%

Color #300060 in popluar number systems.

HEX300060
Decimal48096
Binary11000001100000
Octal600140

Shades and tints

Shades of #300060

#300060
(48,0,96)
#2C0058
(44,0,88)
#280050
(40,0,80)
#240048
(36,0,72)
#200040
(32,0,64)
#1C0038
(28,0,56)
#180030
(24,0,48)
#140028
(20,0,40)
#100020
(16,0,32)
#0C0018
(12,0,24)
#080010
(8,0,16)
#000000
(0,0,0)

Tints of #300060

#300060
(48,0,96)
#42176E
(66,23,110)
#542E7C
(84,46,124)
#66458A
(102,69,138)
#785C98
(120,92,152)
#8A73A6
(138,115,166)
#9C8AB4
(156,138,180)
#AEA1C2
(174,161,194)
#C0B8D0
(192,184,208)
#D2CFDE
(210,207,222)
#E4E6EC
(228,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300060 color. Also use rgb(48,0,96) instead hex code.

Text Font Color

.myTextColor { color: #300060; }

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

This text font color is #300060.


Background Color

.myBgColor { background-color: #300060; }

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

This div background color is #300060.


Border color

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

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

This div border color is #300060.


Opacity

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

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

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

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

This text has shadow with #300060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300060 on black background.


Color preview on white background

This text has color #300060 on white background.



Black color preview on #300060 background

This text has black color on #300060 background.


White color preview on #300060 background

This text has white color on #300060 background.