COLOR #09042F

HEX: #09042F
RGB: (9,4,47)

Color info

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

RGB color model

#09042F color RGB value is (9,4,47).

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

RGB channels and saturation

R 9 of 255 = 4%
G 4 of 255 = 2%
B 47 of 255 = 18%

9
4
47

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

Portions of RGB colors in percentages

R + G + B =
9 + 4 + 47 = 60 (100%)
R 9 of 60 ~ 15%
G 4 of 60 ~ 6.67%
B 47 of 60 ~ 78.33%

%15
%78.33

CMYK color model

#09042F color CMYK value is (81,91,0,82).

  • cyan value is 80.85%
  • magenta value is 91.49%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(81,91,0,82)
C81M91Y0K82 
(81%,91%,0%,82%)
(0.81/0.91/0.00/0.82)	

CMYK percentages

%80.85
%91.49
%0
%81.57

Codes

Color #09042F in popluar color models

09042F
RGB9447
HSL247°84.31%10.00%
HSB/HSV247°91.49%18.43%
CMYK80.85%91.49%0.00%
81.57%

Color #09042F in popluar number systems.

HEX09042F
Decimal9447
Binary1001100101111
Octal11457

Shades and tints

Shades of #09042F

#09042F
(9,4,47)
#09042B
(9,4,43)
#090427
(9,4,39)
#090423
(9,4,35)
#09041F
(9,4,31)
#09041B
(9,4,27)
#090417
(9,4,23)
#090413
(9,4,19)
#09040F
(9,4,15)
#09040B
(9,4,11)
#090407
(9,4,7)
#000000
(0,0,0)

Tints of #09042F

#09042F
(9,4,47)
#1F1A41
(31,26,65)
#353053
(53,48,83)
#4B4665
(75,70,101)
#615C77
(97,92,119)
#777289
(119,114,137)
#8D889B
(141,136,155)
#A39EAD
(163,158,173)
#B9B4BF
(185,180,191)
#CFCAD1
(207,202,209)
#E5E0E3
(229,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09042F; }

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

This text font color is #09042F.


Background Color

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

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

This div background color is #09042F.


Border color

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

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

This div border color is #09042F.


Opacity

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

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

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

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

This text has shadow with #09042F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09042F on black background.


Color preview on white background

This text has color #09042F on white background.



Black color preview on #09042F background

This text has black color on #09042F background.


White color preview on #09042F background

This text has white color on #09042F background.