COLOR #30124A

HEX: #30124A
RGB: (48,18,74)

Color info

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

RGB color model

#30124A color RGB value is (48,18,74).

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

RGB channels and saturation

R 48 of 255 = 19%
G 18 of 255 = 7%
B 74 of 255 = 29%

48
18
74

R + G + B ~ 18%. #30124A is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 18 + 74 = 140 (100%)
R 48 of 140 ~ 34.29%
G 18 of 140 ~ 12.86%
B 74 of 140 ~ 52.86%

%34.29
%12.86
%52.86

CMYK color model

#30124A color CMYK value is (35,76,0,71).

  • cyan value is 35.14%
  • magenta value is 75.68%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(35,76,0,71)
C35M76Y0K71 
(35%,76%,0%,71%)
(0.35/0.76/0.00/0.71)	

CMYK percentages

%35.14
%75.68
%0
%70.98

Codes

Color #30124A in popluar color models

30124A
RGB481874
HSL272°60.87%18.04%
HSB/HSV272°75.68%29.02%
CMYK35.14%75.68%0.00%
70.98%

Color #30124A in popluar number systems.

HEX30124A
Decimal481874
Binary110000100101001010
Octal6022112

Shades and tints

Shades of #30124A

#30124A
(48,18,74)
#2C1144
(44,17,68)
#28103E
(40,16,62)
#240F38
(36,15,56)
#200E32
(32,14,50)
#1C0D2C
(28,13,44)
#180C26
(24,12,38)
#140B20
(20,11,32)
#100A1A
(16,10,26)
#0C0914
(12,9,20)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #30124A

#30124A
(48,18,74)
#42275A
(66,39,90)
#543C6A
(84,60,106)
#66517A
(102,81,122)
#78668A
(120,102,138)
#8A7B9A
(138,123,154)
#9C90AA
(156,144,170)
#AEA5BA
(174,165,186)
#C0BACA
(192,186,202)
#D2CFDA
(210,207,218)
#E4E4EA
(228,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30124A; }

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

This text font color is #30124A.


Background Color

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

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

This div background color is #30124A.


Border color

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

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

This div border color is #30124A.


Opacity

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

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

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

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

This text has shadow with #30124A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30124A on black background.


Color preview on white background

This text has color #30124A on white background.



Black color preview on #30124A background

This text has black color on #30124A background.


White color preview on #30124A background

This text has white color on #30124A background.