COLOR #300A61

HEX: #300A61
RGB: (48,10,97)

Color info

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

RGB color model

#300A61 color RGB value is (48,10,97).

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

RGB channels and saturation

R 48 of 255 = 19%
G 10 of 255 = 4%
B 97 of 255 = 38%

48
10
97

R + G + B ~ 20%. #300A61 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 10 + 97 = 155 (100%)
R 48 of 155 ~ 30.97%
G 10 of 155 ~ 6.45%
B 97 of 155 ~ 62.58%

%30.97
%62.58

CMYK color model

#300A61 color CMYK value is (51,90,0,62).

  • cyan value is 50.52%
  • magenta value is 89.69%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(51,90,0,62)
C51M90Y0K62 
(51%,90%,0%,62%)
(0.51/0.90/0.00/0.62)	

CMYK percentages

%50.52
%89.69
%0
%61.96

Codes

Color #300A61 in popluar color models

300A61
RGB481097
HSL266°81.31%20.98%
HSB/HSV266°89.69%38.04%
CMYK50.52%89.69%0.00%
61.96%

Color #300A61 in popluar number systems.

HEX300A61
Decimal481097
Binary11000010101100001
Octal6012141

Shades and tints

Shades of #300A61

#300A61
(48,10,97)
#2C0A59
(44,10,89)
#280A51
(40,10,81)
#240A49
(36,10,73)
#200A41
(32,10,65)
#1C0A39
(28,10,57)
#180A31
(24,10,49)
#140A29
(20,10,41)
#100A21
(16,10,33)
#0C0A19
(12,10,25)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #300A61

#300A61
(48,10,97)
#42206F
(66,32,111)
#54367D
(84,54,125)
#664C8B
(102,76,139)
#786299
(120,98,153)
#8A78A7
(138,120,167)
#9C8EB5
(156,142,181)
#AEA4C3
(174,164,195)
#C0BAD1
(192,186,209)
#D2D0DF
(210,208,223)
#E4E6ED
(228,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300A61; }

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

This text font color is #300A61.


Background Color

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

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

This div background color is #300A61.


Border color

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

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

This div border color is #300A61.


Opacity

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

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

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

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

This text has shadow with #300A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300A61 on black background.


Color preview on white background

This text has color #300A61 on white background.



Black color preview on #300A61 background

This text has black color on #300A61 background.


White color preview on #300A61 background

This text has white color on #300A61 background.