COLOR #30052E

HEX: #30052E
RGB: (48,5,46)

Color info

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

RGB color model

#30052E color RGB value is (48,5,46).

  • red value is 48;
  • green value is 5;
  • blue value is 46.
RGB:
(48,5,46)
(19%,2%,18%)

RGB channels and saturation

R 48 of 255 = 19%
G 5 of 255 = 2%
B 46 of 255 = 18%

48
5
46

R + G + B ~ 13%. #30052E is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 5 + 46 = 99 (100%)
R 48 of 99 ~ 48.48%
G 5 of 99 ~ 5.05%
B 46 of 99 ~ 46.46%

%48.48
%46.46

CMYK color model

#30052E color CMYK value is (0,90,4,81).

  • cyan value is 0.00%
  • magenta value is 89.58%
  • yellow value is 4.17%
  • key color value is 81.18%
CMYK:
(0,90,4,81)
C0M90Y4K81 
(0%,90%,4%,81%)
(0.00/0.90/0.04/0.81)	

CMYK percentages

%0
%89.58
%4.17
%81.18

Codes

Color #30052E in popluar color models

30052E
RGB48546
HSL303°81.13%10.39%
HSB/HSV303°89.58%18.82%
CMYK0.00%89.58%4.17%
81.18%

Color #30052E in popluar number systems.

HEX30052E
Decimal48546
Binary110000101101110
Octal60556

Shades and tints

Shades of #30052E

#30052E
(48,5,46)
#2C052A
(44,5,42)
#280526
(40,5,38)
#240522
(36,5,34)
#20051E
(32,5,30)
#1C051A
(28,5,26)
#180516
(24,5,22)
#140512
(20,5,18)
#10050E
(16,5,14)
#0C050A
(12,5,10)
#080506
(8,5,6)
#000000
(0,0,0)

Tints of #30052E

#30052E
(48,5,46)
#421B41
(66,27,65)
#543154
(84,49,84)
#664767
(102,71,103)
#785D7A
(120,93,122)
#8A738D
(138,115,141)
#9C89A0
(156,137,160)
#AE9FB3
(174,159,179)
#C0B5C6
(192,181,198)
#D2CBD9
(210,203,217)
#E4E1EC
(228,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30052E color. Also use rgb(48,5,46) instead hex code.

Text Font Color

.myTextColor { color: #30052E; }

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

This text font color is #30052E.


Background Color

.myBgColor { background-color: #30052E; }

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

This div background color is #30052E.


Border color

.myBorderColor { border: 1px solid #30052E; }

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

This div border color is #30052E.


Opacity

.myOpacity80 { color: #30052E; opacity: 0.8; }

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

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

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

This text has shadow with #30052E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30052E on black background.


Color preview on white background

This text has color #30052E on white background.



Black color preview on #30052E background

This text has black color on #30052E background.


White color preview on #30052E background

This text has white color on #30052E background.