COLOR #30304C

HEX: #30304C
RGB: (48,48,76)

Color info

#30304C contains red, green and blue colors in about the same proportion. Web safe color of #30304C is #333333 (or #333).

RGB color model

#30304C color RGB value is (48,48,76).

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

RGB channels and saturation

R 48 of 255 = 19%
G 48 of 255 = 19%
B 76 of 255 = 30%

48
48
76

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

Portions of RGB colors in percentages

R + G + B =
48 + 48 + 76 = 172 (100%)
R 48 of 172 ~ 27.91%
G 48 of 172 ~ 27.91%
B 76 of 172 ~ 44.19%

%27.91
%27.91
%44.19

CMYK color model

#30304C color CMYK value is (37,37,0,70).

  • cyan value is 36.84%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(37,37,0,70)
C37M37Y0K70 
(37%,37%,0%,70%)
(0.37/0.37/0.00/0.70)	

CMYK percentages

%36.84
%36.84
%0
%70.2

Codes

Color #30304C in popluar color models

30304C
RGB484876
HSL240°22.58%24.31%
HSB/HSV240°36.84%29.80%
CMYK36.84%36.84%0.00%
70.20%

Color #30304C in popluar number systems.

HEX30304C
Decimal484876
Binary1100001100001001100
Octal6060114

Shades and tints

Shades of #30304C

#30304C
(48,48,76)
#2C2C46
(44,44,70)
#282840
(40,40,64)
#24243A
(36,36,58)
#202034
(32,32,52)
#1C1C2E
(28,28,46)
#181828
(24,24,40)
#141422
(20,20,34)
#10101C
(16,16,28)
#0C0C16
(12,12,22)
#080810
(8,8,16)
#000000
(0,0,0)

Tints of #30304C

#30304C
(48,48,76)
#42425C
(66,66,92)
#54546C
(84,84,108)
#66667C
(102,102,124)
#78788C
(120,120,140)
#8A8A9C
(138,138,156)
#9C9CAC
(156,156,172)
#AEAEBC
(174,174,188)
#C0C0CC
(192,192,204)
#D2D2DC
(210,210,220)
#E4E4EC
(228,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30304C; }

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

This text font color is #30304C.


Background Color

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

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

This div background color is #30304C.


Border color

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

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

This div border color is #30304C.


Opacity

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

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

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

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

This text has shadow with #30304C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30304C on black background.


Color preview on white background

This text has color #30304C on white background.



Black color preview on #30304C background

This text has black color on #30304C background.


White color preview on #30304C background

This text has white color on #30304C background.