COLOR #30194A

HEX: #30194A
RGB: (48,25,74)

Color info

#30194A contains red, green and blue colors in about the same proportion. Web safe color of #30194A is #330033 (or #303).

RGB color model

#30194A color RGB value is (48,25,74).

  • red value is 48;
  • green value is 25;
  • blue value is 74.
RGB:
(48,25,74)
(19%,10%,29%)

RGB channels and saturation

R 48 of 255 = 19%
G 25 of 255 = 10%
B 74 of 255 = 29%

48
25
74

R + G + B ~ 19%. #30194A is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 25 + 74 = 147 (100%)
R 48 of 147 ~ 32.65%
G 25 of 147 ~ 17.01%
B 74 of 147 ~ 50.34%

%32.65
%17.01
%50.34

CMYK color model

#30194A color CMYK value is (35,66,0,71).

  • cyan value is 35.14%
  • magenta value is 66.22%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(35,66,0,71)
C35M66Y0K71 
(35%,66%,0%,71%)
(0.35/0.66/0.00/0.71)	

CMYK percentages

%35.14
%66.22
%0
%70.98

Codes

Color #30194A in popluar color models

30194A
RGB482574
HSL268°49.49%19.41%
HSB/HSV268°66.22%29.02%
CMYK35.14%66.22%0.00%
70.98%

Color #30194A in popluar number systems.

HEX30194A
Decimal482574
Binary110000110011001010
Octal6031112

Shades and tints

Shades of #30194A

#30194A
(48,25,74)
#2C1744
(44,23,68)
#28153E
(40,21,62)
#241338
(36,19,56)
#201132
(32,17,50)
#1C0F2C
(28,15,44)
#180D26
(24,13,38)
#140B20
(20,11,32)
#10091A
(16,9,26)
#0C0714
(12,7,20)
#08050E
(8,5,14)
#000000
(0,0,0)

Tints of #30194A

#30194A
(48,25,74)
#422D5A
(66,45,90)
#54416A
(84,65,106)
#66557A
(102,85,122)
#78698A
(120,105,138)
#8A7D9A
(138,125,154)
#9C91AA
(156,145,170)
#AEA5BA
(174,165,186)
#C0B9CA
(192,185,202)
#D2CDDA
(210,205,218)
#E4E1EA
(228,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30194A; }

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

This text font color is #30194A.


Background Color

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

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

This div background color is #30194A.


Border color

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

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

This div border color is #30194A.


Opacity

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

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

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

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

This text has shadow with #30194A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30194A on black background.


Color preview on white background

This text has color #30194A on white background.



Black color preview on #30194A background

This text has black color on #30194A background.


White color preview on #30194A background

This text has white color on #30194A background.