COLOR #30305A

HEX: #30305A
RGB: (48,48,90)

Color info

#30305A contains red, green and blue colors in about the same proportion. Web safe color of #30305A is #333366 (or #336).

RGB color model

#30305A color RGB value is (48,48,90).

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

RGB channels and saturation

R 48 of 255 = 19%
G 48 of 255 = 19%
B 90 of 255 = 35%

48
48
90

R + G + B ~ 24%. #30305A is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 48 + 90 = 186 (100%)
R 48 of 186 ~ 25.81%
G 48 of 186 ~ 25.81%
B 90 of 186 ~ 48.39%

%25.81
%25.81
%48.39

CMYK color model

#30305A color CMYK value is (47,47,0,65).

  • cyan value is 46.67%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(47,47,0,65)
C47M47Y0K65 
(47%,47%,0%,65%)
(0.47/0.47/0.00/0.65)	

CMYK percentages

%46.67
%46.67
%0
%64.71

Codes

Color #30305A in popluar color models

30305A
RGB484890
HSL240°30.43%27.06%
HSB/HSV240°46.67%35.29%
CMYK46.67%46.67%0.00%
64.71%

Color #30305A in popluar number systems.

HEX30305A
Decimal484890
Binary1100001100001011010
Octal6060132

Shades and tints

Shades of #30305A

#30305A
(48,48,90)
#2C2C52
(44,44,82)
#28284A
(40,40,74)
#242442
(36,36,66)
#20203A
(32,32,58)
#1C1C32
(28,28,50)
#18182A
(24,24,42)
#141422
(20,20,34)
#10101A
(16,16,26)
#0C0C12
(12,12,18)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #30305A

#30305A
(48,48,90)
#424269
(66,66,105)
#545478
(84,84,120)
#666687
(102,102,135)
#787896
(120,120,150)
#8A8AA5
(138,138,165)
#9C9CB4
(156,156,180)
#AEAEC3
(174,174,195)
#C0C0D2
(192,192,210)
#D2D2E1
(210,210,225)
#E4E4F0
(228,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30305A color. Also use rgb(48,48,90) instead hex code.

Text Font Color

.myTextColor { color: #30305A; }

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

This text font color is #30305A.


Background Color

.myBgColor { background-color: #30305A; }

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

This div background color is #30305A.


Border color

.myBorderColor { border: 1px solid #30305A; }

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

This div border color is #30305A.


Opacity

.myOpacity80 { color: #30305A; opacity: 0.8; }

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

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

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

This text has shadow with #30305A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30305A on black background.


Color preview on white background

This text has color #30305A on white background.



Black color preview on #30305A background

This text has black color on #30305A background.


White color preview on #30305A background

This text has white color on #30305A background.