COLOR #30304F

HEX: #30304F
RGB: (48,48,79)

Color info

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

RGB color model

#30304F color RGB value is (48,48,79).

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

RGB channels and saturation

R 48 of 255 = 19%
G 48 of 255 = 19%
B 79 of 255 = 31%

48
48
79

R + G + B ~ 23%. #30304F is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 48 + 79 = 175 (100%)
R 48 of 175 ~ 27.43%
G 48 of 175 ~ 27.43%
B 79 of 175 ~ 45.14%

%27.43
%27.43
%45.14

CMYK color model

#30304F color CMYK value is (39,39,0,69).

  • cyan value is 39.24%
  • magenta value is 39.24%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(39,39,0,69)
C39M39Y0K69 
(39%,39%,0%,69%)
(0.39/0.39/0.00/0.69)	

CMYK percentages

%39.24
%39.24
%0
%69.02

Codes

Color #30304F in popluar color models

30304F
RGB484879
HSL240°24.41%24.90%
HSB/HSV240°39.24%30.98%
CMYK39.24%39.24%0.00%
69.02%

Color #30304F in popluar number systems.

HEX30304F
Decimal484879
Binary1100001100001001111
Octal6060117

Shades and tints

Shades of #30304F

#30304F
(48,48,79)
#2C2C48
(44,44,72)
#282841
(40,40,65)
#24243A
(36,36,58)
#202033
(32,32,51)
#1C1C2C
(28,28,44)
#181825
(24,24,37)
#14141E
(20,20,30)
#101017
(16,16,23)
#0C0C10
(12,12,16)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #30304F

#30304F
(48,48,79)
#42425F
(66,66,95)
#54546F
(84,84,111)
#66667F
(102,102,127)
#78788F
(120,120,143)
#8A8A9F
(138,138,159)
#9C9CAF
(156,156,175)
#AEAEBF
(174,174,191)
#C0C0CF
(192,192,207)
#D2D2DF
(210,210,223)
#E4E4EF
(228,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30304F color. Also use rgb(48,48,79) instead hex code.

Text Font Color

.myTextColor { color: #30304F; }

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

This text font color is #30304F.


Background Color

.myBgColor { background-color: #30304F; }

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

This div background color is #30304F.


Border color

.myBorderColor { border: 1px solid #30304F; }

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

This div border color is #30304F.


Opacity

.myOpacity80 { color: #30304F; opacity: 0.8; }

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

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

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

This text has shadow with #30304F color.

.textShadow {text-shadow: 3px 3px 1px #30304F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30304F on black background.


Color preview on white background

This text has color #30304F on white background.



Black color preview on #30304F background

This text has black color on #30304F background.


White color preview on #30304F background

This text has white color on #30304F background.