COLOR #300039

HEX: #300039
RGB: (48,0,57)

Color info

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

RGB color model

#300039 color RGB value is (48,0,57).

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

RGB channels and saturation

R 48 of 255 = 19%
G 0 of 255 = 0%
B 57 of 255 = 22%

48
0
57

R + G + B ~ 14%. #300039 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 0 + 57 = 105 (100%)
R 48 of 105 ~ 45.71%
G 0 of 105 ~ 0%
B 57 of 105 ~ 54.29%

%45.71
%54.29

CMYK color model

#300039 color CMYK value is (16,100,0,78).

  • cyan value is 15.79%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(16,100,0,78)
C16M100Y0K78 
(16%,100%,0%,78%)
(0.16/1.00/0.00/0.78)	

CMYK percentages

%15.79
%100
%0
%77.65

Codes

Color #300039 in popluar color models

300039
RGB48057
HSL291°100.00%11.18%
HSB/HSV291°100.00%22.35%
CMYK15.79%100.00%0.00%
77.65%

Color #300039 in popluar number systems.

HEX300039
Decimal48057
Binary1100000111001
Octal60071

Shades and tints

Shades of #300039

#300039
(48,0,57)
#2C0034
(44,0,52)
#28002F
(40,0,47)
#24002A
(36,0,42)
#200025
(32,0,37)
#1C0020
(28,0,32)
#18001B
(24,0,27)
#140016
(20,0,22)
#100011
(16,0,17)
#0C000C
(12,0,12)
#080007
(8,0,7)
#000000
(0,0,0)

Tints of #300039

#300039
(48,0,57)
#42174B
(66,23,75)
#542E5D
(84,46,93)
#66456F
(102,69,111)
#785C81
(120,92,129)
#8A7393
(138,115,147)
#9C8AA5
(156,138,165)
#AEA1B7
(174,161,183)
#C0B8C9
(192,184,201)
#D2CFDB
(210,207,219)
#E4E6ED
(228,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300039; }

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

This text font color is #300039.


Background Color

.myBgColor { background-color: #300039; }

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

This div background color is #300039.


Border color

.myBorderColor { border: 1px solid #300039; }

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

This div border color is #300039.


Opacity

.myOpacity80 { color: #300039; opacity: 0.8; }

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

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

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

This text has shadow with #300039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300039 on black background.


Color preview on white background

This text has color #300039 on white background.



Black color preview on #300039 background

This text has black color on #300039 background.


White color preview on #300039 background

This text has white color on #300039 background.