COLOR #300E53

HEX: #300E53
RGB: (48,14,83)

Color info

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

RGB color model

#300E53 color RGB value is (48,14,83).

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

RGB channels and saturation

R 48 of 255 = 19%
G 14 of 255 = 5%
B 83 of 255 = 33%

48
14
83

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

Portions of RGB colors in percentages

R + G + B =
48 + 14 + 83 = 145 (100%)
R 48 of 145 ~ 33.1%
G 14 of 145 ~ 9.66%
B 83 of 145 ~ 57.24%

%33.1
%9.66
%57.24

CMYK color model

#300E53 color CMYK value is (42,83,0,67).

  • cyan value is 42.17%
  • magenta value is 83.13%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(42,83,0,67)
C42M83Y0K67 
(42%,83%,0%,67%)
(0.42/0.83/0.00/0.67)	

CMYK percentages

%42.17
%83.13
%0
%67.45

Codes

Color #300E53 in popluar color models

300E53
RGB481483
HSL270°71.13%19.02%
HSB/HSV270°83.13%32.55%
CMYK42.17%83.13%0.00%
67.45%

Color #300E53 in popluar number systems.

HEX300E53
Decimal481483
Binary11000011101010011
Octal6016123

Shades and tints

Shades of #300E53

#300E53
(48,14,83)
#2C0D4C
(44,13,76)
#280C45
(40,12,69)
#240B3E
(36,11,62)
#200A37
(32,10,55)
#1C0930
(28,9,48)
#180829
(24,8,41)
#140722
(20,7,34)
#10061B
(16,6,27)
#0C0514
(12,5,20)
#08040D
(8,4,13)
#000000
(0,0,0)

Tints of #300E53

#300E53
(48,14,83)
#422362
(66,35,98)
#543871
(84,56,113)
#664D80
(102,77,128)
#78628F
(120,98,143)
#8A779E
(138,119,158)
#9C8CAD
(156,140,173)
#AEA1BC
(174,161,188)
#C0B6CB
(192,182,203)
#D2CBDA
(210,203,218)
#E4E0E9
(228,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300E53; }

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

This text font color is #300E53.


Background Color

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

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

This div background color is #300E53.


Border color

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

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

This div border color is #300E53.


Opacity

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

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

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

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

This text has shadow with #300E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300E53 on black background.


Color preview on white background

This text has color #300E53 on white background.



Black color preview on #300E53 background

This text has black color on #300E53 background.


White color preview on #300E53 background

This text has white color on #300E53 background.