COLOR #30090E

HEX: #30090E
RGB: (48,9,14)

Color info

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

RGB color model

#30090E color RGB value is (48,9,14).

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

RGB channels and saturation

R 48 of 255 = 19%
G 9 of 255 = 4%
B 14 of 255 = 5%

48
9
14

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

Portions of RGB colors in percentages

R + G + B =
48 + 9 + 14 = 71 (100%)
R 48 of 71 ~ 67.61%
G 9 of 71 ~ 12.68%
B 14 of 71 ~ 19.72%

%67.61
%12.68
%19.72

CMYK color model

#30090E color CMYK value is (0,81,71,81).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 70.83%
  • key color value is 81.18%
CMYK:
(0,81,71,81)
C0M81Y71K81 
(0%,81%,71%,81%)
(0.00/0.81/0.71/0.81)	

CMYK percentages

%0
%81.25
%70.83
%81.18

Codes

Color #30090E in popluar color models

30090E
RGB48914
HSL352°68.42%11.18%
HSB/HSV352°81.25%18.82%
CMYK0.00%81.25%70.83%
81.18%

Color #30090E in popluar number systems.

HEX30090E
Decimal48914
Binary11000010011110
Octal601116

Shades and tints

Shades of #30090E

#30090E
(48,9,14)
#2C090D
(44,9,13)
#28090C
(40,9,12)
#24090B
(36,9,11)
#20090A
(32,9,10)
#1C0909
(28,9,9)
#180908
(24,9,8)
#140907
(20,9,7)
#100906
(16,9,6)
#0C0905
(12,9,5)
#080904
(8,9,4)
#000000
(0,0,0)

Tints of #30090E

#30090E
(48,9,14)
#421F23
(66,31,35)
#543538
(84,53,56)
#664B4D
(102,75,77)
#786162
(120,97,98)
#8A7777
(138,119,119)
#9C8D8C
(156,141,140)
#AEA3A1
(174,163,161)
#C0B9B6
(192,185,182)
#D2CFCB
(210,207,203)
#E4E5E0
(228,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30090E; }

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

This text font color is #30090E.


Background Color

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

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

This div background color is #30090E.


Border color

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

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

This div border color is #30090E.


Opacity

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

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

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

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

This text has shadow with #30090E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30090E on black background.


Color preview on white background

This text has color #30090E on white background.



Black color preview on #30090E background

This text has black color on #30090E background.


White color preview on #30090E background

This text has white color on #30090E background.