COLOR #09300E

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

Color info

#09300E contains red, green and blue colors in about the same proportion. Web safe color of #09300E is #003300 (or #030).

RGB color model

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

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

RGB channels and saturation

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

9
48
14

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

Portions of RGB colors in percentages

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

%12.68
%67.61
%19.72

CMYK color model

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

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

CMYK percentages

%81.25
%0
%70.83
%81.18

Codes

Color #09300E in popluar color models

09300E
RGB94814
HSL128°68.42%11.18%
HSB/HSV128°81.25%18.82%
CMYK81.25%0.00%70.83%
81.18%

Color #09300E in popluar number systems.

HEX09300E
Decimal94814
Binary10011100001110
Octal116016

Shades and tints

Shades of #09300E

#09300E
(9,48,14)
#092C0D
(9,44,13)
#09280C
(9,40,12)
#09240B
(9,36,11)
#09200A
(9,32,10)
#091C09
(9,28,9)
#091808
(9,24,8)
#091407
(9,20,7)
#091006
(9,16,6)
#090C05
(9,12,5)
#090804
(9,8,4)
#000000
(0,0,0)

Tints of #09300E

#09300E
(9,48,14)
#1F4223
(31,66,35)
#355438
(53,84,56)
#4B664D
(75,102,77)
#617862
(97,120,98)
#778A77
(119,138,119)
#8D9C8C
(141,156,140)
#A3AEA1
(163,174,161)
#B9C0B6
(185,192,182)
#CFD2CB
(207,210,203)
#E5E4E0
(229,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09300E; }

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

This text font color is #09300E.


Background Color

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

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

This div background color is #09300E.


Border color

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

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

This div border color is #09300E.


Opacity

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

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

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

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

This text has shadow with #09300E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09300E on black background.


Color preview on white background

This text has color #09300E on white background.



Black color preview on #09300E background

This text has black color on #09300E background.


White color preview on #09300E background

This text has white color on #09300E background.