COLOR #300E44

HEX: #300E44
RGB: (48,14,68)

Color info

#300E44 contains red, green and blue colors in about the same proportion. Web safe color of #300E44 is #330033 (or #303).

RGB color model

#300E44 color RGB value is (48,14,68).

  • red value is 48;
  • green value is 14;
  • blue value is 68.
RGB:
(48,14,68)
(19%,5%,27%)

RGB channels and saturation

R 48 of 255 = 19%
G 14 of 255 = 5%
B 68 of 255 = 27%

48
14
68

R + G + B ~ 17%. #300E44 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 14 + 68 = 130 (100%)
R 48 of 130 ~ 36.92%
G 14 of 130 ~ 10.77%
B 68 of 130 ~ 52.31%

%36.92
%10.77
%52.31

CMYK color model

#300E44 color CMYK value is (29,79,0,73).

  • cyan value is 29.41%
  • magenta value is 79.41%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(29,79,0,73)
C29M79Y0K73 
(29%,79%,0%,73%)
(0.29/0.79/0.00/0.73)	

CMYK percentages

%29.41
%79.41
%0
%73.33

Codes

Color #300E44 in popluar color models

300E44
RGB481468
HSL278°65.85%16.08%
HSB/HSV278°79.41%26.67%
CMYK29.41%79.41%0.00%
73.33%

Color #300E44 in popluar number systems.

HEX300E44
Decimal481468
Binary11000011101000100
Octal6016104

Shades and tints

Shades of #300E44

#300E44
(48,14,68)
#2C0D3E
(44,13,62)
#280C38
(40,12,56)
#240B32
(36,11,50)
#200A2C
(32,10,44)
#1C0926
(28,9,38)
#180820
(24,8,32)
#14071A
(20,7,26)
#100614
(16,6,20)
#0C050E
(12,5,14)
#080408
(8,4,8)
#000000
(0,0,0)

Tints of #300E44

#300E44
(48,14,68)
#422355
(66,35,85)
#543866
(84,56,102)
#664D77
(102,77,119)
#786288
(120,98,136)
#8A7799
(138,119,153)
#9C8CAA
(156,140,170)
#AEA1BB
(174,161,187)
#C0B6CC
(192,182,204)
#D2CBDD
(210,203,221)
#E4E0EE
(228,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300E44 color. Also use rgb(48,14,68) instead hex code.

Text Font Color

.myTextColor { color: #300E44; }

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

This text font color is #300E44.


Background Color

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

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

This div background color is #300E44.


Border color

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

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

This div border color is #300E44.


Opacity

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

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

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

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

This text has shadow with #300E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300E44 on black background.


Color preview on white background

This text has color #300E44 on white background.



Black color preview on #300E44 background

This text has black color on #300E44 background.


White color preview on #300E44 background

This text has white color on #300E44 background.