COLOR #300B52

HEX: #300B52
RGB: (48,11,82)

Color info

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

RGB color model

#300B52 color RGB value is (48,11,82).

  • red value is 48;
  • green value is 11;
  • blue value is 82.
RGB:
(48,11,82)
(19%,4%,32%)

RGB channels and saturation

R 48 of 255 = 19%
G 11 of 255 = 4%
B 82 of 255 = 32%

48
11
82

R + G + B ~ 18%. #300B52 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 11 + 82 = 141 (100%)
R 48 of 141 ~ 34.04%
G 11 of 141 ~ 7.8%
B 82 of 141 ~ 58.16%

%34.04
%58.16

CMYK color model

#300B52 color CMYK value is (41,87,0,68).

  • cyan value is 41.46%
  • magenta value is 86.59%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(41,87,0,68)
C41M87Y0K68 
(41%,87%,0%,68%)
(0.41/0.87/0.00/0.68)	

CMYK percentages

%41.46
%86.59
%0
%67.84

Codes

Color #300B52 in popluar color models

300B52
RGB481182
HSL271°76.34%18.24%
HSB/HSV271°86.59%32.16%
CMYK41.46%86.59%0.00%
67.84%

Color #300B52 in popluar number systems.

HEX300B52
Decimal481182
Binary11000010111010010
Octal6013122

Shades and tints

Shades of #300B52

#300B52
(48,11,82)
#2C0A4B
(44,10,75)
#280944
(40,9,68)
#24083D
(36,8,61)
#200736
(32,7,54)
#1C062F
(28,6,47)
#180528
(24,5,40)
#140421
(20,4,33)
#10031A
(16,3,26)
#0C0213
(12,2,19)
#08010C
(8,1,12)
#000000
(0,0,0)

Tints of #300B52

#300B52
(48,11,82)
#422161
(66,33,97)
#543770
(84,55,112)
#664D7F
(102,77,127)
#78638E
(120,99,142)
#8A799D
(138,121,157)
#9C8FAC
(156,143,172)
#AEA5BB
(174,165,187)
#C0BBCA
(192,187,202)
#D2D1D9
(210,209,217)
#E4E7E8
(228,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300B52 color. Also use rgb(48,11,82) instead hex code.

Text Font Color

.myTextColor { color: #300B52; }

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

This text font color is #300B52.


Background Color

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

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

This div background color is #300B52.


Border color

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

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

This div border color is #300B52.


Opacity

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

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

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

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

This text has shadow with #300B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300B52 on black background.


Color preview on white background

This text has color #300B52 on white background.



Black color preview on #300B52 background

This text has black color on #300B52 background.


White color preview on #300B52 background

This text has white color on #300B52 background.