COLOR #09284C

HEX: #09284C
RGB: (9,40,76)

Color info

#09284C contains mainly green and blue colors. Web safe color of #09284C is #003333 (or #033).

RGB color model

#09284C color RGB value is (9,40,76).

  • red value is 9;
  • green value is 40;
  • blue value is 76.
RGB:
(9,40,76)
(4%,16%,30%)

RGB channels and saturation

R 9 of 255 = 4%
G 40 of 255 = 16%
B 76 of 255 = 30%

9
40
76

R + G + B ~ 17%. #09284C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 40 + 76 = 125 (100%)
R 9 of 125 ~ 7.2%
G 40 of 125 ~ 32%
B 76 of 125 ~ 60.8%

%32
%60.8

CMYK color model

#09284C color CMYK value is (88,47,0,70).

  • cyan value is 88.16%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(88,47,0,70)
C88M47Y0K70 
(88%,47%,0%,70%)
(0.88/0.47/0.00/0.70)	

CMYK percentages

%88.16
%47.37
%0
%70.2

Codes

Color #09284C in popluar color models

09284C
RGB94076
HSL212°78.82%16.67%
HSB/HSV212°88.16%29.80%
CMYK88.16%47.37%0.00%
70.20%

Color #09284C in popluar number systems.

HEX09284C
Decimal94076
Binary10011010001001100
Octal1150114

Shades and tints

Shades of #09284C

#09284C
(9,40,76)
#092546
(9,37,70)
#092240
(9,34,64)
#091F3A
(9,31,58)
#091C34
(9,28,52)
#09192E
(9,25,46)
#091628
(9,22,40)
#091322
(9,19,34)
#09101C
(9,16,28)
#090D16
(9,13,22)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #09284C

#09284C
(9,40,76)
#1F3B5C
(31,59,92)
#354E6C
(53,78,108)
#4B617C
(75,97,124)
#61748C
(97,116,140)
#77879C
(119,135,156)
#8D9AAC
(141,154,172)
#A3ADBC
(163,173,188)
#B9C0CC
(185,192,204)
#CFD3DC
(207,211,220)
#E5E6EC
(229,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09284C color. Also use rgb(9,40,76) instead hex code.

Text Font Color

.myTextColor { color: #09284C; }

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

This text font color is #09284C.


Background Color

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

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

This div background color is #09284C.


Border color

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

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

This div border color is #09284C.


Opacity

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

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

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

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

This text has shadow with #09284C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09284C on black background.


Color preview on white background

This text has color #09284C on white background.



Black color preview on #09284C background

This text has black color on #09284C background.


White color preview on #09284C background

This text has white color on #09284C background.