COLOR #30092A

HEX: #30092A
RGB: (48,9,42)

Color info

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

RGB color model

#30092A color RGB value is (48,9,42).

  • red value is 48;
  • green value is 9;
  • blue value is 42.
RGB:
(48,9,42)
(19%,4%,16%)

RGB channels and saturation

R 48 of 255 = 19%
G 9 of 255 = 4%
B 42 of 255 = 16%

48
9
42

R + G + B ~ 13%. #30092A is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 9 + 42 = 99 (100%)
R 48 of 99 ~ 48.48%
G 9 of 99 ~ 9.09%
B 42 of 99 ~ 42.42%

%48.48
%42.42

CMYK color model

#30092A color CMYK value is (0,81,13,81).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 12.50%
  • key color value is 81.18%
CMYK:
(0,81,13,81)
C0M81Y13K81 
(0%,81%,13%,81%)
(0.00/0.81/0.13/0.81)	

CMYK percentages

%0
%81.25
%12.5
%81.18

Codes

Color #30092A in popluar color models

30092A
RGB48942
HSL309°68.42%11.18%
HSB/HSV309°81.25%18.82%
CMYK0.00%81.25%12.50%
81.18%

Color #30092A in popluar number systems.

HEX30092A
Decimal48942
Binary1100001001101010
Octal601152

Shades and tints

Shades of #30092A

#30092A
(48,9,42)
#2C0927
(44,9,39)
#280924
(40,9,36)
#240921
(36,9,33)
#20091E
(32,9,30)
#1C091B
(28,9,27)
#180918
(24,9,24)
#140915
(20,9,21)
#100912
(16,9,18)
#0C090F
(12,9,15)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #30092A

#30092A
(48,9,42)
#421F3D
(66,31,61)
#543550
(84,53,80)
#664B63
(102,75,99)
#786176
(120,97,118)
#8A7789
(138,119,137)
#9C8D9C
(156,141,156)
#AEA3AF
(174,163,175)
#C0B9C2
(192,185,194)
#D2CFD5
(210,207,213)
#E4E5E8
(228,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30092A color. Also use rgb(48,9,42) instead hex code.

Text Font Color

.myTextColor { color: #30092A; }

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

This text font color is #30092A.


Background Color

.myBgColor { background-color: #30092A; }

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

This div background color is #30092A.


Border color

.myBorderColor { border: 1px solid #30092A; }

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

This div border color is #30092A.


Opacity

.myOpacity80 { color: #30092A; opacity: 0.8; }

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

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

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

This text has shadow with #30092A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30092A on black background.


Color preview on white background

This text has color #30092A on white background.



Black color preview on #30092A background

This text has black color on #30092A background.


White color preview on #30092A background

This text has white color on #30092A background.