COLOR #300C68

HEX: #300C68 RGB: (48,12,104)

Color info

#300C68 contains mainly red and blue colors. Web safe color of #300C68 is #330066 (or #306).

RGB color model

#300C68 color RGB value is (48,12,104).

RGB: (48,12,104) (19%, 5%, 41%)

RGB channels and saturation

R 48 of 255 = 19%
G 12 of 255 = 5%
B 104 of 255 = 41%

48
12
104

R + G + B ~ 22%. #300C68 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 12 + 104 = 164 (100%)
R 48 of 164 ~ 29.27%
G 12 of 164 ~ 7.32%
B 104 of 164 ~ 63.41'%

%29.27
%63.41

CMYK color model

#300C68 color CMYK value is (54,88,0,59).

  • cyan value is 53.85%
  • magenta value is 88.46%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (54,88,0,59)
C54M88Y0K59 (54%, 88%, 0%, 59%)
(0.54 / 0.88 / 0.00 / 0.59)

CMYK percentages

%53.85
%88.46
%0
%59.22

Codes

Color #300C68 in popluar color models

30 0C 68
RGB 48 12 104
HSL 263° 79.31% 22.75%
HSB/HSV 263° 88.46% 40.78%
CMYK 53.85% 88.46% 0.00%
59.22%

Color #300C68 in popluar number systems.

HEX 30 0C 68
Decimal 48 12 104
Binary 110000 1100 1101000
Octal 60 14 150

Shades and tints

Shades of #300C68

#300C68
(48,12,104)
#2C0B5F
(44,11,95)
#280A56
(40,10,86)
#24094D
(36,9,77)
#200844
(32,8,68)
#1C073B
(28,7,59)
#180632
(24,6,50)
#140529
(20,5,41)
#100420
(16,4,32)
#0C0317
(12,3,23)
#08020E
(8,2,14)
#000000
(0,0,0)

Tints of #300C68

#300C68
(48,12,104)
#422275
(66,34,117)
#543882
(84,56,130)
#664E8F
(102,78,143)
#78649C
(120,100,156)
#8A7AA9
(138,122,169)
#9C90B6
(156,144,182)
#AEA6C3
(174,166,195)
#C0BCD0
(192,188,208)
#D2D2DD
(210,210,221)
#E4E8EA
(228,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300C68 color. Also use rgb(48,12,104) instead hex code.

Text Font Color

.myTextColor { color: #300C68; }

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

This text font color is #300C68.

Background Color

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

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

This div background color is #300C68.

Border color

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

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

This div border color is #300C68.

Opacity

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

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

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

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

This text has shadow with #300C68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300C68.

Preview

Color preview on black background

This text has color #300C68 on black background.


Color preview on white background

This text has color #300C68 on white background.


Black color preview on #300C68 background

This text has black color on #300C68 background.


White color preview on #300C68 background

This text has white color on #300C68 background.


Related colors

Complementary color

Complementary color for #hex is #CFF397.


I love getcolorcode.com

Triadic colors

1 #68300C and #0C6830 with #300C68 are triadic colors.

2 #680C30 and #0C3068 with #300C68 are triadic colors.