COLOR #30094C

HEX: #30094C
RGB: (48,9,76)

Color info

#30094C contains mainly red and blue colors. Web safe color of #30094C is #330033 (or #303).

RGB color model

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

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

RGB channels and saturation

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

48
9
76

R + G + B ~ 18%. #30094C is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 9 + 76 = 133 (100%)
R 48 of 133 ~ 36.09%
G 9 of 133 ~ 6.77%
B 76 of 133 ~ 57.14%

%36.09
%57.14

CMYK color model

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

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

CMYK percentages

%36.84
%88.16
%0
%70.2

Codes

Color #30094C in popluar color models

30094C
RGB48976
HSL275°78.82%16.67%
HSB/HSV275°88.16%29.80%
CMYK36.84%88.16%0.00%
70.20%

Color #30094C in popluar number systems.

HEX30094C
Decimal48976
Binary11000010011001100
Octal6011114

Shades and tints

Shades of #30094C

#30094C
(48,9,76)
#2C0946
(44,9,70)
#280940
(40,9,64)
#24093A
(36,9,58)
#200934
(32,9,52)
#1C092E
(28,9,46)
#180928
(24,9,40)
#140922
(20,9,34)
#10091C
(16,9,28)
#0C0916
(12,9,22)
#080910
(8,9,16)
#000000
(0,0,0)

Tints of #30094C

#30094C
(48,9,76)
#421F5C
(66,31,92)
#54356C
(84,53,108)
#664B7C
(102,75,124)
#78618C
(120,97,140)
#8A779C
(138,119,156)
#9C8DAC
(156,141,172)
#AEA3BC
(174,163,188)
#C0B9CC
(192,185,204)
#D2CFDC
(210,207,220)
#E4E5EC
(228,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30094C; }

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

This text font color is #30094C.


Background Color

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

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

This div background color is #30094C.


Border color

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

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

This div border color is #30094C.


Opacity

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

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

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

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

This text has shadow with #30094C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30094C on black background.


Color preview on white background

This text has color #30094C on white background.



Black color preview on #30094C background

This text has black color on #30094C background.


White color preview on #30094C background

This text has white color on #30094C background.