COLOR #30018C

HEX: #30018C
RGB: (48,1,140)

Color info

#30018C contains mainly blue color. Web safe color of #30018C is #330099 (or #309).

RGB color model

#30018C color RGB value is (48,1,140).

  • red value is 48;
  • green value is 1;
  • blue value is 140.
RGB:
(48,1,140)
(19%,0%,55%)

RGB channels and saturation

R 48 of 255 = 19%
G 1 of 255 = 0%
B 140 of 255 = 55%

48
1
140

R + G + B ~ 25%. #30018C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 1 + 140 = 189 (100%)
R 48 of 189 ~ 25.4%
G 1 of 189 ~ 0.53%
B 140 of 189 ~ 74.07%

%25.4
%74.07

CMYK color model

#30018C color CMYK value is (66,99,0,45).

  • cyan value is 65.71%
  • magenta value is 99.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(66,99,0,45)
C66M99Y0K45 
(66%,99%,0%,45%)
(0.66/0.99/0.00/0.45)	

CMYK percentages

%65.71
%99.29
%0
%45.1

Codes

Color #30018C in popluar color models

30018C
RGB481140
HSL260°98.58%27.65%
HSB/HSV260°99.29%54.90%
CMYK65.71%99.29%0.00%
45.10%

Color #30018C in popluar number systems.

HEX30018C
Decimal481140
Binary110000110001100
Octal601214

Shades and tints

Shades of #30018C

#30018C
(48,1,140)
#2C0180
(44,1,128)
#280174
(40,1,116)
#240168
(36,1,104)
#20015C
(32,1,92)
#1C0150
(28,1,80)
#180144
(24,1,68)
#140138
(20,1,56)
#10012C
(16,1,44)
#0C0120
(12,1,32)
#080114
(8,1,20)
#000000
(0,0,0)

Tints of #30018C

#30018C
(48,1,140)
#421896
(66,24,150)
#542FA0
(84,47,160)
#6646AA
(102,70,170)
#785DB4
(120,93,180)
#8A74BE
(138,116,190)
#9C8BC8
(156,139,200)
#AEA2D2
(174,162,210)
#C0B9DC
(192,185,220)
#D2D0E6
(210,208,230)
#E4E7F0
(228,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30018C; }

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

This text font color is #30018C.


Background Color

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

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

This div background color is #30018C.


Border color

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

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

This div border color is #30018C.


Opacity

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

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

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

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

This text has shadow with #30018C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30018C on black background.


Color preview on white background

This text has color #30018C on white background.



Black color preview on #30018C background

This text has black color on #30018C background.


White color preview on #30018C background

This text has white color on #30018C background.