COLOR #30024C

HEX: #30024C
RGB: (48,2,76)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

48
2
76

R + G + B ~ 17%. #30024C is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 2 + 76 = 126 (100%)
R 48 of 126 ~ 38.1%
G 2 of 126 ~ 1.59%
B 76 of 126 ~ 60.32%

%38.1
%60.32

CMYK color model

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

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

CMYK percentages

%36.84
%97.37
%0
%70.2

Codes

Color #30024C in popluar color models

30024C
RGB48276
HSL277°94.87%15.29%
HSB/HSV277°97.37%29.80%
CMYK36.84%97.37%0.00%
70.20%

Color #30024C in popluar number systems.

HEX30024C
Decimal48276
Binary110000101001100
Octal602114

Shades and tints

Shades of #30024C

#30024C
(48,2,76)
#2C0246
(44,2,70)
#280240
(40,2,64)
#24023A
(36,2,58)
#200234
(32,2,52)
#1C022E
(28,2,46)
#180228
(24,2,40)
#140222
(20,2,34)
#10021C
(16,2,28)
#0C0216
(12,2,22)
#080210
(8,2,16)
#000000
(0,0,0)

Tints of #30024C

#30024C
(48,2,76)
#42195C
(66,25,92)
#54306C
(84,48,108)
#66477C
(102,71,124)
#785E8C
(120,94,140)
#8A759C
(138,117,156)
#9C8CAC
(156,140,172)
#AEA3BC
(174,163,188)
#C0BACC
(192,186,204)
#D2D1DC
(210,209,220)
#E4E8EC
(228,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30024C; }

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

This text font color is #30024C.


Background Color

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

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

This div background color is #30024C.


Border color

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

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

This div border color is #30024C.


Opacity

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

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

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

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

This text has shadow with #30024C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30024C on black background.


Color preview on white background

This text has color #30024C on white background.



Black color preview on #30024C background

This text has black color on #30024C background.


White color preview on #30024C background

This text has white color on #30024C background.