COLOR #300359

HEX: #300359 RGB: (48,3,89)

Color info

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

RGB color model

#300359 color RGB value is (48,3,89).

RGB: (48,3,89) (19%, 1%, 35%)

RGB channels and saturation

R 48 of 255 = 19%
G 3 of 255 = 1%
B 89 of 255 = 35%

48
3
89

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

Portions of RGB colors in percentages

R + G + B = 48 + 3 + 89 = 140 (100%)
R 48 of 140 ~ 34.29%
G 3 of 140 ~ 2.14%
B 89 of 140 ~ 63.57'%

%34.29
%63.57

CMYK color model

#300359 color CMYK value is (46,97,0,65).

  • cyan value is 46.07%
  • magenta value is 96.63%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (46,97,0,65)
C46M97Y0K65 (46%, 97%, 0%, 65%)
(0.46 / 0.97 / 0.00 / 0.65)

CMYK percentages

%46.07
%96.63
%0
%65.1

Codes

Color #300359 in popluar color models

30 03 59
RGB 48 3 89
HSL 271° 93.48% 18.04%
HSB/HSV 271° 96.63% 34.90%
CMYK 46.07% 96.63% 0.00%
65.10%

Color #300359 in popluar number systems.

HEX 30 03 59
Decimal 48 3 89
Binary 110000 11 1011001
Octal 60 3 131

Shades and tints

Shades of #300359

#300359
(48,3,89)
#2C0351
(44,3,81)
#280349
(40,3,73)
#240341
(36,3,65)
#200339
(32,3,57)
#1C0331
(28,3,49)
#180329
(24,3,41)
#140321
(20,3,33)
#100319
(16,3,25)
#0C0311
(12,3,17)
#080309
(8,3,9)
#000000
(0,0,0)

Tints of #300359

#300359
(48,3,89)
#421968
(66,25,104)
#542F77
(84,47,119)
#664586
(102,69,134)
#785B95
(120,91,149)
#8A71A4
(138,113,164)
#9C87B3
(156,135,179)
#AE9DC2
(174,157,194)
#C0B3D1
(192,179,209)
#D2C9E0
(210,201,224)
#E4DFEF
(228,223,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300359; }

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

This text font color is #300359.

Background Color

.myBgColor { background-color: #300359; }

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

This div background color is #300359.

Border color

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

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

This div border color is #300359.

Opacity

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

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

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

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

This text has shadow with #300359 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300359.

Preview

Color preview on black background

This text has color #300359 on black background.


Color preview on white background

This text has color #300359 on white background.


Black color preview on #300359 background

This text has black color on #300359 background.


White color preview on #300359 background

This text has white color on #300359 background.


Related colors

Complementary color

Complementary color for #hex is #CFFCA6.


I love getcolorcode.com

Triadic colors

1 #593003 and #035930 with #300359 are triadic colors.

2 #590330 and #033059 with #300359 are triadic colors.