COLOR #090340

HEX: #090340
RGB: (9,3,64)

Color info

#090340 contains mainly red and blue colors. Web safe color of #090340 is #000033 (or #003).

RGB color model

#090340 color RGB value is (9,3,64).

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

RGB channels and saturation

R 9 of 255 = 4%
G 3 of 255 = 1%
B 64 of 255 = 25%

9
3
64

R + G + B ~ 10%. #090340 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 3 + 64 = 76 (100%)
R 9 of 76 ~ 11.84%
G 3 of 76 ~ 3.95%
B 64 of 76 ~ 84.21%

%11.84
%84.21

CMYK color model

#090340 color CMYK value is (86,95,0,75).

  • cyan value is 85.94%
  • magenta value is 95.31%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(86,95,0,75)
C86M95Y0K75 
(86%,95%,0%,75%)
(0.86/0.95/0.00/0.75)	

CMYK percentages

%85.94
%95.31
%0
%74.9

Codes

Color #090340 in popluar color models

090340
RGB9364
HSL246°91.04%13.14%
HSB/HSV246°95.31%25.10%
CMYK85.94%95.31%0.00%
74.90%

Color #090340 in popluar number systems.

HEX090340
Decimal9364
Binary1001111000000
Octal113100

Shades and tints

Shades of #090340

#090340
(9,3,64)
#09033B
(9,3,59)
#090336
(9,3,54)
#090331
(9,3,49)
#09032C
(9,3,44)
#090327
(9,3,39)
#090322
(9,3,34)
#09031D
(9,3,29)
#090318
(9,3,24)
#090313
(9,3,19)
#09030E
(9,3,14)
#000000
(0,0,0)

Tints of #090340

#090340
(9,3,64)
#1F1951
(31,25,81)
#352F62
(53,47,98)
#4B4573
(75,69,115)
#615B84
(97,91,132)
#777195
(119,113,149)
#8D87A6
(141,135,166)
#A39DB7
(163,157,183)
#B9B3C8
(185,179,200)
#CFC9D9
(207,201,217)
#E5DFEA
(229,223,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090340; }

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

This text font color is #090340.


Background Color

.myBgColor { background-color: #090340; }

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

This div background color is #090340.


Border color

.myBorderColor { border: 1px solid #090340; }

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

This div border color is #090340.


Opacity

.myOpacity80 { color: #090340; opacity: 0.8; }

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

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

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

This text has shadow with #090340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090340 on black background.


Color preview on white background

This text has color #090340 on white background.



Black color preview on #090340 background

This text has black color on #090340 background.


White color preview on #090340 background

This text has white color on #090340 background.