COLOR #092F44

HEX: #092F44
RGB: (9,47,68)

Color info

#092F44 contains red, green and blue colors in about the same proportion. Web safe color of #092F44 is #003333 (or #033).

RGB color model

#092F44 color RGB value is (9,47,68).

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

RGB channels and saturation

R 9 of 255 = 4%
G 47 of 255 = 18%
B 68 of 255 = 27%

9
47
68

R + G + B ~ 16%. #092F44 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 47 + 68 = 124 (100%)
R 9 of 124 ~ 7.26%
G 47 of 124 ~ 37.9%
B 68 of 124 ~ 54.84%

%37.9
%54.84

CMYK color model

#092F44 color CMYK value is (87,31,0,73).

  • cyan value is 86.76%
  • magenta value is 30.88%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(87,31,0,73)
C87M31Y0K73 
(87%,31%,0%,73%)
(0.87/0.31/0.00/0.73)	

CMYK percentages

%86.76
%30.88
%0
%73.33

Codes

Color #092F44 in popluar color models

092F44
RGB94768
HSL201°76.62%15.10%
HSB/HSV201°86.76%26.67%
CMYK86.76%30.88%0.00%
73.33%

Color #092F44 in popluar number systems.

HEX092F44
Decimal94768
Binary10011011111000100
Octal1157104

Shades and tints

Shades of #092F44

#092F44
(9,47,68)
#092B3E
(9,43,62)
#092738
(9,39,56)
#092332
(9,35,50)
#091F2C
(9,31,44)
#091B26
(9,27,38)
#091720
(9,23,32)
#09131A
(9,19,26)
#090F14
(9,15,20)
#090B0E
(9,11,14)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #092F44

#092F44
(9,47,68)
#1F4155
(31,65,85)
#355366
(53,83,102)
#4B6577
(75,101,119)
#617788
(97,119,136)
#778999
(119,137,153)
#8D9BAA
(141,155,170)
#A3ADBB
(163,173,187)
#B9BFCC
(185,191,204)
#CFD1DD
(207,209,221)
#E5E3EE
(229,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092F44; }

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

This text font color is #092F44.


Background Color

.myBgColor { background-color: #092F44; }

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

This div background color is #092F44.


Border color

.myBorderColor { border: 1px solid #092F44; }

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

This div border color is #092F44.


Opacity

.myOpacity80 { color: #092F44; opacity: 0.8; }

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

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

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

This text has shadow with #092F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092F44 on black background.


Color preview on white background

This text has color #092F44 on white background.



Black color preview on #092F44 background

This text has black color on #092F44 background.


White color preview on #092F44 background

This text has white color on #092F44 background.