COLOR #09370F

HEX: #09370F
RGB: (9,55,15)

Color info

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

RGB color model

#09370F color RGB value is (9,55,15).

  • red value is 9;
  • green value is 55;
  • blue value is 15.
RGB:
(9,55,15)
(4%,22%,6%)

RGB channels and saturation

R 9 of 255 = 4%
G 55 of 255 = 22%
B 15 of 255 = 6%

9
55
15

R + G + B ~ 11%. #09370F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 55 + 15 = 79 (100%)
R 9 of 79 ~ 11.39%
G 55 of 79 ~ 69.62%
B 15 of 79 ~ 18.99%

%11.39
%69.62
%18.99

CMYK color model

#09370F color CMYK value is (84,0,73,78).

  • cyan value is 83.64%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 78.43%
CMYK:
(84,0,73,78)
C84M0Y73K78 
(84%,0%,73%,78%)
(0.84/0.00/0.73/0.78)	

CMYK percentages

%83.64
%0
%72.73
%78.43

Codes

Color #09370F in popluar color models

09370F
RGB95515
HSL128°71.88%12.55%
HSB/HSV128°83.64%21.57%
CMYK83.64%0.00%72.73%
78.43%

Color #09370F in popluar number systems.

HEX09370F
Decimal95515
Binary10011101111111
Octal116717

Shades and tints

Shades of #09370F

#09370F
(9,55,15)
#09320E
(9,50,14)
#092D0D
(9,45,13)
#09280C
(9,40,12)
#09230B
(9,35,11)
#091E0A
(9,30,10)
#091909
(9,25,9)
#091408
(9,20,8)
#090F07
(9,15,7)
#090A06
(9,10,6)
#090505
(9,5,5)
#000000
(0,0,0)

Tints of #09370F

#09370F
(9,55,15)
#1F4924
(31,73,36)
#355B39
(53,91,57)
#4B6D4E
(75,109,78)
#617F63
(97,127,99)
#779178
(119,145,120)
#8DA38D
(141,163,141)
#A3B5A2
(163,181,162)
#B9C7B7
(185,199,183)
#CFD9CC
(207,217,204)
#E5EBE1
(229,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09370F color. Also use rgb(9,55,15) instead hex code.

Text Font Color

.myTextColor { color: #09370F; }

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

This text font color is #09370F.


Background Color

.myBgColor { background-color: #09370F; }

<div style="background-color:#09370F">Inner text</div>

This div background color is #09370F.


Border color

.myBorderColor { border: 1px solid #09370F; }

<div style="border:3px solid #09370F">Div</div>

This div border color is #09370F.


Opacity

.myOpacity80 { color: #09370F; opacity: 0.8; }

<p style="color:#09370F;opacity:0.8;">80%</p>

Text with #09370F 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 #09370F;}

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

This text has shadow with #09370F color.

.textShadow {text-shadow: 3px 3px 1px #09370F, 3px 3px 1px red;}

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

This text has shadow with #09370F primary color and red secondary color.


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

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

This text has shadow with #09370F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09370F on black background.


Color preview on white background

This text has color #09370F on white background.



Black color preview on #09370F background

This text has black color on #09370F background.


White color preview on #09370F background

This text has white color on #09370F background.