COLOR #300059

HEX: #300059
RGB: (48,0,89)

Color info

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

RGB color model

#300059 color RGB value is (48,0,89).

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

RGB channels and saturation

R 48 of 255 = 19%
G 0 of 255 = 0%
B 89 of 255 = 35%

48
0
89

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

Portions of RGB colors in percentages

R + G + B =
48 + 0 + 89 = 137 (100%)
R 48 of 137 ~ 35.04%
G 0 of 137 ~ 0%
B 89 of 137 ~ 64.96%

%35.04
%64.96

CMYK color model

#300059 color CMYK value is (46,100,0,65).

  • cyan value is 46.07%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(46,100,0,65)
C46M100Y0K65 
(46%,100%,0%,65%)
(0.46/1.00/0.00/0.65)	

CMYK percentages

%46.07
%100
%0
%65.1

Codes

Color #300059 in popluar color models

300059
RGB48089
HSL272°100.00%17.45%
HSB/HSV272°100.00%34.90%
CMYK46.07%100.00%0.00%
65.10%

Color #300059 in popluar number systems.

HEX300059
Decimal48089
Binary11000001011001
Octal600131

Shades and tints

Shades of #300059

#300059
(48,0,89)
#2C0051
(44,0,81)
#280049
(40,0,73)
#240041
(36,0,65)
#200039
(32,0,57)
#1C0031
(28,0,49)
#180029
(24,0,41)
#140021
(20,0,33)
#100019
(16,0,25)
#0C0011
(12,0,17)
#080009
(8,0,9)
#000000
(0,0,0)

Tints of #300059

#300059
(48,0,89)
#421768
(66,23,104)
#542E77
(84,46,119)
#664586
(102,69,134)
#785C95
(120,92,149)
#8A73A4
(138,115,164)
#9C8AB3
(156,138,179)
#AEA1C2
(174,161,194)
#C0B8D1
(192,184,209)
#D2CFE0
(210,207,224)
#E4E6EF
(228,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300059; }

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

This text font color is #300059.


Background Color

.myBgColor { background-color: #300059; }

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

This div background color is #300059.


Border color

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

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

This div border color is #300059.


Opacity

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

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

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

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

This text has shadow with #300059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300059 on black background.


Color preview on white background

This text has color #300059 on white background.



Black color preview on #300059 background

This text has black color on #300059 background.


White color preview on #300059 background

This text has white color on #300059 background.