COLOR #300053

HEX: #300053
RGB: (48,0,83)

Color info

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

RGB color model

#300053 color RGB value is (48,0,83).

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

RGB channels and saturation

R 48 of 255 = 19%
G 0 of 255 = 0%
B 83 of 255 = 33%

48
0
83

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

Portions of RGB colors in percentages

R + G + B =
48 + 0 + 83 = 131 (100%)
R 48 of 131 ~ 36.64%
G 0 of 131 ~ 0%
B 83 of 131 ~ 63.36%

%36.64
%63.36

CMYK color model

#300053 color CMYK value is (42,100,0,67).

  • cyan value is 42.17%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(42,100,0,67)
C42M100Y0K67 
(42%,100%,0%,67%)
(0.42/1.00/0.00/0.67)	

CMYK percentages

%42.17
%100
%0
%67.45

Codes

Color #300053 in popluar color models

300053
RGB48083
HSL275°100.00%16.27%
HSB/HSV275°100.00%32.55%
CMYK42.17%100.00%0.00%
67.45%

Color #300053 in popluar number systems.

HEX300053
Decimal48083
Binary11000001010011
Octal600123

Shades and tints

Shades of #300053

#300053
(48,0,83)
#2C004C
(44,0,76)
#280045
(40,0,69)
#24003E
(36,0,62)
#200037
(32,0,55)
#1C0030
(28,0,48)
#180029
(24,0,41)
#140022
(20,0,34)
#10001B
(16,0,27)
#0C0014
(12,0,20)
#08000D
(8,0,13)
#000000
(0,0,0)

Tints of #300053

#300053
(48,0,83)
#421762
(66,23,98)
#542E71
(84,46,113)
#664580
(102,69,128)
#785C8F
(120,92,143)
#8A739E
(138,115,158)
#9C8AAD
(156,138,173)
#AEA1BC
(174,161,188)
#C0B8CB
(192,184,203)
#D2CFDA
(210,207,218)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300053; }

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

This text font color is #300053.


Background Color

.myBgColor { background-color: #300053; }

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

This div background color is #300053.


Border color

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

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

This div border color is #300053.


Opacity

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

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

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

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

This text has shadow with #300053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300053 on black background.


Color preview on white background

This text has color #300053 on white background.



Black color preview on #300053 background

This text has black color on #300053 background.


White color preview on #300053 background

This text has white color on #300053 background.