COLOR #09370A

HEX: #09370A
RGB: (9,55,10)

Color info

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

RGB color model

#09370A color RGB value is (9,55,10).

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

RGB channels and saturation

R 9 of 255 = 4%
G 55 of 255 = 22%
B 10 of 255 = 4%

9
55
10

R + G + B ~ 10%. #09370A is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 55 + 10 = 74 (100%)
R 9 of 74 ~ 12.16%
G 55 of 74 ~ 74.32%
B 10 of 74 ~ 13.51%

%12.16
%74.32
%13.51

CMYK color model

#09370A color CMYK value is (84,0,82,78).

  • cyan value is 83.64%
  • magenta value is 0.00%
  • yellow value is 81.82%
  • key color value is 78.43%
CMYK:
(84,0,82,78)
C84M0Y82K78 
(84%,0%,82%,78%)
(0.84/0.00/0.82/0.78)	

CMYK percentages

%83.64
%0
%81.82
%78.43

Codes

Color #09370A in popluar color models

09370A
RGB95510
HSL121°71.88%12.55%
HSB/HSV121°83.64%21.57%
CMYK83.64%0.00%81.82%
78.43%

Color #09370A in popluar number systems.

HEX09370A
Decimal95510
Binary10011101111010
Octal116712

Shades and tints

Shades of #09370A

#09370A
(9,55,10)
#09320A
(9,50,10)
#092D0A
(9,45,10)
#09280A
(9,40,10)
#09230A
(9,35,10)
#091E0A
(9,30,10)
#09190A
(9,25,10)
#09140A
(9,20,10)
#090F0A
(9,15,10)
#090A0A
(9,10,10)
#09050A
(9,5,10)
#000000
(0,0,0)

Tints of #09370A

#09370A
(9,55,10)
#1F4920
(31,73,32)
#355B36
(53,91,54)
#4B6D4C
(75,109,76)
#617F62
(97,127,98)
#779178
(119,145,120)
#8DA38E
(141,163,142)
#A3B5A4
(163,181,164)
#B9C7BA
(185,199,186)
#CFD9D0
(207,217,208)
#E5EBE6
(229,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09370A; }

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

This text font color is #09370A.


Background Color

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

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

This div background color is #09370A.


Border color

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

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

This div border color is #09370A.


Opacity

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

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

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

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

This text has shadow with #09370A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09370A on black background.


Color preview on white background

This text has color #09370A on white background.



Black color preview on #09370A background

This text has black color on #09370A background.


White color preview on #09370A background

This text has white color on #09370A background.