COLOR #30004B

HEX: #30004B
RGB: (48,0,75)

Color info

#30004B contains only red and blue colors. Web safe color of #30004B is #330033 (or #303).

RGB color model

#30004B color RGB value is (48,0,75).

  • red value is 48;
  • green value is 0;
  • blue value is 75.
RGB:
(48,0,75)
(19%,0%,29%)

RGB channels and saturation

R 48 of 255 = 19%
G 0 of 255 = 0%
B 75 of 255 = 29%

48
0
75

R + G + B ~ 16%. #30004B is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 0 + 75 = 123 (100%)
R 48 of 123 ~ 39.02%
G 0 of 123 ~ 0%
B 75 of 123 ~ 60.98%

%39.02
%60.98

CMYK color model

#30004B color CMYK value is (36,100,0,71).

  • cyan value is 36.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(36,100,0,71)
C36M100Y0K71 
(36%,100%,0%,71%)
(0.36/1.00/0.00/0.71)	

CMYK percentages

%36
%100
%0
%70.59

Codes

Color #30004B in popluar color models

30004B
RGB48075
HSL278°100.00%14.71%
HSB/HSV278°100.00%29.41%
CMYK36.00%100.00%0.00%
70.59%

Color #30004B in popluar number systems.

HEX30004B
Decimal48075
Binary11000001001011
Octal600113

Shades and tints

Shades of #30004B

#30004B
(48,0,75)
#2C0045
(44,0,69)
#28003F
(40,0,63)
#240039
(36,0,57)
#200033
(32,0,51)
#1C002D
(28,0,45)
#180027
(24,0,39)
#140021
(20,0,33)
#10001B
(16,0,27)
#0C0015
(12,0,21)
#08000F
(8,0,15)
#000000
(0,0,0)

Tints of #30004B

#30004B
(48,0,75)
#42175B
(66,23,91)
#542E6B
(84,46,107)
#66457B
(102,69,123)
#785C8B
(120,92,139)
#8A739B
(138,115,155)
#9C8AAB
(156,138,171)
#AEA1BB
(174,161,187)
#C0B8CB
(192,184,203)
#D2CFDB
(210,207,219)
#E4E6EB
(228,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30004B color. Also use rgb(48,0,75) instead hex code.

Text Font Color

.myTextColor { color: #30004B; }

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

This text font color is #30004B.


Background Color

.myBgColor { background-color: #30004B; }

<div style="background-color:#30004B">Inner text</div>

This div background color is #30004B.


Border color

.myBorderColor { border: 1px solid #30004B; }

<div style="border:3px solid #30004B">Div</div>

This div border color is #30004B.


Opacity

.myOpacity80 { color: #30004B; opacity: 0.8; }

<p style="color:#30004B;opacity:0.8;">80%</p>

Text with #30004B 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 #30004B;}

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

This text has shadow with #30004B color.

.textShadow {text-shadow: 3px 3px 1px #30004B, 3px 3px 1px red;}

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

This text has shadow with #30004B primary color and red secondary color.


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

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

This text has shadow with #30004B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30004B on black background.


Color preview on white background

This text has color #30004B on white background.



Black color preview on #30004B background

This text has black color on #30004B background.


White color preview on #30004B background

This text has white color on #30004B background.