COLOR #09002C

HEX: #09002C
RGB: (9,0,44)

Color info

#09002C contains only red and blue colors. Web safe color of #09002C is #000033 (or #003).

RGB color model

#09002C color RGB value is (9,0,44).

  • red value is 9;
  • green value is 0;
  • blue value is 44.
RGB:
(9,0,44)
(4%,0%,17%)

RGB channels and saturation

R 9 of 255 = 4%
G 0 of 255 = 0%
B 44 of 255 = 17%

9
0
44

R + G + B ~ 7%. #09002C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 0 + 44 = 53 (100%)
R 9 of 53 ~ 16.98%
G 0 of 53 ~ 0%
B 44 of 53 ~ 83.02%

%16.98
%83.02

CMYK color model

#09002C color CMYK value is (80,100,0,83).

  • cyan value is 79.55%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(80,100,0,83)
C80M100Y0K83 
(80%,100%,0%,83%)
(0.80/1.00/0.00/0.83)	

CMYK percentages

%79.55
%100
%0
%82.75

Codes

Color #09002C in popluar color models

09002C
RGB9044
HSL252°100.00%8.63%
HSB/HSV252°100.00%17.25%
CMYK79.55%100.00%0.00%
82.75%

Color #09002C in popluar number systems.

HEX09002C
Decimal9044
Binary10010101100
Octal11054

Shades and tints

Shades of #09002C

#09002C
(9,0,44)
#090028
(9,0,40)
#090024
(9,0,36)
#090020
(9,0,32)
#09001C
(9,0,28)
#090018
(9,0,24)
#090014
(9,0,20)
#090010
(9,0,16)
#09000C
(9,0,12)
#090008
(9,0,8)
#090004
(9,0,4)
#000000
(0,0,0)

Tints of #09002C

#09002C
(9,0,44)
#1F173F
(31,23,63)
#352E52
(53,46,82)
#4B4565
(75,69,101)
#615C78
(97,92,120)
#77738B
(119,115,139)
#8D8A9E
(141,138,158)
#A3A1B1
(163,161,177)
#B9B8C4
(185,184,196)
#CFCFD7
(207,207,215)
#E5E6EA
(229,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09002C color. Also use rgb(9,0,44) instead hex code.

Text Font Color

.myTextColor { color: #09002C; }

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

This text font color is #09002C.


Background Color

.myBgColor { background-color: #09002C; }

<div style="background-color:#09002C">Inner text</div>

This div background color is #09002C.


Border color

.myBorderColor { border: 1px solid #09002C; }

<div style="border:3px solid #09002C">Div</div>

This div border color is #09002C.


Opacity

.myOpacity80 { color: #09002C; opacity: 0.8; }

<p style="color:#09002C;opacity:0.8;">80%</p>

Text with #09002C 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 #09002C;}

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

This text has shadow with #09002C color.

.textShadow {text-shadow: 3px 3px 1px #09002C, 3px 3px 1px red;}

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

This text has shadow with #09002C primary color and red secondary color.


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

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

This text has shadow with #09002C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09002C on black background.


Color preview on white background

This text has color #09002C on white background.



Black color preview on #09002C background

This text has black color on #09002C background.


White color preview on #09002C background

This text has white color on #09002C background.