COLOR #30033B

HEX: #30033B
RGB: (48,3,59)

Color info

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

RGB color model

#30033B color RGB value is (48,3,59).

  • red value is 48;
  • green value is 3;
  • blue value is 59.
RGB:
(48,3,59)
(19%,1%,23%)

RGB channels and saturation

R 48 of 255 = 19%
G 3 of 255 = 1%
B 59 of 255 = 23%

48
3
59

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

Portions of RGB colors in percentages

R + G + B =
48 + 3 + 59 = 110 (100%)
R 48 of 110 ~ 43.64%
G 3 of 110 ~ 2.73%
B 59 of 110 ~ 53.64%

%43.64
%53.64

CMYK color model

#30033B color CMYK value is (19,95,0,77).

  • cyan value is 18.64%
  • magenta value is 94.92%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(19,95,0,77)
C19M95Y0K77 
(19%,95%,0%,77%)
(0.19/0.95/0.00/0.77)	

CMYK percentages

%18.64
%94.92
%0
%76.86

Codes

Color #30033B in popluar color models

30033B
RGB48359
HSL288°90.32%12.16%
HSB/HSV288°94.92%23.14%
CMYK18.64%94.92%0.00%
76.86%

Color #30033B in popluar number systems.

HEX30033B
Decimal48359
Binary11000011111011
Octal60373

Shades and tints

Shades of #30033B

#30033B
(48,3,59)
#2C0336
(44,3,54)
#280331
(40,3,49)
#24032C
(36,3,44)
#200327
(32,3,39)
#1C0322
(28,3,34)
#18031D
(24,3,29)
#140318
(20,3,24)
#100313
(16,3,19)
#0C030E
(12,3,14)
#080309
(8,3,9)
#000000
(0,0,0)

Tints of #30033B

#30033B
(48,3,59)
#42194C
(66,25,76)
#542F5D
(84,47,93)
#66456E
(102,69,110)
#785B7F
(120,91,127)
#8A7190
(138,113,144)
#9C87A1
(156,135,161)
#AE9DB2
(174,157,178)
#C0B3C3
(192,179,195)
#D2C9D4
(210,201,212)
#E4DFE5
(228,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30033B color. Also use rgb(48,3,59) instead hex code.

Text Font Color

.myTextColor { color: #30033B; }

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

This text font color is #30033B.


Background Color

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

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

This div background color is #30033B.


Border color

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

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

This div border color is #30033B.


Opacity

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

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

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

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

This text has shadow with #30033B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30033B on black background.


Color preview on white background

This text has color #30033B on white background.



Black color preview on #30033B background

This text has black color on #30033B background.


White color preview on #30033B background

This text has white color on #30033B background.