COLOR #090339

HEX: #090339
RGB: (9,3,57)

Color info

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

RGB color model

#090339 color RGB value is (9,3,57).

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

RGB channels and saturation

R 9 of 255 = 4%
G 3 of 255 = 1%
B 57 of 255 = 22%

9
3
57

R + G + B ~ 9%. #090339 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 3 + 57 = 69 (100%)
R 9 of 69 ~ 13.04%
G 3 of 69 ~ 4.35%
B 57 of 69 ~ 82.61%

%13.04
%82.61

CMYK color model

#090339 color CMYK value is (84,95,0,78).

  • cyan value is 84.21%
  • magenta value is 94.74%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(84,95,0,78)
C84M95Y0K78 
(84%,95%,0%,78%)
(0.84/0.95/0.00/0.78)	

CMYK percentages

%84.21
%94.74
%0
%77.65

Codes

Color #090339 in popluar color models

090339
RGB9357
HSL247°90.00%11.76%
HSB/HSV247°94.74%22.35%
CMYK84.21%94.74%0.00%
77.65%

Color #090339 in popluar number systems.

HEX090339
Decimal9357
Binary100111111001
Octal11371

Shades and tints

Shades of #090339

#090339
(9,3,57)
#090334
(9,3,52)
#09032F
(9,3,47)
#09032A
(9,3,42)
#090325
(9,3,37)
#090320
(9,3,32)
#09031B
(9,3,27)
#090316
(9,3,22)
#090311
(9,3,17)
#09030C
(9,3,12)
#090307
(9,3,7)
#000000
(0,0,0)

Tints of #090339

#090339
(9,3,57)
#1F194B
(31,25,75)
#352F5D
(53,47,93)
#4B456F
(75,69,111)
#615B81
(97,91,129)
#777193
(119,113,147)
#8D87A5
(141,135,165)
#A39DB7
(163,157,183)
#B9B3C9
(185,179,201)
#CFC9DB
(207,201,219)
#E5DFED
(229,223,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090339; }

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

This text font color is #090339.


Background Color

.myBgColor { background-color: #090339; }

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

This div background color is #090339.


Border color

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

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

This div border color is #090339.


Opacity

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

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

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

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

This text has shadow with #090339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090339 on black background.


Color preview on white background

This text has color #090339 on white background.



Black color preview on #090339 background

This text has black color on #090339 background.


White color preview on #090339 background

This text has white color on #090339 background.