COLOR #090744

HEX: #090744
RGB: (9,7,68)

Color info

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

RGB color model

#090744 color RGB value is (9,7,68).

  • red value is 9;
  • green value is 7;
  • blue value is 68.
RGB:
(9,7,68)
(4%,3%,27%)

RGB channels and saturation

R 9 of 255 = 4%
G 7 of 255 = 3%
B 68 of 255 = 27%

9
7
68

R + G + B ~ 11%. #090744 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 7 + 68 = 84 (100%)
R 9 of 84 ~ 10.71%
G 7 of 84 ~ 8.33%
B 68 of 84 ~ 80.95%

%10.71
%80.95

CMYK color model

#090744 color CMYK value is (87,90,0,73).

  • cyan value is 86.76%
  • magenta value is 89.71%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(87,90,0,73)
C87M90Y0K73 
(87%,90%,0%,73%)
(0.87/0.90/0.00/0.73)	

CMYK percentages

%86.76
%89.71
%0
%73.33

Codes

Color #090744 in popluar color models

090744
RGB9768
HSL242°81.33%14.71%
HSB/HSV242°89.71%26.67%
CMYK86.76%89.71%0.00%
73.33%

Color #090744 in popluar number systems.

HEX090744
Decimal9768
Binary10011111000100
Octal117104

Shades and tints

Shades of #090744

#090744
(9,7,68)
#09073E
(9,7,62)
#090738
(9,7,56)
#090732
(9,7,50)
#09072C
(9,7,44)
#090726
(9,7,38)
#090720
(9,7,32)
#09071A
(9,7,26)
#090714
(9,7,20)
#09070E
(9,7,14)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #090744

#090744
(9,7,68)
#1F1D55
(31,29,85)
#353366
(53,51,102)
#4B4977
(75,73,119)
#615F88
(97,95,136)
#777599
(119,117,153)
#8D8BAA
(141,139,170)
#A3A1BB
(163,161,187)
#B9B7CC
(185,183,204)
#CFCDDD
(207,205,221)
#E5E3EE
(229,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090744 color. Also use rgb(9,7,68) instead hex code.

Text Font Color

.myTextColor { color: #090744; }

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

This text font color is #090744.


Background Color

.myBgColor { background-color: #090744; }

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

This div background color is #090744.


Border color

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

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

This div border color is #090744.


Opacity

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

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

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

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

This text has shadow with #090744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090744 on black background.


Color preview on white background

This text has color #090744 on white background.



Black color preview on #090744 background

This text has black color on #090744 background.


White color preview on #090744 background

This text has white color on #090744 background.