COLOR #09300C

HEX: #09300C
RGB: (9,48,12)

Color info

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

RGB color model

#09300C color RGB value is (9,48,12).

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

RGB channels and saturation

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

9
48
12

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

Portions of RGB colors in percentages

R + G + B =
9 + 48 + 12 = 69 (100%)
R 9 of 69 ~ 13.04%
G 48 of 69 ~ 69.57%
B 12 of 69 ~ 17.39%

%13.04
%69.57
%17.39

CMYK color model

#09300C color CMYK value is (81,0,75,81).

  • cyan value is 81.25%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 81.18%
CMYK:
(81,0,75,81)
C81M0Y75K81 
(81%,0%,75%,81%)
(0.81/0.00/0.75/0.81)	

CMYK percentages

%81.25
%0
%75
%81.18

Codes

Color #09300C in popluar color models

09300C
RGB94812
HSL125°68.42%11.18%
HSB/HSV125°81.25%18.82%
CMYK81.25%0.00%75.00%
81.18%

Color #09300C in popluar number systems.

HEX09300C
Decimal94812
Binary10011100001100
Octal116014

Shades and tints

Shades of #09300C

#09300C
(9,48,12)
#092C0B
(9,44,11)
#09280A
(9,40,10)
#092409
(9,36,9)
#092008
(9,32,8)
#091C07
(9,28,7)
#091806
(9,24,6)
#091405
(9,20,5)
#091004
(9,16,4)
#090C03
(9,12,3)
#090802
(9,8,2)
#000000
(0,0,0)

Tints of #09300C

#09300C
(9,48,12)
#1F4222
(31,66,34)
#355438
(53,84,56)
#4B664E
(75,102,78)
#617864
(97,120,100)
#778A7A
(119,138,122)
#8D9C90
(141,156,144)
#A3AEA6
(163,174,166)
#B9C0BC
(185,192,188)
#CFD2D2
(207,210,210)
#E5E4E8
(229,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09300C; }

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

This text font color is #09300C.


Background Color

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

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

This div background color is #09300C.


Border color

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

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

This div border color is #09300C.


Opacity

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

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

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

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

This text has shadow with #09300C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09300C on black background.


Color preview on white background

This text has color #09300C on white background.



Black color preview on #09300C background

This text has black color on #09300C background.


White color preview on #09300C background

This text has white color on #09300C background.