COLOR #09322A

HEX: #09322A
RGB: (9,50,42)

Color info

#09322A contains red, green and blue colors in about the same proportion. Web safe color of #09322A is #003333 (or #033).

RGB color model

#09322A color RGB value is (9,50,42).

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

RGB channels and saturation

R 9 of 255 = 4%
G 50 of 255 = 20%
B 42 of 255 = 16%

9
50
42

R + G + B ~ 13%. #09322A is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 50 + 42 = 101 (100%)
R 9 of 101 ~ 8.91%
G 50 of 101 ~ 49.5%
B 42 of 101 ~ 41.58%

%49.5
%41.58

CMYK color model

#09322A color CMYK value is (82,0,16,80).

  • cyan value is 82.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 80.39%
CMYK:
(82,0,16,80)
C82M0Y16K80 
(82%,0%,16%,80%)
(0.82/0.00/0.16/0.80)	

CMYK percentages

%82
%0
%16
%80.39

Codes

Color #09322A in popluar color models

09322A
RGB95042
HSL168°69.49%11.57%
HSB/HSV168°82.00%19.61%
CMYK82.00%0.00%16.00%
80.39%

Color #09322A in popluar number systems.

HEX09322A
Decimal95042
Binary1001110010101010
Octal116252

Shades and tints

Shades of #09322A

#09322A
(9,50,42)
#092E27
(9,46,39)
#092A24
(9,42,36)
#092621
(9,38,33)
#09221E
(9,34,30)
#091E1B
(9,30,27)
#091A18
(9,26,24)
#091615
(9,22,21)
#091212
(9,18,18)
#090E0F
(9,14,15)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #09322A

#09322A
(9,50,42)
#1F443D
(31,68,61)
#355650
(53,86,80)
#4B6863
(75,104,99)
#617A76
(97,122,118)
#778C89
(119,140,137)
#8D9E9C
(141,158,156)
#A3B0AF
(163,176,175)
#B9C2C2
(185,194,194)
#CFD4D5
(207,212,213)
#E5E6E8
(229,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09322A color. Also use rgb(9,50,42) instead hex code.

Text Font Color

.myTextColor { color: #09322A; }

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

This text font color is #09322A.


Background Color

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

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

This div background color is #09322A.


Border color

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

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

This div border color is #09322A.


Opacity

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

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

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

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

This text has shadow with #09322A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09322A on black background.


Color preview on white background

This text has color #09322A on white background.



Black color preview on #09322A background

This text has black color on #09322A background.


White color preview on #09322A background

This text has white color on #09322A background.