COLOR #300F5E

HEX: #300F5E RGB: (48,15,94)

Color info

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

RGB color model

#300F5E color RGB value is (48,15,94).

RGB: (48,15,94) (19%, 6%, 37%)

RGB channels and saturation

R 48 of 255 = 19%
G 15 of 255 = 6%
B 94 of 255 = 37%

48
15
94

R + G + B ~ 21%. #300F5E is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 15 + 94 = 157 (100%)
R 48 of 157 ~ 30.57%
G 15 of 157 ~ 9.55%
B 94 of 157 ~ 59.87'%

%30.57
%59.87

CMYK color model

#300F5E color CMYK value is (49,84,0,63).

  • cyan value is 48.94%
  • magenta value is 84.04%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (49,84,0,63)
C49M84Y0K63 (49%, 84%, 0%, 63%)
(0.49 / 0.84 / 0.00 / 0.63)

CMYK percentages

%48.94
%84.04
%0
%63.14

Codes

Color #300F5E in popluar color models

30 0F 5E
RGB 48 15 94
HSL 265° 72.48% 21.37%
HSB/HSV 265° 84.04% 36.86%
CMYK 48.94% 84.04% 0.00%
63.14%

Color #300F5E in popluar number systems.

HEX 30 0F 5E
Decimal 48 15 94
Binary 110000 1111 1011110
Octal 60 17 136

Shades and tints

Shades of #300F5E

#300F5E
(48,15,94)
#2C0E56
(44,14,86)
#280D4E
(40,13,78)
#240C46
(36,12,70)
#200B3E
(32,11,62)
#1C0A36
(28,10,54)
#18092E
(24,9,46)
#140826
(20,8,38)
#10071E
(16,7,30)
#0C0616
(12,6,22)
#08050E
(8,5,14)
#000000
(0,0,0)

Tints of #300F5E

#300F5E
(48,15,94)
#42246C
(66,36,108)
#54397A
(84,57,122)
#664E88
(102,78,136)
#786396
(120,99,150)
#8A78A4
(138,120,164)
#9C8DB2
(156,141,178)
#AEA2C0
(174,162,192)
#C0B7CE
(192,183,206)
#D2CCDC
(210,204,220)
#E4E1EA
(228,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300F5E; }

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

This text font color is #300F5E.

Background Color

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

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

This div background color is #300F5E.

Border color

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

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

This div border color is #300F5E.

Opacity

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

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

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

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

This text has shadow with #300F5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300F5E.

Preview

Color preview on black background

This text has color #300F5E on black background.


Color preview on white background

This text has color #300F5E on white background.


Black color preview on #300F5E background

This text has black color on #300F5E background.


White color preview on #300F5E background

This text has white color on #300F5E background.


Related colors

Complementary color

Complementary color for #hex is #CFF0A1.


I love getcolorcode.com

Triadic colors

1 #5E300F and #0F5E30 with #300F5E are triadic colors.

2 #5E0F30 and #0F305E with #300F5E are triadic colors.