COLOR #092446

HEX: #092446
RGB: (9,36,70)

Color info

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

RGB color model

#092446 color RGB value is (9,36,70).

  • red value is 9;
  • green value is 36;
  • blue value is 70.
RGB:
(9,36,70)
(4%,14%,27%)

RGB channels and saturation

R 9 of 255 = 4%
G 36 of 255 = 14%
B 70 of 255 = 27%

9
36
70

R + G + B ~ 15%. #092446 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 36 + 70 = 115 (100%)
R 9 of 115 ~ 7.83%
G 36 of 115 ~ 31.3%
B 70 of 115 ~ 60.87%

%31.3
%60.87

CMYK color model

#092446 color CMYK value is (87,49,0,73).

  • cyan value is 87.14%
  • magenta value is 48.57%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(87,49,0,73)
C87M49Y0K73 
(87%,49%,0%,73%)
(0.87/0.49/0.00/0.73)	

CMYK percentages

%87.14
%48.57
%0
%72.55

Codes

Color #092446 in popluar color models

092446
RGB93670
HSL213°77.22%15.49%
HSB/HSV213°87.14%27.45%
CMYK87.14%48.57%0.00%
72.55%

Color #092446 in popluar number systems.

HEX092446
Decimal93670
Binary10011001001000110
Octal1144106

Shades and tints

Shades of #092446

#092446
(9,36,70)
#092140
(9,33,64)
#091E3A
(9,30,58)
#091B34
(9,27,52)
#09182E
(9,24,46)
#091528
(9,21,40)
#091222
(9,18,34)
#090F1C
(9,15,28)
#090C16
(9,12,22)
#090910
(9,9,16)
#09060A
(9,6,10)
#000000
(0,0,0)

Tints of #092446

#092446
(9,36,70)
#1F3756
(31,55,86)
#354A66
(53,74,102)
#4B5D76
(75,93,118)
#617086
(97,112,134)
#778396
(119,131,150)
#8D96A6
(141,150,166)
#A3A9B6
(163,169,182)
#B9BCC6
(185,188,198)
#CFCFD6
(207,207,214)
#E5E2E6
(229,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092446 color. Also use rgb(9,36,70) instead hex code.

Text Font Color

.myTextColor { color: #092446; }

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

This text font color is #092446.


Background Color

.myBgColor { background-color: #092446; }

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

This div background color is #092446.


Border color

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

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

This div border color is #092446.


Opacity

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

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

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

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

This text has shadow with #092446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092446 on black background.


Color preview on white background

This text has color #092446 on white background.



Black color preview on #092446 background

This text has black color on #092446 background.


White color preview on #092446 background

This text has white color on #092446 background.