COLOR #09320D

HEX: #09320D
RGB: (9,50,13)

Color info

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

RGB color model

#09320D color RGB value is (9,50,13).

  • red value is 9;
  • green value is 50;
  • blue value is 13.
RGB:
(9,50,13)
(4%,20%,5%)

RGB channels and saturation

R 9 of 255 = 4%
G 50 of 255 = 20%
B 13 of 255 = 5%

9
50
13

R + G + B ~ 10%. #09320D is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 50 + 13 = 72 (100%)
R 9 of 72 ~ 12.5%
G 50 of 72 ~ 69.44%
B 13 of 72 ~ 18.06%

%12.5
%69.44
%18.06

CMYK color model

#09320D color CMYK value is (82,0,74,80).

  • cyan value is 82.00%
  • magenta value is 0.00%
  • yellow value is 74.00%
  • key color value is 80.39%
CMYK:
(82,0,74,80)
C82M0Y74K80 
(82%,0%,74%,80%)
(0.82/0.00/0.74/0.80)	

CMYK percentages

%82
%0
%74
%80.39

Codes

Color #09320D in popluar color models

09320D
RGB95013
HSL126°69.49%11.57%
HSB/HSV126°82.00%19.61%
CMYK82.00%0.00%74.00%
80.39%

Color #09320D in popluar number systems.

HEX09320D
Decimal95013
Binary10011100101101
Octal116215

Shades and tints

Shades of #09320D

#09320D
(9,50,13)
#092E0C
(9,46,12)
#092A0B
(9,42,11)
#09260A
(9,38,10)
#092209
(9,34,9)
#091E08
(9,30,8)
#091A07
(9,26,7)
#091606
(9,22,6)
#091205
(9,18,5)
#090E04
(9,14,4)
#090A03
(9,10,3)
#000000
(0,0,0)

Tints of #09320D

#09320D
(9,50,13)
#1F4423
(31,68,35)
#355639
(53,86,57)
#4B684F
(75,104,79)
#617A65
(97,122,101)
#778C7B
(119,140,123)
#8D9E91
(141,158,145)
#A3B0A7
(163,176,167)
#B9C2BD
(185,194,189)
#CFD4D3
(207,212,211)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09320D color. Also use rgb(9,50,13) instead hex code.

Text Font Color

.myTextColor { color: #09320D; }

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

This text font color is #09320D.


Background Color

.myBgColor { background-color: #09320D; }

<div style="background-color:#09320D">Inner text</div>

This div background color is #09320D.


Border color

.myBorderColor { border: 1px solid #09320D; }

<div style="border:3px solid #09320D">Div</div>

This div border color is #09320D.


Opacity

.myOpacity80 { color: #09320D; opacity: 0.8; }

<p style="color:#09320D;opacity:0.8;">80%</p>

Text with #09320D 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 #09320D;}

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

This text has shadow with #09320D color.

.textShadow {text-shadow: 3px 3px 1px #09320D, 3px 3px 1px red;}

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

This text has shadow with #09320D primary color and red secondary color.


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

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

This text has shadow with #09320D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09320D on black background.


Color preview on white background

This text has color #09320D on white background.



Black color preview on #09320D background

This text has black color on #09320D background.


White color preview on #09320D background

This text has white color on #09320D background.