COLOR #30090A

HEX: #30090A
RGB: (48,9,10)

Color info

#30090A contains red, green and blue colors in about the same proportion. Web safe color of #30090A is #330000 (or #300).

RGB color model

#30090A color RGB value is (48,9,10).

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

RGB channels and saturation

R 48 of 255 = 19%
G 9 of 255 = 4%
B 10 of 255 = 4%

48
9
10

R + G + B ~ 9%. #30090A is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 9 + 10 = 67 (100%)
R 48 of 67 ~ 71.64%
G 9 of 67 ~ 13.43%
B 10 of 67 ~ 14.93%

%71.64
%13.43
%14.93

CMYK color model

#30090A color CMYK value is (0,81,79,81).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 79.17%
  • key color value is 81.18%
CMYK:
(0,81,79,81)
C0M81Y79K81 
(0%,81%,79%,81%)
(0.00/0.81/0.79/0.81)	

CMYK percentages

%0
%81.25
%79.17
%81.18

Codes

Color #30090A in popluar color models

30090A
RGB48910
HSL358°68.42%11.18%
HSB/HSV358°81.25%18.82%
CMYK0.00%81.25%79.17%
81.18%

Color #30090A in popluar number systems.

HEX30090A
Decimal48910
Binary11000010011010
Octal601112

Shades and tints

Shades of #30090A

#30090A
(48,9,10)
#2C090A
(44,9,10)
#28090A
(40,9,10)
#24090A
(36,9,10)
#20090A
(32,9,10)
#1C090A
(28,9,10)
#18090A
(24,9,10)
#14090A
(20,9,10)
#10090A
(16,9,10)
#0C090A
(12,9,10)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #30090A

#30090A
(48,9,10)
#421F20
(66,31,32)
#543536
(84,53,54)
#664B4C
(102,75,76)
#786162
(120,97,98)
#8A7778
(138,119,120)
#9C8D8E
(156,141,142)
#AEA3A4
(174,163,164)
#C0B9BA
(192,185,186)
#D2CFD0
(210,207,208)
#E4E5E6
(228,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30090A; }

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

This text font color is #30090A.


Background Color

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

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

This div background color is #30090A.


Border color

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

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

This div border color is #30090A.


Opacity

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

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

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

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

This text has shadow with #30090A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30090A on black background.


Color preview on white background

This text has color #30090A on white background.



Black color preview on #30090A background

This text has black color on #30090A background.


White color preview on #30090A background

This text has white color on #30090A background.