COLOR #30043F

HEX: #30043F
RGB: (48,4,63)

Color info

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

RGB color model

#30043F color RGB value is (48,4,63).

  • red value is 48;
  • green value is 4;
  • blue value is 63.
RGB:
(48,4,63)
(19%,2%,25%)

RGB channels and saturation

R 48 of 255 = 19%
G 4 of 255 = 2%
B 63 of 255 = 25%

48
4
63

R + G + B ~ 15%. #30043F is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 4 + 63 = 115 (100%)
R 48 of 115 ~ 41.74%
G 4 of 115 ~ 3.48%
B 63 of 115 ~ 54.78%

%41.74
%54.78

CMYK color model

#30043F color CMYK value is (24,94,0,75).

  • cyan value is 23.81%
  • magenta value is 93.65%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(24,94,0,75)
C24M94Y0K75 
(24%,94%,0%,75%)
(0.24/0.94/0.00/0.75)	

CMYK percentages

%23.81
%93.65
%0
%75.29

Codes

Color #30043F in popluar color models

30043F
RGB48463
HSL285°88.06%13.14%
HSB/HSV285°93.65%24.71%
CMYK23.81%93.65%0.00%
75.29%

Color #30043F in popluar number systems.

HEX30043F
Decimal48463
Binary110000100111111
Octal60477

Shades and tints

Shades of #30043F

#30043F
(48,4,63)
#2C043A
(44,4,58)
#280435
(40,4,53)
#240430
(36,4,48)
#20042B
(32,4,43)
#1C0426
(28,4,38)
#180421
(24,4,33)
#14041C
(20,4,28)
#100417
(16,4,23)
#0C0412
(12,4,18)
#08040D
(8,4,13)
#000000
(0,0,0)

Tints of #30043F

#30043F
(48,4,63)
#421A50
(66,26,80)
#543061
(84,48,97)
#664672
(102,70,114)
#785C83
(120,92,131)
#8A7294
(138,114,148)
#9C88A5
(156,136,165)
#AE9EB6
(174,158,182)
#C0B4C7
(192,180,199)
#D2CAD8
(210,202,216)
#E4E0E9
(228,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30043F color. Also use rgb(48,4,63) instead hex code.

Text Font Color

.myTextColor { color: #30043F; }

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

This text font color is #30043F.


Background Color

.myBgColor { background-color: #30043F; }

<div style="background-color:#30043F">Inner text</div>

This div background color is #30043F.


Border color

.myBorderColor { border: 1px solid #30043F; }

<div style="border:3px solid #30043F">Div</div>

This div border color is #30043F.


Opacity

.myOpacity80 { color: #30043F; opacity: 0.8; }

<p style="color:#30043F;opacity:0.8;">80%</p>

Text with #30043F 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 #30043F;}

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

This text has shadow with #30043F color.

.textShadow {text-shadow: 3px 3px 1px #30043F, 3px 3px 1px red;}

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

This text has shadow with #30043F primary color and red secondary color.


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

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

This text has shadow with #30043F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30043F on black background.


Color preview on white background

This text has color #30043F on white background.



Black color preview on #30043F background

This text has black color on #30043F background.


White color preview on #30043F background

This text has white color on #30043F background.