COLOR #09032F

HEX: #09032F
RGB: (9,3,47)

Color info

#09032F contains red, green and blue colors in about the same proportion. Web safe color of #09032F is #000033 (or #003).

RGB color model

#09032F color RGB value is (9,3,47).

  • red value is 9;
  • green value is 3;
  • blue value is 47.
RGB:
(9,3,47)
(4%,1%,18%)

RGB channels and saturation

R 9 of 255 = 4%
G 3 of 255 = 1%
B 47 of 255 = 18%

9
3
47

R + G + B ~ 8%. #09032F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 3 + 47 = 59 (100%)
R 9 of 59 ~ 15.25%
G 3 of 59 ~ 5.08%
B 47 of 59 ~ 79.66%

%15.25
%79.66

CMYK color model

#09032F color CMYK value is (81,94,0,82).

  • cyan value is 80.85%
  • magenta value is 93.62%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(81,94,0,82)
C81M94Y0K82 
(81%,94%,0%,82%)
(0.81/0.94/0.00/0.82)	

CMYK percentages

%80.85
%93.62
%0
%81.57

Codes

Color #09032F in popluar color models

09032F
RGB9347
HSL248°88.00%9.80%
HSB/HSV248°93.62%18.43%
CMYK80.85%93.62%0.00%
81.57%

Color #09032F in popluar number systems.

HEX09032F
Decimal9347
Binary100111101111
Octal11357

Shades and tints

Shades of #09032F

#09032F
(9,3,47)
#09032B
(9,3,43)
#090327
(9,3,39)
#090323
(9,3,35)
#09031F
(9,3,31)
#09031B
(9,3,27)
#090317
(9,3,23)
#090313
(9,3,19)
#09030F
(9,3,15)
#09030B
(9,3,11)
#090307
(9,3,7)
#000000
(0,0,0)

Tints of #09032F

#09032F
(9,3,47)
#1F1941
(31,25,65)
#352F53
(53,47,83)
#4B4565
(75,69,101)
#615B77
(97,91,119)
#777189
(119,113,137)
#8D879B
(141,135,155)
#A39DAD
(163,157,173)
#B9B3BF
(185,179,191)
#CFC9D1
(207,201,209)
#E5DFE3
(229,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09032F color. Also use rgb(9,3,47) instead hex code.

Text Font Color

.myTextColor { color: #09032F; }

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

This text font color is #09032F.


Background Color

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

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

This div background color is #09032F.


Border color

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

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

This div border color is #09032F.


Opacity

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

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

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

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

This text has shadow with #09032F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09032F on black background.


Color preview on white background

This text has color #09032F on white background.



Black color preview on #09032F background

This text has black color on #09032F background.


White color preview on #09032F background

This text has white color on #09032F background.