COLOR #300757

HEX: #300757 RGB: (48,7,87)

Color info

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

RGB color model

#300757 color RGB value is (48,7,87).

RGB: (48,7,87) (19%, 3%, 34%)

RGB channels and saturation

R 48 of 255 = 19%
G 7 of 255 = 3%
B 87 of 255 = 34%

48
7
87

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

Portions of RGB colors in percentages

R + G + B = 48 + 7 + 87 = 142 (100%)
R 48 of 142 ~ 33.8%
G 7 of 142 ~ 4.93%
B 87 of 142 ~ 61.27'%

%33.8
%61.27

CMYK color model

#300757 color CMYK value is (45,92,0,66).

  • cyan value is 44.83%
  • magenta value is 91.95%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (45,92,0,66)
C45M92Y0K66 (45%, 92%, 0%, 66%)
(0.45 / 0.92 / 0.00 / 0.66)

CMYK percentages

%44.83
%91.95
%0
%65.88

Codes

Color #300757 in popluar color models

30 07 57
RGB 48 7 87
HSL 271° 85.11% 18.43%
HSB/HSV 271° 91.95% 34.12%
CMYK 44.83% 91.95% 0.00%
65.88%

Color #300757 in popluar number systems.

HEX 30 07 57
Decimal 48 7 87
Binary 110000 111 1010111
Octal 60 7 127

Shades and tints

Shades of #300757

#300757
(48,7,87)
#2C0750
(44,7,80)
#280749
(40,7,73)
#240742
(36,7,66)
#20073B
(32,7,59)
#1C0734
(28,7,52)
#18072D
(24,7,45)
#140726
(20,7,38)
#10071F
(16,7,31)
#0C0718
(12,7,24)
#080711
(8,7,17)
#000000
(0,0,0)

Tints of #300757

#300757
(48,7,87)
#421D66
(66,29,102)
#543375
(84,51,117)
#664984
(102,73,132)
#785F93
(120,95,147)
#8A75A2
(138,117,162)
#9C8BB1
(156,139,177)
#AEA1C0
(174,161,192)
#C0B7CF
(192,183,207)
#D2CDDE
(210,205,222)
#E4E3ED
(228,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300757 color. Also use rgb(48,7,87) instead hex code.

Text Font Color

.myTextColor { color: #300757; }

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

This text font color is #300757.

Background Color

.myBgColor { background-color: #300757; }

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

This div background color is #300757.

Border color

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

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

This div border color is #300757.

Opacity

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

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

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

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

This text has shadow with #300757 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300757.

Preview

Color preview on black background

This text has color #300757 on black background.


Color preview on white background

This text has color #300757 on white background.


Black color preview on #300757 background

This text has black color on #300757 background.


White color preview on #300757 background

This text has white color on #300757 background.


Related colors

Complementary color

Complementary color for #hex is #CFF8A8.


I love getcolorcode.com

Triadic colors

1 #573007 and #075730 with #300757 are triadic colors.

2 #570730 and #073057 with #300757 are triadic colors.