COLOR #300D61

HEX: #300D61
RGB: (48,13,97)

Color info

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

RGB color model

#300D61 color RGB value is (48,13,97).

  • red value is 48;
  • green value is 13;
  • blue value is 97.
RGB:
(48,13,97)
(19%,5%,38%)

RGB channels and saturation

R 48 of 255 = 19%
G 13 of 255 = 5%
B 97 of 255 = 38%

48
13
97

R + G + B ~ 21%. #300D61 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 13 + 97 = 158 (100%)
R 48 of 158 ~ 30.38%
G 13 of 158 ~ 8.23%
B 97 of 158 ~ 61.39%

%30.38
%61.39

CMYK color model

#300D61 color CMYK value is (51,87,0,62).

  • cyan value is 50.52%
  • magenta value is 86.60%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(51,87,0,62)
C51M87Y0K62 
(51%,87%,0%,62%)
(0.51/0.87/0.00/0.62)	

CMYK percentages

%50.52
%86.6
%0
%61.96

Codes

Color #300D61 in popluar color models

300D61
RGB481397
HSL265°76.36%21.57%
HSB/HSV265°86.60%38.04%
CMYK50.52%86.60%0.00%
61.96%

Color #300D61 in popluar number systems.

HEX300D61
Decimal481397
Binary11000011011100001
Octal6015141

Shades and tints

Shades of #300D61

#300D61
(48,13,97)
#2C0C59
(44,12,89)
#280B51
(40,11,81)
#240A49
(36,10,73)
#200941
(32,9,65)
#1C0839
(28,8,57)
#180731
(24,7,49)
#140629
(20,6,41)
#100521
(16,5,33)
#0C0419
(12,4,25)
#080311
(8,3,17)
#000000
(0,0,0)

Tints of #300D61

#300D61
(48,13,97)
#42236F
(66,35,111)
#54397D
(84,57,125)
#664F8B
(102,79,139)
#786599
(120,101,153)
#8A7BA7
(138,123,167)
#9C91B5
(156,145,181)
#AEA7C3
(174,167,195)
#C0BDD1
(192,189,209)
#D2D3DF
(210,211,223)
#E4E9ED
(228,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300D61 color. Also use rgb(48,13,97) instead hex code.

Text Font Color

.myTextColor { color: #300D61; }

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

This text font color is #300D61.


Background Color

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

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

This div background color is #300D61.


Border color

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

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

This div border color is #300D61.


Opacity

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

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

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

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

This text has shadow with #300D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300D61 on black background.


Color preview on white background

This text has color #300D61 on white background.



Black color preview on #300D61 background

This text has black color on #300D61 background.


White color preview on #300D61 background

This text has white color on #300D61 background.